Skip to content

Commit b7dcc41

Browse files
build(deps-dev): bump rubocop-performance from 1.23.1 to 1.24.0
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.23.1 to 1.24.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.24.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent acc3e8c commit b7dcc41

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

Gemfile.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ GEM
8383
annotate (3.2.0)
8484
activerecord (>= 3.2, < 8.0)
8585
rake (>= 10.4, < 14.0)
86-
ast (2.4.2)
86+
ast (2.4.3)
8787
authtrail (0.6.0)
8888
railties (>= 7)
8989
warden
@@ -289,7 +289,7 @@ GEM
289289
activesupport (>= 5.0.0)
290290
jsbundling-rails (1.3.1)
291291
railties (>= 6.0.0)
292-
json (2.10.1)
292+
json (2.10.2)
293293
json-schema (5.1.1)
294294
addressable (~> 2.8)
295295
bigdecimal (~> 3.1)
@@ -362,7 +362,7 @@ GEM
362362
parallel
363363
paranoia (3.0.1)
364364
activerecord (>= 6, < 8.1)
365-
parser (3.3.7.1)
365+
parser (3.3.7.2)
366366
ast (~> 2.4.1)
367367
racc
368368
pdf-forms (1.5.2)
@@ -486,25 +486,27 @@ GEM
486486
rswag-ui (2.16.0)
487487
actionpack (>= 5.2, < 8.1)
488488
railties (>= 5.2, < 8.1)
489-
rubocop (1.71.2)
489+
rubocop (1.73.2)
490490
json (~> 2.3)
491-
language_server-protocol (>= 3.17.0)
491+
language_server-protocol (~> 3.17.0.2)
492+
lint_roller (~> 1.1.0)
492493
parallel (~> 1.10)
493494
parser (>= 3.3.0.2)
494495
rainbow (>= 2.2.2, < 4.0)
495496
regexp_parser (>= 2.9.3, < 3.0)
496497
rubocop-ast (>= 1.38.0, < 2.0)
497498
ruby-progressbar (~> 1.7)
498499
unicode-display_width (>= 2.4.0, < 4.0)
499-
rubocop-ast (1.38.0)
500-
parser (>= 3.3.1.0)
500+
rubocop-ast (1.41.0)
501+
parser (>= 3.3.7.2)
501502
rubocop-capybara (2.21.0)
502503
rubocop (~> 1.41)
503504
rubocop-factory_bot (2.26.1)
504505
rubocop (~> 1.61)
505-
rubocop-performance (1.23.1)
506-
rubocop (>= 1.48.1, < 2.0)
507-
rubocop-ast (>= 1.31.1, < 2.0)
506+
rubocop-performance (1.24.0)
507+
lint_roller (~> 1.1)
508+
rubocop (>= 1.72.1, < 2.0)
509+
rubocop-ast (>= 1.38.0, < 2.0)
508510
rubocop-rails (2.26.2)
509511
activesupport (>= 4.2.0)
510512
rack (>= 1.1)
@@ -556,18 +558,18 @@ GEM
556558
actionpack (>= 6.1)
557559
activesupport (>= 6.1)
558560
sprockets (>= 3.0.0)
559-
standard (1.45.0)
561+
standard (1.47.0)
560562
language_server-protocol (~> 3.17.0.2)
561563
lint_roller (~> 1.0)
562-
rubocop (~> 1.71.0)
564+
rubocop (~> 1.73.0)
563565
standard-custom (~> 1.0.0)
564-
standard-performance (~> 1.6)
566+
standard-performance (~> 1.7)
565567
standard-custom (1.0.2)
566568
lint_roller (~> 1.0)
567569
rubocop (~> 1.50)
568-
standard-performance (1.6.0)
570+
standard-performance (1.7.0)
569571
lint_roller (~> 1.1)
570-
rubocop-performance (~> 1.23.0)
572+
rubocop-performance (~> 1.24.0)
571573
standard-rails (1.2.0)
572574
lint_roller (~> 1.0)
573575
rubocop-rails (~> 2.26.0)

0 commit comments

Comments
 (0)