Skip to content

Commit 344c766

Browse files
Bump rubocop-performance from 1.24.0 to 1.25.0
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.24.0 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.24.0...v1.25.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa0ae90 commit 344c766

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

Gemfile.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GEM
2727
minitest (>= 5.1)
2828
securerandom (>= 0.3)
2929
tzinfo (~> 2.0, >= 2.0.5)
30-
ast (2.4.2)
30+
ast (2.4.3)
3131
base64 (0.2.0)
3232
benchmark (0.4.0)
3333
bigdecimal (3.1.9)
@@ -39,8 +39,8 @@ GEM
3939
erubi (1.13.1)
4040
i18n (1.14.7)
4141
concurrent-ruby (~> 1.0)
42-
json (2.10.2)
43-
language_server-protocol (3.17.0.4)
42+
json (2.12.0)
43+
language_server-protocol (3.17.0.5)
4444
lint_roller (1.1.0)
4545
logger (1.7.0)
4646
loofah (2.24.0)
@@ -57,10 +57,11 @@ GEM
5757
racc (~> 1.4)
5858
nokogiri (1.18.8-x86_64-linux-gnu)
5959
racc (~> 1.4)
60-
parallel (1.26.3)
61-
parser (3.3.7.1)
60+
parallel (1.27.0)
61+
parser (3.3.8.0)
6262
ast (~> 2.4.1)
6363
racc
64+
prism (1.4.0)
6465
racc (1.8.1)
6566
rack (3.1.14)
6667
rails-dom-testing (2.2.0)
@@ -73,22 +74,23 @@ GEM
7374
rainbow (3.1.1)
7475
rake (13.2.1)
7576
regexp_parser (2.10.0)
76-
rubocop (1.74.0)
77+
rubocop (1.75.5)
7778
json (~> 2.3)
7879
language_server-protocol (~> 3.17.0.2)
7980
lint_roller (~> 1.1.0)
8081
parallel (~> 1.10)
8182
parser (>= 3.3.0.2)
8283
rainbow (>= 2.2.2, < 4.0)
8384
regexp_parser (>= 2.9.3, < 3.0)
84-
rubocop-ast (>= 1.38.0, < 2.0)
85+
rubocop-ast (>= 1.44.0, < 2.0)
8586
ruby-progressbar (~> 1.7)
8687
unicode-display_width (>= 2.4.0, < 4.0)
87-
rubocop-ast (1.39.0)
88-
parser (>= 3.3.1.0)
89-
rubocop-performance (1.24.0)
88+
rubocop-ast (1.44.1)
89+
parser (>= 3.3.7.2)
90+
prism (~> 1.4)
91+
rubocop-performance (1.25.0)
9092
lint_roller (~> 1.1)
91-
rubocop (>= 1.72.1, < 2.0)
93+
rubocop (>= 1.75.0, < 2.0)
9294
rubocop-ast (>= 1.38.0, < 2.0)
9395
rubocop-rails (2.30.3)
9496
activesupport (>= 4.2.0)

0 commit comments

Comments
 (0)