mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Update webmock requirement from ~> 1.22.2 to ~> 3.12.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/v1.22.2...v3.12.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
26ab3c3d1a
commit
85a7dea343
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","~>1.22.2")
|
||||
s.add_development_dependency("webmock","~>3.12.1")
|
||||
|
||||
s.files = `git ls-files`.split("\n")
|
||||
s.test_files = `git ls-files -- {spec,tests}/*`.split("\n")
|
||||
|
|
Loading…
Reference in a new issue