mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Update webmock requirement from ~> 3.17.0 to ~> 3.18.1
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](https://github.com/bblimke/webmock/compare/v3.17.0...v3.18.1) --- updated-dependencies: - dependency-name: webmock dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a9a394e9a7
commit
fea9659bcc
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ Gem::Specification.new do |s|
|
|||
s.add_development_dependency("rspec-core")
|
||||
s.add_development_dependency("rspec-expectations")
|
||||
s.add_development_dependency("vcr")
|
||||
s.add_development_dependency("webmock","~>3.17.0")
|
||||
s.add_development_dependency("webmock","~>3.18.1")
|
||||
|
||||
s.files = `git ls-files`.split("\n")
|
||||
s.test_files = `git ls-files -- {spec,tests}/*`.split("\n")
|
||||
|
|
Loading…
Reference in a new issue