Skip to content

Commit

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

Bump rubocop-performance from 1.9.2 to 1.10.1
  • Loading branch information
okuramasafumi committed Mar 4, 2021
2 parents cca2280 + 5caed5e commit d4eddde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1', 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
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -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.1)
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.1)
rubocop-rake (>= 0.5.1)
rubocop-sensible (~> 0.3.0)
yard
Expand Down

0 comments on commit d4eddde

Please sign in to comment.