Skip to content

Commit

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

Update rubocop-performance requirement from ~> 1.13.0 to ~> 1.14.0
  • Loading branch information
okuramasafumi committed May 25, 2022
2 parents f32728c + 073028f commit 00aa491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,7 +10,7 @@ gem 'minitest', '~> 5.14' # For test
gem 'rake', '~> 13.0' # For test and automation
gem 'rubocop', '>= 0.79.0', require: false # For lint
gem 'rubocop-minitest', '~> 0.19.0', require: false # For lint
gem 'rubocop-performance', '~> 1.13.0', require: false # For lint
gem 'rubocop-performance', '~> 1.14.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 'simplecov', '~> 0.21.0', require: false # For test coverage
Expand Down

0 comments on commit 00aa491

Please sign in to comment.