Skip to content

Commit a51f07d

Browse files
Bump rubocop-performance from 1.23.1 to 1.24.0 (#251)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64d459f commit a51f07d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Gemfile.lock

+4-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,10 @@ GEM
8888
unicode-display_width (>= 2.4.0, < 4.0)
8989
rubocop-ast (1.38.0)
9090
parser (>= 3.3.1.0)
91-
rubocop-performance (1.23.1)
92-
rubocop (>= 1.48.1, < 2.0)
93-
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)
9495
rubocop-rails (2.30.1)
9596
activesupport (>= 4.2.0)
9697
lint_roller (~> 1.1)

0 commit comments

Comments
 (0)