Skip to content

Commit 73b1e04

Browse files
Bump rubocop-rails from 2.27.0 to 2.31.0
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.27.0 to 2.31.0. - [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.31.0) --- 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 f15fcec commit 73b1e04

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

Gemfile.lock

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ GEM
7070
public_suffix (>= 2.0.2, < 6.0)
7171
appsignal (3.7.5)
7272
rack
73-
ast (2.4.2)
73+
ast (2.4.3)
7474
base64 (0.2.0)
7575
bcrypt (3.1.20)
7676
bigdecimal (3.1.9)
@@ -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)
@@ -177,7 +177,7 @@ GEM
177177
haml (>= 4.0)
178178
nokogiri (>= 1.6.0)
179179
ruby_parser (~> 3.5)
180-
i18n (1.14.6)
180+
i18n (1.14.7)
181181
concurrent-ruby (~> 1.0)
182182
importmap-rails (2.1.0)
183183
actionpack (>= 6.0.0)
@@ -194,10 +194,11 @@ GEM
194194
rails-dom-testing (>= 1, < 3)
195195
railties (>= 4.2.0)
196196
thor (>= 0.14, < 2.0)
197-
json (2.9.0)
197+
json (2.11.3)
198198
jwt (2.8.2)
199199
base64
200-
language_server-protocol (3.17.0.3)
200+
language_server-protocol (3.17.0.4)
201+
lint_roller (1.1.0)
201202
logger (1.6.4)
202203
loofah (2.23.1)
203204
crass (~> 1.0.2)
@@ -212,7 +213,7 @@ GEM
212213
method_source (1.1.0)
213214
mini_mime (1.1.5)
214215
mini_portile2 (2.8.8)
215-
minitest (5.25.4)
216+
minitest (5.25.5)
216217
msgpack (1.7.2)
217218
mustermann (3.0.3)
218219
ruby2_keywords (~> 0.0.1)
@@ -232,19 +233,20 @@ GEM
232233
mini_portile2 (~> 2.8.2)
233234
racc (~> 1.4)
234235
orm_adapter (0.5.0)
235-
parallel (1.26.3)
236-
parser (3.3.6.0)
236+
parallel (1.27.0)
237+
parser (3.3.8.0)
237238
ast (~> 2.4.1)
238239
racc
239240
pg (1.5.9)
241+
prism (1.4.0)
240242
psych (5.2.2)
241243
date
242244
stringio
243245
public_suffix (5.0.4)
244246
puma (6.5.0)
245247
nio4r (~> 2.0)
246248
racc (1.8.1)
247-
rack (2.2.10)
249+
rack (2.2.13)
248250
rack-cors (2.0.2)
249251
rack (>= 2.0.0)
250252
rack-test (2.2.0)
@@ -285,7 +287,7 @@ GEM
285287
redis-client (>= 0.22.0)
286288
redis-client (0.22.2)
287289
connection_pool
288-
regexp_parser (2.9.3)
290+
regexp_parser (2.10.0)
289291
reline (0.6.0)
290292
io-console (~> 0.5)
291293
responders (3.1.1)
@@ -309,23 +311,26 @@ GEM
309311
rspec-mocks (~> 3.13)
310312
rspec-support (~> 3.13)
311313
rspec-support (3.13.2)
312-
rubocop (1.69.2)
314+
rubocop (1.75.3)
313315
json (~> 2.3)
314-
language_server-protocol (>= 3.17.0)
316+
language_server-protocol (~> 3.17.0.2)
317+
lint_roller (~> 1.1.0)
315318
parallel (~> 1.10)
316319
parser (>= 3.3.0.2)
317320
rainbow (>= 2.2.2, < 4.0)
318321
regexp_parser (>= 2.9.3, < 3.0)
319-
rubocop-ast (>= 1.36.2, < 2.0)
322+
rubocop-ast (>= 1.44.0, < 2.0)
320323
ruby-progressbar (~> 1.7)
321324
unicode-display_width (>= 2.4.0, < 4.0)
322-
rubocop-ast (1.36.2)
323-
parser (>= 3.3.1.0)
324-
rubocop-rails (2.27.0)
325+
rubocop-ast (1.44.1)
326+
parser (>= 3.3.7.2)
327+
prism (~> 1.4)
328+
rubocop-rails (2.31.0)
325329
activesupport (>= 4.2.0)
330+
lint_roller (~> 1.1)
326331
rack (>= 1.1)
327-
rubocop (>= 1.52.0, < 2.0)
328-
rubocop-ast (>= 1.31.1, < 2.0)
332+
rubocop (>= 1.75.0, < 2.0)
333+
rubocop-ast (>= 1.38.0, < 2.0)
329334
ruby-progressbar (1.13.0)
330335
ruby2_keywords (0.0.5)
331336
ruby_parser (3.20.3)
@@ -358,7 +363,7 @@ GEM
358363
railties (>= 6.0.0)
359364
tzinfo (2.0.6)
360365
concurrent-ruby (~> 1.0)
361-
unicode-display_width (3.1.2)
366+
unicode-display_width (3.1.4)
362367
unicode-emoji (~> 4.0, >= 4.0.4)
363368
unicode-emoji (4.0.4)
364369
warden (1.2.9)

0 commit comments

Comments
 (0)