Skip to content

Commit 0591784

Browse files
Bump rubocop from 1.69.2 to 1.73.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 to 1.73.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.69.2...v1.73.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9b8c1b commit 0591784

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
@@ -281,7 +282,7 @@ GEM
281282
redis-client (>= 0.22.0)
282283
redis-client (0.22.2)
283284
connection_pool
284-
regexp_parser (2.9.3)
285+
regexp_parser (2.10.0)
285286
reline (0.5.0)
286287
io-console (~> 0.5)
287288
responders (3.1.1)
@@ -305,17 +306,18 @@ GEM
305306
rspec-mocks (~> 3.13)
306307
rspec-support (~> 3.13)
307308
rspec-support (3.13.2)
308-
rubocop (1.69.2)
309+
rubocop (1.73.2)
309310
json (~> 2.3)
310-
language_server-protocol (>= 3.17.0)
311+
language_server-protocol (~> 3.17.0.2)
312+
lint_roller (~> 1.1.0)
311313
parallel (~> 1.10)
312314
parser (>= 3.3.0.2)
313315
rainbow (>= 2.2.2, < 4.0)
314316
regexp_parser (>= 2.9.3, < 3.0)
315-
rubocop-ast (>= 1.36.2, < 2.0)
317+
rubocop-ast (>= 1.38.0, < 2.0)
316318
ruby-progressbar (~> 1.7)
317319
unicode-display_width (>= 2.4.0, < 4.0)
318-
rubocop-ast (1.36.2)
320+
rubocop-ast (1.38.1)
319321
parser (>= 3.3.1.0)
320322
rubocop-rails (2.27.0)
321323
activesupport (>= 4.2.0)
@@ -354,7 +356,7 @@ GEM
354356
railties (>= 6.0.0)
355357
tzinfo (2.0.6)
356358
concurrent-ruby (~> 1.0)
357-
unicode-display_width (3.1.2)
359+
unicode-display_width (3.1.4)
358360
unicode-emoji (~> 4.0, >= 4.0.4)
359361
unicode-emoji (4.0.4)
360362
warden (1.2.9)

0 commit comments

Comments
 (0)