Skip to content

Commit 963a015

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 97a018a commit 963a015

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)
@@ -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,17 +307,18 @@ 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)
321323
rubocop-rails (2.27.0)
322324
activesupport (>= 4.2.0)
@@ -355,7 +357,7 @@ GEM
355357
railties (>= 6.0.0)
356358
tzinfo (2.0.6)
357359
concurrent-ruby (~> 1.0)
358-
unicode-display_width (3.1.2)
360+
unicode-display_width (3.1.4)
359361
unicode-emoji (~> 4.0, >= 4.0.4)
360362
unicode-emoji (4.0.4)
361363
warden (1.2.9)

0 commit comments

Comments
 (0)