Skip to content

Commit aafa25a

Browse files
build(deps-dev): bump rubocop-rails from 2.28.0 to 2.34.2
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.28.0 to 2.34.2. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.28.0...v2.34.2) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.34.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 025bf33 commit aafa25a

1 file changed

Lines changed: 23 additions & 17 deletions

File tree

Gemfile.lock

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ GEM
107107
appsignal (4.8.1)
108108
logger
109109
rack (>= 2.0.0)
110-
ast (2.4.2)
110+
ast (2.4.3)
111111
autoprefixer-rails (10.4.19.0)
112112
execjs (~> 2)
113113
babel-source (5.8.35)
@@ -250,20 +250,21 @@ GEM
250250
jbuilder (2.13.0)
251251
actionview (>= 5.0.0)
252252
activesupport (>= 5.0.0)
253-
json (2.10.2)
253+
json (2.18.0)
254254
json-schema (6.0.0)
255255
addressable (~> 2.8)
256256
bigdecimal (~> 3.1)
257257
jsonapi-renderer (0.2.2)
258258
jwt (2.2.3)
259-
language_server-protocol (3.17.0.4)
259+
language_server-protocol (3.17.0.5)
260260
launchy (3.0.1)
261261
addressable (~> 2.8)
262262
childprocess (~> 5.0)
263263
libv8-node (18.19.0.0)
264264
libv8-node (18.19.0.0-aarch64-linux)
265265
libv8-node (18.19.0.0-arm64-darwin)
266266
libv8-node (18.19.0.0-x86_64-linux)
267+
lint_roller (1.1.0)
267268
listen (3.9.0)
268269
rb-fsevent (~> 0.10, >= 0.10.3)
269270
rb-inotify (~> 0.9, >= 0.9.10)
@@ -344,8 +345,8 @@ GEM
344345
notiffany (0.1.3)
345346
nenv (~> 0.1)
346347
shellany (~> 0.0)
347-
parallel (1.26.3)
348-
parser (3.3.7.1)
348+
parallel (1.27.0)
349+
parser (3.3.10.0)
349350
ast (~> 2.4.1)
350351
racc
351352
pg (1.6.2)
@@ -429,7 +430,7 @@ GEM
429430
redis-classy (~> 2.0)
430431
redis-namespace (1.11.0)
431432
redis (>= 4)
432-
regexp_parser (2.10.0)
433+
regexp_parser (2.11.3)
433434
remote_syslog_logger (1.0.4)
434435
syslog_protocol
435436
request_store (1.7.0)
@@ -469,26 +470,29 @@ GEM
469470
rswag-ui (2.17.0)
470471
actionpack (>= 5.2, < 8.2)
471472
railties (>= 5.2, < 8.2)
472-
rubocop (1.67.0)
473+
rubocop (1.82.1)
473474
json (~> 2.3)
474-
language_server-protocol (>= 3.17.0)
475+
language_server-protocol (~> 3.17.0.2)
476+
lint_roller (~> 1.1.0)
475477
parallel (~> 1.10)
476478
parser (>= 3.3.0.2)
477479
rainbow (>= 2.2.2, < 4.0)
478-
regexp_parser (>= 2.4, < 3.0)
479-
rubocop-ast (>= 1.32.2, < 2.0)
480+
regexp_parser (>= 2.9.3, < 3.0)
481+
rubocop-ast (>= 1.48.0, < 2.0)
480482
ruby-progressbar (~> 1.7)
481-
unicode-display_width (>= 2.4.0, < 3.0)
482-
rubocop-ast (1.38.0)
483-
parser (>= 3.3.1.0)
483+
unicode-display_width (>= 2.4.0, < 4.0)
484+
rubocop-ast (1.49.0)
485+
parser (>= 3.3.7.2)
486+
prism (~> 1.7)
484487
rubocop-performance (1.23.1)
485488
rubocop (>= 1.48.1, < 2.0)
486489
rubocop-ast (>= 1.31.1, < 2.0)
487-
rubocop-rails (2.28.0)
490+
rubocop-rails (2.34.2)
488491
activesupport (>= 4.2.0)
492+
lint_roller (~> 1.1)
489493
rack (>= 1.1)
490-
rubocop (>= 1.52.0, < 2.0)
491-
rubocop-ast (>= 1.31.1, < 2.0)
494+
rubocop (>= 1.75.0, < 2.0)
495+
rubocop-ast (>= 1.44.0, < 2.0)
492496
rubocop-rspec (3.4.0)
493497
rubocop (~> 1.61)
494498
ruby-progressbar (1.13.0)
@@ -554,7 +558,9 @@ GEM
554558
ucf_messages (0.0.5)
555559
uglifier (4.2.1)
556560
execjs (>= 0.3.0, < 3)
557-
unicode-display_width (2.6.0)
561+
unicode-display_width (3.2.0)
562+
unicode-emoji (~> 4.1)
563+
unicode-emoji (4.2.0)
558564
uri (1.0.4)
559565
warden (1.2.9)
560566
rack (>= 2.0.9)

0 commit comments

Comments
 (0)