Skip to content

Commit

Permalink
Upgrade: Bump rubocop-performance from 1.15.2 to 1.16.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.15.2 to 1.16.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.15.2...v1.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and KevinMulhern committed Feb 18, 2023
1 parent 90f8acd commit 5677e4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ group :development do
gem 'lookbook', '~> 1.5.1'
gem 'rack-mini-profiler'
gem 'rubocop', '~> 1.43', require: false
gem 'rubocop-performance', '~> 1.15', require: false
gem 'rubocop-performance', '~> 1.16', require: false
gem 'rubocop-rails', '~> 2.17', require: false
gem 'rubocop-rspec', '~> 2.16', require: false
gem 'web-console', '~> 4.2'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ GEM
orm_adapter (0.5.0)
pagy (6.0.1)
parallel (1.22.1)
parser (3.2.0.0)
parser (3.2.1.0)
ast (~> 2.4.1)
pg (1.4.5)
public_suffix (5.0.1)
Expand Down Expand Up @@ -420,7 +420,7 @@ GEM
redis-client (>= 0.9.0)
redis-client (0.12.1)
connection_pool
regexp_parser (2.6.2)
regexp_parser (2.7.0)
reline (0.3.2)
io-console (~> 0.5)
require_all (3.0.0)
Expand Down Expand Up @@ -463,11 +463,11 @@ GEM
rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-ast (1.26.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.17.0)
rubocop (~> 1.41)
rubocop-performance (1.15.2)
rubocop-performance (1.16.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.17.4)
Expand Down Expand Up @@ -623,7 +623,7 @@ DEPENDENCIES
rspec-rails (~> 6.0)
rspec-retry (~> 0.6)
rubocop (~> 1.43)
rubocop-performance (~> 1.15)
rubocop-performance (~> 1.16)
rubocop-rails (~> 2.17)
rubocop-rspec (~> 2.16)
ruby-progressbar (~> 1.11)
Expand Down

0 comments on commit 5677e4b

Please sign in to comment.