Skip to content

Commit 76808e0

Browse files
Bump rubocop-performance from 1.23.1 to 1.25.0
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.23.1 to 1.25.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.25.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-version: 1.25.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1810fc7 commit 76808e0

1 file changed

Lines changed: 17 additions & 15 deletions

File tree

Gemfile.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ GEM
329329
actionview (>= 5.0.0)
330330
activesupport (>= 5.0.0)
331331
jmespath (1.6.2)
332-
json (2.10.2)
332+
json (2.11.3)
333333
jwt (2.10.1)
334334
base64
335335
kaminari (1.2.2)
@@ -454,8 +454,8 @@ GEM
454454
paper_trail (16.0.0)
455455
activerecord (>= 6.1)
456456
request_store (~> 1.4)
457-
parallel (1.26.3)
458-
parser (3.3.7.4)
457+
parallel (1.27.0)
458+
parser (3.3.8.0)
459459
ast (~> 2.4.1)
460460
racc
461461
pdf-core (0.10.0)
@@ -596,22 +596,24 @@ GEM
596596
rspec-mocks (~> 3.13)
597597
rspec-support (~> 3.13)
598598
rspec-support (3.13.2)
599-
rubocop (1.70.0)
599+
rubocop (1.75.4)
600600
json (~> 2.3)
601-
language_server-protocol (>= 3.17.0)
601+
language_server-protocol (~> 3.17.0.2)
602+
lint_roller (~> 1.1.0)
602603
parallel (~> 1.10)
603604
parser (>= 3.3.0.2)
604605
rainbow (>= 2.2.2, < 4.0)
605606
regexp_parser (>= 2.9.3, < 3.0)
606-
rubocop-ast (>= 1.36.2, < 2.0)
607+
rubocop-ast (>= 1.44.0, < 2.0)
607608
ruby-progressbar (~> 1.7)
608609
unicode-display_width (>= 2.4.0, < 4.0)
609-
rubocop-ast (1.43.0)
610+
rubocop-ast (1.44.1)
610611
parser (>= 3.3.7.2)
611612
prism (~> 1.4)
612-
rubocop-performance (1.23.1)
613-
rubocop (>= 1.48.1, < 2.0)
614-
rubocop-ast (>= 1.31.1, < 2.0)
613+
rubocop-performance (1.25.0)
614+
lint_roller (~> 1.1)
615+
rubocop (>= 1.75.0, < 2.0)
616+
rubocop-ast (>= 1.38.0, < 2.0)
615617
rubocop-rails (2.25.1)
616618
activesupport (>= 4.2.0)
617619
rack (>= 1.1)
@@ -671,18 +673,18 @@ GEM
671673
activesupport (>= 5.2)
672674
sprockets (>= 3.0.0)
673675
stackprof (0.2.27)
674-
standard (1.44.0)
676+
standard (1.49.0)
675677
language_server-protocol (~> 3.17.0.2)
676678
lint_roller (~> 1.0)
677-
rubocop (~> 1.70.0)
679+
rubocop (~> 1.75.2)
678680
standard-custom (~> 1.0.0)
679-
standard-performance (~> 1.6)
681+
standard-performance (~> 1.8)
680682
standard-custom (1.0.2)
681683
lint_roller (~> 1.0)
682684
rubocop (~> 1.50)
683-
standard-performance (1.6.0)
685+
standard-performance (1.8.0)
684686
lint_roller (~> 1.1)
685-
rubocop-performance (~> 1.23.0)
687+
rubocop-performance (~> 1.25.0)
686688
standard-rails (1.1.0)
687689
lint_roller (~> 1.0)
688690
rubocop-rails (~> 2.25.0)

0 commit comments

Comments
 (0)