Skip to content

Commit

Permalink
Bump rubocop-performance from 1.18.0 to 1.20.2
Browse files Browse the repository at this point in the history
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.18.0 to 1.20.2.
- [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.18.0...v1.20.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent 0868f1e commit ccead6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :development, :test do
gem 'rake', '~> 13.0', '>= 13.0.6'
gem 'rubocop', '~> 1.60'
gem 'rubocop-minitest', '~> 0.34.3'
gem 'rubocop-performance', '~> 1.12'
gem 'rubocop-performance', '~> 1.20'
gem 'rubocop-rake', '~> 0.6.0'
gem 'simplecov', '~> 0.22.0'
gem 'vcr', '5.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ GEM
rubocop-minitest (0.34.4)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-performance (1.18.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -92,7 +92,7 @@ DEPENDENCIES
rake (~> 13.0, >= 13.0.6)
rubocop (~> 1.60)
rubocop-minitest (~> 0.34.3)
rubocop-performance (~> 1.12)
rubocop-performance (~> 1.20)
rubocop-rake (~> 0.6.0)
simplecov (~> 0.22.0)
vcr (= 5.0)
Expand Down

0 comments on commit ccead6d

Please sign in to comment.