Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Update minitest requirement from ~> 5.4.0 to ~> 5.11.3
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](https://github.com/seattlerb/minitest/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Dec 12, 2018
1 parent 71739ad commit e25ad53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy-api-rb.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'faraday', '~> 0.9.0'
gem.add_dependency 'excon', '~> 0.28'

gem.add_development_dependency 'minitest', '~> 5.4.0'
gem.add_development_dependency 'minitest', '~> 5.11.3'
gem.add_development_dependency 'pry', '~> 0.10.0'
gem.add_development_dependency 'rake', '~> 10.3.0'
gem.add_development_dependency 'minitest-reporters', '~> 1.0.0'
Expand Down

0 comments on commit e25ad53

Please sign in to comment.