Skip to content

Commit

Permalink
Bump rubocop-performance from 1.9.2 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.9.2 to 1.10.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.9.2...v1.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 1, 2021
1 parent 8bef6d4 commit 39822a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,7 +10,7 @@ gem 'oj', '~> 3.11', platform: :ruby, require: false # For backend
gem 'rake', '~> 13.0' # For test and automation
gem 'rubocop', '>= 0.79.0', require: false # For lint
gem 'rubocop-minitest', '~> 0.10.3', require: false # For lint
gem 'rubocop-performance', '~> 1.9.2', require: false # For lint
gem 'rubocop-performance', '~> 1.10.0', require: false # For lint
gem 'rubocop-rake', '>= 0.5.1', require: false # For lint
gem 'rubocop-sensible', '~> 0.3.0', require: false # For lint
gem 'yard', require: false
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -31,7 +31,7 @@ GEM
ast (~> 2.4.1)
rainbow (3.0.0)
rake (13.0.3)
regexp_parser (2.0.3)
regexp_parser (2.1.1)
rexml (3.2.4)
rubocop (1.10.0)
parallel (~> 1.10)
Expand All @@ -46,7 +46,7 @@ GEM
parser (>= 2.7.1.5)
rubocop-minitest (0.10.3)
rubocop (>= 0.87, < 2.0)
rubocop-performance (1.9.2)
rubocop-performance (1.10.0)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rake (0.5.1)
Expand Down Expand Up @@ -83,7 +83,7 @@ DEPENDENCIES
rake (~> 13.0)
rubocop (>= 0.79.0)
rubocop-minitest (~> 0.10.3)
rubocop-performance (~> 1.9.2)
rubocop-performance (~> 1.10.0)
rubocop-rake (>= 0.5.1)
rubocop-sensible (~> 0.3.0)
yard
Expand Down

0 comments on commit 39822a7

Please sign in to comment.