Skip to content

Commit

Permalink
Merge pull request #42 from okuramasafumi/dependabot/bundler/rubocop-…
Browse files Browse the repository at this point in the history
…performance-1.9.0

Bump rubocop-performance from 1.8.1 to 1.9.0
  • Loading branch information
okuramasafumi committed Nov 20, 2020
2 parents 5167e32 + 52a913d commit da58a81
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,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.1', require: false # For lint
gem 'rubocop-performance', '~> 1.9.0', 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 @@ -46,8 +46,8 @@ GEM
parser (>= 2.7.1.5)
rubocop-minitest (0.10.1)
rubocop (>= 0.87)
rubocop-performance (1.8.1)
rubocop (>= 0.87.0)
rubocop-performance (1.9.0)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-sensible (0.3.0)
rubocop (>= 0.60.0)
Expand Down Expand Up @@ -82,7 +82,7 @@ DEPENDENCIES
rake (~> 13.0)
rubocop (>= 0.79.0)
rubocop-minitest (~> 0.10.1)
rubocop-performance (~> 1.8.1)
rubocop-performance (~> 1.9.0)
rubocop-sensible (~> 0.3.0)
yard

Expand Down

0 comments on commit da58a81

Please sign in to comment.