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

Commit

Permalink
Update webmock requirement from ~> 3.3.0 to ~> 3.7.4
Browse files Browse the repository at this point in the history
Updates the requirements on [webmock](https://github.com/bblimke/webmock) to permit the latest version.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.3.0...v3.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Sep 17, 2019
1 parent 71739ad commit d4eb3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy-api-rb.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rake', '~> 10.3.0'
gem.add_development_dependency 'minitest-reporters', '~> 1.0.0'
gem.add_development_dependency 'vcr', '~> 2.9.2'
gem.add_development_dependency 'webmock', '~> 3.3.0'
gem.add_development_dependency 'webmock', '~> 3.7.4'
gem.add_development_dependency 'coveralls', '~> 0.7.0'
gem.add_development_dependency 'rubocop', '~> 0.52.1'
end

0 comments on commit d4eb3e2

Please sign in to comment.