Skip to content

Commit 7f12f11

Browse files
Bump rubocop from 1.62.1 to 1.69.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.69.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.62.1...v1.69.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48bf646 commit 7f12f11

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

Gemfile.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ GEM
204204
thor (>= 0.14, < 2.0)
205205
jquery-ui-rails (6.0.1)
206206
railties (>= 3.2.16)
207-
json (2.7.2)
207+
json (2.8.2)
208208
jwt (2.7.1)
209209
language_server-protocol (3.17.0.3)
210210
launchy (2.5.2)
@@ -272,8 +272,8 @@ GEM
272272
actionpack (>= 4.2)
273273
omniauth (~> 2.0)
274274
pagy (6.4.3)
275-
parallel (1.25.1)
276-
parser (3.3.3.0)
275+
parallel (1.26.3)
276+
parser (3.3.6.0)
277277
ast (~> 2.4.1)
278278
racc
279279
pg (1.5.9)
@@ -356,7 +356,7 @@ GEM
356356
rb-fsevent (0.11.2)
357357
rb-inotify (0.10.1)
358358
ffi (~> 1.0)
359-
regexp_parser (2.9.2)
359+
regexp_parser (2.9.3)
360360
rexml (3.3.9)
361361
rolify (6.0.1)
362362
rollbar (3.6.0)
@@ -380,18 +380,17 @@ GEM
380380
rspec-mocks (~> 3.12)
381381
rspec-support (~> 3.12)
382382
rspec-support (3.12.1)
383-
rubocop (1.62.1)
383+
rubocop (1.69.0)
384384
json (~> 2.3)
385385
language_server-protocol (>= 3.17.0)
386386
parallel (~> 1.10)
387387
parser (>= 3.3.0.2)
388388
rainbow (>= 2.2.2, < 4.0)
389-
regexp_parser (>= 1.8, < 3.0)
390-
rexml (>= 3.2.5, < 4.0)
391-
rubocop-ast (>= 1.31.1, < 2.0)
389+
regexp_parser (>= 2.4, < 3.0)
390+
rubocop-ast (>= 1.36.1, < 2.0)
392391
ruby-progressbar (~> 1.7)
393-
unicode-display_width (>= 2.4.0, < 3.0)
394-
rubocop-ast (1.31.3)
392+
unicode-display_width (>= 2.4.0, < 4.0)
393+
rubocop-ast (1.36.2)
395394
parser (>= 3.3.1.0)
396395
rubocop-capybara (2.20.0)
397396
rubocop (~> 1.41)
@@ -474,7 +473,9 @@ GEM
474473
concurrent-ruby (~> 1.0)
475474
tzinfo-data (1.2024.1)
476475
tzinfo (>= 1.0.0)
477-
unicode-display_width (2.5.0)
476+
unicode-display_width (3.1.2)
477+
unicode-emoji (~> 4.0, >= 4.0.4)
478+
unicode-emoji (4.0.4)
478479
uniform_notifier (1.16.0)
479480
uri (0.13.0)
480481
version_gem (1.1.3)

0 commit comments

Comments
 (0)