Skip to content

Commit 29ad01a

Browse files
build(deps-dev): bump rubocop-performance from 1.23.1 to 1.26.0
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.23.1 to 1.26.0. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.23.1...v1.26.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-version: 1.26.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f9fd5c commit 29ad01a

1 file changed

Lines changed: 24 additions & 17 deletions

File tree

Gemfile.lock

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ GEM
107107
appsignal (4.7.2)
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,19 +250,20 @@ GEM
250250
jbuilder (2.13.0)
251251
actionview (>= 5.0.0)
252252
activesupport (>= 5.0.0)
253-
json (2.10.2)
253+
json (2.15.1)
254254
json-schema (5.0.1)
255255
addressable (~> 2.8)
256256
jsonapi-renderer (0.2.2)
257257
jwt (2.2.3)
258-
language_server-protocol (3.17.0.4)
258+
language_server-protocol (3.17.0.5)
259259
launchy (3.0.1)
260260
addressable (~> 2.8)
261261
childprocess (~> 5.0)
262262
libv8-node (18.19.0.0)
263263
libv8-node (18.19.0.0-aarch64-linux)
264264
libv8-node (18.19.0.0-arm64-darwin)
265265
libv8-node (18.19.0.0-x86_64-linux)
266+
lint_roller (1.1.0)
266267
listen (3.9.0)
267268
rb-fsevent (~> 0.10, >= 0.10.3)
268269
rb-inotify (~> 0.9, >= 0.9.10)
@@ -341,8 +342,8 @@ GEM
341342
notiffany (0.1.3)
342343
nenv (~> 0.1)
343344
shellany (~> 0.0)
344-
parallel (1.26.3)
345-
parser (3.3.7.1)
345+
parallel (1.27.0)
346+
parser (3.3.9.0)
346347
ast (~> 2.4.1)
347348
racc
348349
pg (1.6.2)
@@ -354,6 +355,7 @@ GEM
354355
heroics (~> 0.1.1)
355356
moneta (~> 1.0.0)
356357
rate_throttle_client (~> 0.1.0)
358+
prism (1.5.1)
357359
pry (0.14.2)
358360
coderay (~> 1.1)
359361
method_source (~> 1.0)
@@ -425,7 +427,7 @@ GEM
425427
redis-classy (~> 2.0)
426428
redis-namespace (1.11.0)
427429
redis (>= 4)
428-
regexp_parser (2.10.0)
430+
regexp_parser (2.11.3)
429431
remote_syslog_logger (1.0.4)
430432
syslog_protocol
431433
request_store (1.7.0)
@@ -465,21 +467,24 @@ GEM
465467
rswag-ui (2.16.0)
466468
actionpack (>= 5.2, < 8.1)
467469
railties (>= 5.2, < 8.1)
468-
rubocop (1.67.0)
470+
rubocop (1.81.1)
469471
json (~> 2.3)
470-
language_server-protocol (>= 3.17.0)
472+
language_server-protocol (~> 3.17.0.2)
473+
lint_roller (~> 1.1.0)
471474
parallel (~> 1.10)
472475
parser (>= 3.3.0.2)
473476
rainbow (>= 2.2.2, < 4.0)
474-
regexp_parser (>= 2.4, < 3.0)
475-
rubocop-ast (>= 1.32.2, < 2.0)
477+
regexp_parser (>= 2.9.3, < 3.0)
478+
rubocop-ast (>= 1.47.1, < 2.0)
476479
ruby-progressbar (~> 1.7)
477-
unicode-display_width (>= 2.4.0, < 3.0)
478-
rubocop-ast (1.38.0)
479-
parser (>= 3.3.1.0)
480-
rubocop-performance (1.23.1)
481-
rubocop (>= 1.48.1, < 2.0)
482-
rubocop-ast (>= 1.31.1, < 2.0)
480+
unicode-display_width (>= 2.4.0, < 4.0)
481+
rubocop-ast (1.47.1)
482+
parser (>= 3.3.7.2)
483+
prism (~> 1.4)
484+
rubocop-performance (1.26.0)
485+
lint_roller (~> 1.1)
486+
rubocop (>= 1.75.0, < 2.0)
487+
rubocop-ast (>= 1.44.0, < 2.0)
483488
rubocop-rails (2.28.0)
484489
activesupport (>= 4.2.0)
485490
rack (>= 1.1)
@@ -550,7 +555,9 @@ GEM
550555
ucf_messages (0.0.5)
551556
uglifier (4.2.1)
552557
execjs (>= 0.3.0, < 3)
553-
unicode-display_width (2.6.0)
558+
unicode-display_width (3.2.0)
559+
unicode-emoji (~> 4.1)
560+
unicode-emoji (4.1.0)
554561
uri (1.0.3)
555562
warden (1.2.9)
556563
rack (>= 2.0.9)

0 commit comments

Comments
 (0)