Skip to content

Commit

Permalink
Update minitest requirement from ~> 5.11.0 to ~> 5.14.2 (#345)
Browse files Browse the repository at this point in the history
Updates the requirements on [minitest](https://github.com/seattlerb/minitest) to permit the latest version.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.11.0...v5.14.2)

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] authored Dec 3, 2020
1 parent 2a532c2 commit 8aa681c
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 @@ -13,6 +13,6 @@ group :development do
end

group :development, :test do
gem 'minitest', '~> 5.11.0'
gem 'minitest', '~> 5.14.2'
gem 'rubocop', '~> 0.71.0'
end

0 comments on commit 8aa681c

Please sign in to comment.