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

Commit

Permalink
Update minitest-reporters requirement from ~> 1.0.0 to ~> 1.4.2
Browse files Browse the repository at this point in the history
Updates the requirements on [minitest-reporters](https://github.com/CapnKernul/minitest-reporters) to permit the latest version.
- [Release notes](https://github.com/CapnKernul/minitest-reporters/releases)
- [Changelog](https://github.com/kern/minitest-reporters/blob/master/CHANGELOG.md)
- [Commits](minitest-reporters/minitest-reporters@v1.0.0...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 28, 2019
1 parent 71739ad commit 8c78b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy-api-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'minitest', '~> 5.4.0'
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'
gem.add_development_dependency 'minitest-reporters', '~> 1.4.2'
gem.add_development_dependency 'vcr', '~> 2.9.2'
gem.add_development_dependency 'webmock', '~> 3.3.0'
gem.add_development_dependency 'coveralls', '~> 0.7.0'
Expand Down

0 comments on commit 8c78b6f

Please sign in to comment.