Skip to content

Commit 7a54b30

Browse files
authored
Merge pull request #322 from ZeusWPI/dependabot/bundler/rubocop-57f9c54978
Bump the rubocop group with 2 updates
2 parents 91673ba + a822bad commit 7a54b30

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ end
5757
group :development do
5858
gem 'annotaterb', '~> 4.13', require: false
5959
gem 'brakeman', require: false
60-
gem 'rubocop-minitest', '~> 0.36.0', require: false
61-
gem 'rubocop-rails', '~> 2.29', require: false
60+
gem 'rubocop-minitest', '~> 0.37.1', require: false
61+
gem 'rubocop-rails', '~> 2.30', require: false
6262
gem 'web-console'
6363
end
6464

Gemfile.lock

+21-17
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,11 @@ GEM
154154
jbuilder (2.13.0)
155155
actionview (>= 5.0.0)
156156
activesupport (>= 5.0.0)
157-
json (2.9.1)
157+
json (2.10.1)
158158
jwt (2.7.1)
159-
language_server-protocol (3.17.0.3)
160-
logger (1.6.5)
159+
language_server-protocol (3.17.0.4)
160+
lint_roller (1.1.0)
161+
logger (1.6.6)
161162
loofah (2.24.0)
162163
crass (~> 1.0.2)
163164
nokogiri (>= 1.12.0)
@@ -193,7 +194,7 @@ GEM
193194
multi_xml (~> 0.5)
194195
rack (>= 1.2, < 4)
195196
parallel (1.26.3)
196-
parser (3.3.7.0)
197+
parser (3.3.7.1)
197198
ast (~> 2.4.1)
198199
racc
199200
pg (1.5.9)
@@ -213,7 +214,7 @@ GEM
213214
nio4r (~> 2.0)
214215
raabro (1.4.0)
215216
racc (1.8.1)
216-
rack (3.1.9)
217+
rack (3.1.10)
217218
rack-cors (2.0.2)
218219
rack (>= 2.0.0)
219220
rack-session (2.1.0)
@@ -260,26 +261,29 @@ GEM
260261
reline (0.6.0)
261262
io-console (~> 0.5)
262263
rexml (3.3.7)
263-
rubocop (1.71.0)
264+
rubocop (1.72.2)
264265
json (~> 2.3)
265-
language_server-protocol (>= 3.17.0)
266+
language_server-protocol (~> 3.17.0.2)
267+
lint_roller (~> 1.1.0)
266268
parallel (~> 1.10)
267269
parser (>= 3.3.0.2)
268270
rainbow (>= 2.2.2, < 4.0)
269271
regexp_parser (>= 2.9.3, < 3.0)
270-
rubocop-ast (>= 1.36.2, < 2.0)
272+
rubocop-ast (>= 1.38.0, < 2.0)
271273
ruby-progressbar (~> 1.7)
272274
unicode-display_width (>= 2.4.0, < 4.0)
273-
rubocop-ast (1.37.0)
275+
rubocop-ast (1.38.0)
274276
parser (>= 3.3.1.0)
275-
rubocop-minitest (0.36.0)
276-
rubocop (>= 1.61, < 2.0)
277-
rubocop-ast (>= 1.31.1, < 2.0)
278-
rubocop-rails (2.29.1)
277+
rubocop-minitest (0.37.1)
278+
lint_roller (~> 1.1)
279+
rubocop (>= 1.72.1, < 2.0)
280+
rubocop-ast (>= 1.38.0, < 2.0)
281+
rubocop-rails (2.30.1)
279282
activesupport (>= 4.2.0)
283+
lint_roller (~> 1.1)
280284
rack (>= 1.1)
281-
rubocop (>= 1.52.0, < 2.0)
282-
rubocop-ast (>= 1.31.1, < 2.0)
285+
rubocop (>= 1.72.1, < 2.0)
286+
rubocop-ast (>= 1.38.0, < 2.0)
283287
ruby-progressbar (1.13.0)
284288
ruby2_keywords (0.0.5)
285289
rubyzip (2.3.2)
@@ -347,8 +351,8 @@ DEPENDENCIES
347351
puma (~> 6.6)
348352
rack-cors
349353
rails (~> 8.0.1)
350-
rubocop-minitest (~> 0.36.0)
351-
rubocop-rails (~> 2.29)
354+
rubocop-minitest (~> 0.37.1)
355+
rubocop-rails (~> 2.30)
352356
rugged
353357
selenium-webdriver
354358
sentry-rails

0 commit comments

Comments
 (0)