Skip to content

Commit

Permalink
Bump rubocop-performance in the patch-and-minor-dependencies group
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor-dependencies group with 1 update: [rubocop-performance](https://github.com/rubocop/rubocop-performance).


Updates `rubocop-performance` from 1.21.1 to 1.22.1
- [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.21.1...v1.22.1)

---
updated-dependencies:
- dependency-name: rubocop-performance
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent ddcf660 commit 810e4aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ group :development do
gem 'pry', '~> 0.14.2'
gem 'rake', '~> 13.1'
gem 'rubocop', '~> 1.66.1', require: false
gem 'rubocop-performance', '~> 1.21.1', require: false
gem 'rubocop-performance', '~> 1.22.1', require: false
gem 'solargraph', '~> 0.50.0', require: false
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
Expand All @@ -102,7 +102,7 @@ GEM
yard (~> 0.9, >= 0.9.24)
thor (1.3.2)
tilt (2.4.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
webrick (1.8.1)
yard (0.9.37)

Expand All @@ -123,7 +123,7 @@ DEPENDENCIES
rake (~> 13.1)
roda (~> 3.84)
rubocop (~> 1.66.1)
rubocop-performance (~> 1.21.1)
rubocop-performance (~> 1.22.1)
solargraph (~> 0.50.0)

BUNDLED WITH
Expand Down

0 comments on commit 810e4aa

Please sign in to comment.