Skip to content

Commit

Permalink
Merge pull request #138 from okuramasafumi/dependabot/bundler/rubocop…
Browse files Browse the repository at this point in the history
…-minitest-tw-0.13.0

Update rubocop-minitest requirement from ~> 0.12.0 to ~> 0.13.0
  • Loading branch information
okuramasafumi authored Jun 22, 2021
2 parents d73c376 + d419d30 commit 755a9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'inch', require: false # For inline documents
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.12.0', require: false # For lint
gem 'rubocop-minitest', '~> 0.13.0', require: false # For lint
gem 'rubocop-performance', '~> 1.11.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
Expand Down

0 comments on commit 755a9c6

Please sign in to comment.