mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
webmock: Allow latest versions
this is required to allow latest faraday
This commit is contained in:
parent
f29ff107ea
commit
84e16e4b82
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.10.0'
|
gem 'rspec', '~> 3.10.0'
|
||||||
gem 'rubocop', '~> 1.6'
|
gem 'rubocop', '~> 1.6'
|
||||||
gem 'webmock', '1.21.0'
|
gem 'webmock', '>= 1.21.0'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue