Skip to content

Commit fdb8e99

Browse files
Bump rubocop from 1.63.5 to 1.73.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.5 to 1.73.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.63.5...v1.73.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 cb9fc59 commit fdb8e99

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Gemfile.lock

+11-10
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,11 @@ GEM
253253
json_schema
254254
json_schema (0.21.0)
255255
jsonapi-renderer (0.2.2)
256-
language_server-protocol (3.17.0.3)
256+
language_server-protocol (3.17.0.4)
257257
libv8-node (21.7.2.0-aarch64-linux)
258258
libv8-node (21.7.2.0-arm64-darwin)
259259
libv8-node (21.7.2.0-x86_64-linux)
260+
lint_roller (1.1.0)
260261
listen (3.8.0)
261262
rb-fsevent (~> 0.10, >= 0.10.3)
262263
rb-inotify (~> 0.9, >= 0.9.10)
@@ -312,7 +313,7 @@ GEM
312313
parallel (1.26.3)
313314
parallel_tests (4.7.2)
314315
parallel
315-
parser (3.3.5.0)
316+
parser (3.3.7.1)
316317
ast (~> 2.4.1)
317318
racc
318319
pg (1.5.8)
@@ -377,7 +378,7 @@ GEM
377378
ffi (~> 1.0)
378379
rdoc (6.9.1)
379380
psych (>= 4.0.0)
380-
regexp_parser (2.9.2)
381+
regexp_parser (2.10.0)
381382
reline (0.6.0)
382383
io-console (~> 0.5)
383384
responders (3.1.1)
@@ -412,18 +413,18 @@ GEM
412413
rspec-mocks (~> 3.13)
413414
rspec-support (~> 3.13)
414415
rspec-support (3.13.1)
415-
rubocop (1.63.5)
416+
rubocop (1.73.0)
416417
json (~> 2.3)
417-
language_server-protocol (>= 3.17.0)
418+
language_server-protocol (~> 3.17.0.2)
419+
lint_roller (~> 1.1.0)
418420
parallel (~> 1.10)
419421
parser (>= 3.3.0.2)
420422
rainbow (>= 2.2.2, < 4.0)
421-
regexp_parser (>= 1.8, < 3.0)
422-
rexml (>= 3.2.5, < 4.0)
423-
rubocop-ast (>= 1.31.1, < 2.0)
423+
regexp_parser (>= 2.9.3, < 3.0)
424+
rubocop-ast (>= 1.38.0, < 2.0)
424425
ruby-progressbar (~> 1.7)
425-
unicode-display_width (>= 2.4.0, < 3.0)
426-
rubocop-ast (1.32.3)
426+
unicode-display_width (>= 2.4.0, < 4.0)
427+
rubocop-ast (1.38.1)
427428
parser (>= 3.3.1.0)
428429
rubocop-capybara (2.20.0)
429430
rubocop (~> 1.41)

0 commit comments

Comments
 (0)