Skip to content

Commit b915d9b

Browse files
Build(deps-dev): Bump rubocop from 1.71.2 to 1.72.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.71.2 to 1.72.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.2...v1.72.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d515098 commit b915d9b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ GEM
360360
rdoc (>= 4.0.0)
361361
reline (>= 0.4.2)
362362
jmespath (1.6.2)
363-
json (2.9.1)
363+
json (2.10.1)
364364
json-schema (5.1.0)
365365
addressable (~> 2.8)
366366
jsonapi-resources (0.10.7)
@@ -370,6 +370,7 @@ GEM
370370
jwt (2.8.2)
371371
base64
372372
language_server-protocol (3.17.0.4)
373+
lint_roller (1.1.0)
373374
listen (3.9.0)
374375
rb-fsevent (~> 0.10, >= 0.10.3)
375376
rb-inotify (~> 0.9, >= 0.9.10)
@@ -422,7 +423,7 @@ GEM
422423
optimist (3.1.0)
423424
orm_adapter (0.5.0)
424425
parallel (1.26.3)
425-
parser (3.3.7.0)
426+
parser (3.3.7.1)
426427
ast (~> 2.4.1)
427428
racc
428429
pg (1.5.9)
@@ -575,9 +576,10 @@ GEM
575576
rswag-ui (2.16.0)
576577
actionpack (>= 5.2, < 8.1)
577578
railties (>= 5.2, < 8.1)
578-
rubocop (1.71.2)
579+
rubocop (1.72.2)
579580
json (~> 2.3)
580-
language_server-protocol (>= 3.17.0)
581+
language_server-protocol (~> 3.17.0.2)
582+
lint_roller (~> 1.1.0)
581583
parallel (~> 1.10)
582584
parser (>= 3.3.0.2)
583585
rainbow (>= 2.2.2, < 4.0)

0 commit comments

Comments
 (0)