Skip to content

Commit 0110af2

Browse files
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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 996d11c commit 0110af2

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Gemfile.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ GEM
4040
erubi (1.13.0)
4141
i18n (1.14.7)
4242
concurrent-ruby (~> 1.0)
43-
json (2.10.0)
43+
json (2.10.1)
4444
language_server-protocol (3.17.0.4)
45+
lint_roller (1.1.0)
4546
logger (1.6.5)
4647
loofah (2.23.1)
4748
crass (~> 1.0.2)
@@ -74,9 +75,10 @@ GEM
7475
rainbow (3.1.1)
7576
rake (13.2.1)
7677
regexp_parser (2.10.0)
77-
rubocop (1.71.2)
78+
rubocop (1.72.2)
7879
json (~> 2.3)
79-
language_server-protocol (>= 3.17.0)
80+
language_server-protocol (~> 3.17.0.2)
81+
lint_roller (~> 1.1.0)
8082
parallel (~> 1.10)
8183
parser (>= 3.3.0.2)
8284
rainbow (>= 2.2.2, < 4.0)
@@ -86,9 +88,10 @@ GEM
8688
unicode-display_width (>= 2.4.0, < 4.0)
8789
rubocop-ast (1.38.0)
8890
parser (>= 3.3.1.0)
89-
rubocop-performance (1.23.1)
90-
rubocop (>= 1.48.1, < 2.0)
91-
rubocop-ast (>= 1.31.1, < 2.0)
91+
rubocop-performance (1.24.0)
92+
lint_roller (~> 1.1)
93+
rubocop (>= 1.72.1, < 2.0)
94+
rubocop-ast (>= 1.38.0, < 2.0)
9295
rubocop-rails (2.29.1)
9396
activesupport (>= 4.2.0)
9497
rack (>= 1.1)

0 commit comments

Comments
 (0)