Skip to content

Commit 483519b

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 582073f commit 483519b

1 file changed

Lines changed: 18 additions & 14 deletions

File tree

Gemfile.lock

Lines changed: 18 additions & 14 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
@@ -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.3)
366366
ast (~> 2.4.1)
367367
racc
368368
pdf-forms (1.5.2)
@@ -379,6 +379,7 @@ GEM
379379
pretender (0.5.0)
380380
actionpack (>= 6.1)
381381
prettyprint (0.2.0)
382+
prism (1.4.0)
382383
pry (0.14.2)
383384
coderay (~> 1.1)
384385
method_source (~> 1.0)
@@ -488,25 +489,28 @@ GEM
488489
rswag-ui (2.16.0)
489490
actionpack (>= 5.2, < 8.1)
490491
railties (>= 5.2, < 8.1)
491-
rubocop (1.71.2)
492+
rubocop (1.73.2)
492493
json (~> 2.3)
493-
language_server-protocol (>= 3.17.0)
494+
language_server-protocol (~> 3.17.0.2)
495+
lint_roller (~> 1.1.0)
494496
parallel (~> 1.10)
495497
parser (>= 3.3.0.2)
496498
rainbow (>= 2.2.2, < 4.0)
497499
regexp_parser (>= 2.9.3, < 3.0)
498500
rubocop-ast (>= 1.38.0, < 2.0)
499501
ruby-progressbar (~> 1.7)
500502
unicode-display_width (>= 2.4.0, < 4.0)
501-
rubocop-ast (1.38.0)
502-
parser (>= 3.3.1.0)
503+
rubocop-ast (1.43.0)
504+
parser (>= 3.3.7.2)
505+
prism (~> 1.4)
503506
rubocop-capybara (2.21.0)
504507
rubocop (~> 1.41)
505508
rubocop-factory_bot (2.26.1)
506509
rubocop (~> 1.61)
507-
rubocop-performance (1.23.1)
508-
rubocop (>= 1.48.1, < 2.0)
509-
rubocop-ast (>= 1.31.1, < 2.0)
510+
rubocop-performance (1.24.0)
511+
lint_roller (~> 1.1)
512+
rubocop (>= 1.72.1, < 2.0)
513+
rubocop-ast (>= 1.38.0, < 2.0)
510514
rubocop-rails (2.26.2)
511515
activesupport (>= 4.2.0)
512516
rack (>= 1.1)
@@ -558,18 +562,18 @@ GEM
558562
actionpack (>= 6.1)
559563
activesupport (>= 6.1)
560564
sprockets (>= 3.0.0)
561-
standard (1.45.0)
565+
standard (1.47.0)
562566
language_server-protocol (~> 3.17.0.2)
563567
lint_roller (~> 1.0)
564-
rubocop (~> 1.71.0)
568+
rubocop (~> 1.73.0)
565569
standard-custom (~> 1.0.0)
566-
standard-performance (~> 1.6)
570+
standard-performance (~> 1.7)
567571
standard-custom (1.0.2)
568572
lint_roller (~> 1.0)
569573
rubocop (~> 1.50)
570-
standard-performance (1.6.0)
574+
standard-performance (1.7.0)
571575
lint_roller (~> 1.1)
572-
rubocop-performance (~> 1.23.0)
576+
rubocop-performance (~> 1.24.0)
573577
standard-rails (1.2.0)
574578
lint_roller (~> 1.0)
575579
rubocop-rails (~> 2.26.0)

0 commit comments

Comments
 (0)