Skip to content

Commit

Permalink
Bump rubocop-performance from 1.8.0 to 1.8.1
Browse files Browse the repository at this point in the history
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.8.0...v1.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Sep 18, 2020
1 parent b2f9b15 commit 47d8fcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,6 +10,6 @@ gem 'oj', '~> 3.10', 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.1', require: false # For lint
gem 'rubocop-performance', '~> 1.8.0', require: false # For lint
gem 'rubocop-performance', '~> 1.8.1', require: false # For lint
gem 'rubocop-sensible', '~> 0.3.0', require: false # For lint
gem 'yard', require: false
7 changes: 4 additions & 3 deletions Gemfile.lock
Expand Up @@ -42,12 +42,13 @@ GEM
rubocop-ast (>= 0.4.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.4.0)
rubocop-ast (0.4.2)
parser (>= 2.7.1.4)
rubocop-minitest (0.10.1)
rubocop (>= 0.87)
rubocop-performance (1.8.0)
rubocop-performance (1.8.1)
rubocop (>= 0.87.0)
rubocop-ast (>= 0.4.0)
rubocop-sensible (0.3.0)
rubocop (>= 0.60.0)
ruby-progressbar (1.10.1)
Expand Down Expand Up @@ -81,7 +82,7 @@ DEPENDENCIES
rake (~> 13.0)
rubocop (>= 0.79.0)
rubocop-minitest (~> 0.10.1)
rubocop-performance (~> 1.8.0)
rubocop-performance (~> 1.8.1)
rubocop-sensible (~> 0.3.0)
yard

Expand Down

0 comments on commit 47d8fcd

Please sign in to comment.