Skip to content

Commit c9ebc24

Browse files
Bump rubocop-rails from 2.27.0 to 2.30.3
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.27.0 to 2.30.3. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.27.0...v2.30.3) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 97a018a commit c9ebc24

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

Gemfile.lock

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GEM
9595
regexp_parser (>= 1.5, < 3.0)
9696
xpath (~> 3.2)
9797
chartkick (5.1.2)
98-
concurrent-ruby (1.3.4)
98+
concurrent-ruby (1.3.5)
9999
connection_pool (2.4.1)
100100
crass (1.0.6)
101101
csv (3.3.0)
@@ -175,7 +175,7 @@ GEM
175175
haml (>= 4.0)
176176
nokogiri (>= 1.6.0)
177177
ruby_parser (~> 3.5)
178-
i18n (1.14.6)
178+
i18n (1.14.7)
179179
concurrent-ruby (~> 1.0)
180180
importmap-rails (2.0.3)
181181
actionpack (>= 6.0.0)
@@ -192,10 +192,11 @@ GEM
192192
rails-dom-testing (>= 1, < 3)
193193
railties (>= 4.2.0)
194194
thor (>= 0.14, < 2.0)
195-
json (2.9.0)
195+
json (2.10.1)
196196
jwt (2.8.2)
197197
base64
198-
language_server-protocol (3.17.0.3)
198+
language_server-protocol (3.17.0.4)
199+
lint_roller (1.1.0)
199200
loofah (2.23.1)
200201
crass (~> 1.0.2)
201202
nokogiri (>= 1.12.0)
@@ -230,7 +231,7 @@ GEM
230231
racc (~> 1.4)
231232
orm_adapter (0.5.0)
232233
parallel (1.26.3)
233-
parser (3.3.6.0)
234+
parser (3.3.7.1)
234235
ast (~> 2.4.1)
235236
racc
236237
pg (1.5.9)
@@ -241,7 +242,7 @@ GEM
241242
puma (6.5.0)
242243
nio4r (~> 2.0)
243244
racc (1.8.1)
244-
rack (2.2.10)
245+
rack (2.2.12)
245246
rack-cors (2.0.2)
246247
rack (>= 2.0.0)
247248
rack-test (2.1.0)
@@ -282,7 +283,7 @@ GEM
282283
redis-client (>= 0.22.0)
283284
redis-client (0.22.2)
284285
connection_pool
285-
regexp_parser (2.9.3)
286+
regexp_parser (2.10.0)
286287
reline (0.6.0)
287288
io-console (~> 0.5)
288289
responders (3.1.1)
@@ -306,23 +307,25 @@ GEM
306307
rspec-mocks (~> 3.13)
307308
rspec-support (~> 3.13)
308309
rspec-support (3.13.2)
309-
rubocop (1.69.2)
310+
rubocop (1.73.2)
310311
json (~> 2.3)
311-
language_server-protocol (>= 3.17.0)
312+
language_server-protocol (~> 3.17.0.2)
313+
lint_roller (~> 1.1.0)
312314
parallel (~> 1.10)
313315
parser (>= 3.3.0.2)
314316
rainbow (>= 2.2.2, < 4.0)
315317
regexp_parser (>= 2.9.3, < 3.0)
316-
rubocop-ast (>= 1.36.2, < 2.0)
318+
rubocop-ast (>= 1.38.0, < 2.0)
317319
ruby-progressbar (~> 1.7)
318320
unicode-display_width (>= 2.4.0, < 4.0)
319-
rubocop-ast (1.36.2)
321+
rubocop-ast (1.38.1)
320322
parser (>= 3.3.1.0)
321-
rubocop-rails (2.27.0)
323+
rubocop-rails (2.30.3)
322324
activesupport (>= 4.2.0)
325+
lint_roller (~> 1.1)
323326
rack (>= 1.1)
324-
rubocop (>= 1.52.0, < 2.0)
325-
rubocop-ast (>= 1.31.1, < 2.0)
327+
rubocop (>= 1.72.1, < 2.0)
328+
rubocop-ast (>= 1.38.0, < 2.0)
326329
ruby-progressbar (1.13.0)
327330
ruby2_keywords (0.0.5)
328331
ruby_parser (3.20.3)
@@ -355,7 +358,7 @@ GEM
355358
railties (>= 6.0.0)
356359
tzinfo (2.0.6)
357360
concurrent-ruby (~> 1.0)
358-
unicode-display_width (3.1.2)
361+
unicode-display_width (3.1.4)
359362
unicode-emoji (~> 4.0, >= 4.0.4)
360363
unicode-emoji (4.0.4)
361364
warden (1.2.9)

0 commit comments

Comments
 (0)