Skip to content

Commit

Permalink
Bump rubocop-performance from 1.19.1 to 1.20.1 (#276)
Browse files Browse the repository at this point in the history
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.19.1 to 1.20.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.19.1...v1.20.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 5709734 commit 7922ebd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'redcarpet', '~> 3.6.0'
gem 'rspec', '~> 3.12.0'
gem 'rubocop', '~> 1.57.2'
gem 'rubocop-packaging', '~> 0.5.2'
gem 'rubocop-performance', '~> 1.19.1'
gem 'rubocop-performance', '~> 1.20.1'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 2.25.0'
gem 'rubocop-sorbet', '~> 0.7.5'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ GEM
coderay (1.1.3)
diff-lcs (1.5.0)
docile (1.4.0)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
netrc (0.11.0)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
Expand All @@ -27,7 +27,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.2)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rbi (0.0.17)
Expand All @@ -36,7 +36,7 @@ GEM
sorbet-runtime (>= 0.5.9204)
unparser (>= 0.5.6)
redcarpet (3.6.0)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand Down Expand Up @@ -70,9 +70,9 @@ GEM
rubocop (~> 1.33)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.20.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.25.0)
Expand Down Expand Up @@ -131,7 +131,7 @@ DEPENDENCIES
rspec (~> 3.12.0)
rubocop (~> 1.57.2)
rubocop-packaging (~> 0.5.2)
rubocop-performance (~> 1.19.1)
rubocop-performance (~> 1.20.1)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.25.0)
rubocop-sorbet (~> 0.7.5)
Expand Down

0 comments on commit 7922ebd

Please sign in to comment.