Skip to content

Commit 516223f

Browse files
Merge pull request #97 from infrablocks/dependabot/bundler/rubocop-rake-0.7.1
Bump rubocop-rake from 0.6.0 to 0.7.1 [skip ci]
2 parents 876bad1 + 8bf3c3a commit 516223f

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Gemfile.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ GEM
4444
i18n (1.14.5)
4545
concurrent-ruby (~> 1.0)
4646
immutable-struct (2.4.1)
47-
json (2.9.1)
47+
json (2.10.1)
4848
language_server-protocol (3.17.0.4)
4949
lino (4.1.0)
5050
childprocess (~> 5.0.0)
5151
hamster (~> 3.0)
5252
open4 (~> 1.3)
53+
lint_roller (1.1.0)
5354
logger (1.6.0)
5455
minitest (5.24.1)
5556
mutex_m (0.2.0)
@@ -61,7 +62,7 @@ GEM
6162
sawyer (~> 0.9)
6263
open4 (1.3.4)
6364
parallel (1.26.3)
64-
parser (3.3.7.0)
65+
parser (3.3.7.1)
6566
ast (~> 2.4.1)
6667
racc
6768
public_suffix (6.0.1)
@@ -112,9 +113,10 @@ GEM
112113
diff-lcs (>= 1.2.0, < 2.0)
113114
rspec-support (~> 3.13.0)
114115
rspec-support (3.13.1)
115-
rubocop (1.71.2)
116+
rubocop (1.72.2)
116117
json (~> 2.3)
117-
language_server-protocol (>= 3.17.0)
118+
language_server-protocol (~> 3.17.0.2)
119+
lint_roller (~> 1.1.0)
118120
parallel (~> 1.10)
119121
parser (>= 3.3.0.2)
120122
rainbow (>= 2.2.2, < 4.0)
@@ -124,10 +126,12 @@ GEM
124126
unicode-display_width (>= 2.4.0, < 4.0)
125127
rubocop-ast (1.38.0)
126128
parser (>= 3.3.1.0)
127-
rubocop-rake (0.6.0)
128-
rubocop (~> 1.0)
129-
rubocop-rspec (3.4.0)
130-
rubocop (~> 1.61)
129+
rubocop-rake (0.7.1)
130+
lint_roller (~> 1.1)
131+
rubocop (>= 1.72.1)
132+
rubocop-rspec (3.5.0)
133+
lint_roller (~> 1.1)
134+
rubocop (~> 1.72, >= 1.72.1)
131135
ruby-progressbar (1.13.0)
132136
ruby_git_crypt (0.1.0)
133137
immutable-struct (~> 2.4)

0 commit comments

Comments
 (0)