mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
(maint) Use latest Faraday/webmock, update specs
This unpins Faraday and webmock, and updates specs so that the Faraday changes (primarily including auth in the header rather than in the URL) is reflected.
This commit is contained in:
parent
302d52a45e
commit
f6febc9b8f
8 changed files with 66 additions and 30 deletions
2
Gemfile
2
Gemfile
|
|
@ -12,5 +12,5 @@ group :test do
|
|||
gem 'rb-readline'
|
||||
gem 'rspec', '~> 3.10.0'
|
||||
gem 'rubocop', '~> 1.6'
|
||||
gem 'webmock', '1.21.0'
|
||||
gem 'webmock', '~> 3.13'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue