Skip to content

Commit

Permalink
Update rubocop-minitest requirement from = 0.8.0 to = 0.9.0 (#21)
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop-minitest](https://github.com/rubocop-hq/rubocop-minitest) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.8.0...v0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed May 1, 2020
1 parent 4bf154b commit 14808de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "minitest-reporters", "~> 1.3"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rubocop", "0.81.0"
spec.add_development_dependency "rubocop-minitest", "0.8.0"
spec.add_development_dependency "rubocop-minitest", "0.9.0"
spec.add_development_dependency "rubocop-performance", "1.5.2"
end

0 comments on commit 14808de

Please sign in to comment.