mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
Update webmock requirement from 1.21.0 to 3.9.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.21.0...v3.9.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
512adb4af1
commit
f82016a631
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -12,5 +12,5 @@ group :test do
|
||||||
gem 'rb-readline'
|
gem 'rb-readline'
|
||||||
gem 'rspec', '~> 3.9.0'
|
gem 'rspec', '~> 3.9.0'
|
||||||
gem 'rubocop', '~> 0.52'
|
gem 'rubocop', '~> 0.52'
|
||||||
gem 'webmock', '1.21.0'
|
gem 'webmock', '3.9.1'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue