mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Lock Faraday to a version
This commit is contained in:
parent
414ac22f40
commit
2c9ce5644e
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,7 +1,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'commander'
|
gem 'commander'
|
||||||
gem 'faraday'
|
gem 'faraday', '0.9.2'
|
||||||
|
|
||||||
gem 'rspec'
|
gem 'rspec'
|
||||||
gem 'webmock', '1.21.0'
|
gem 'webmock', '1.21.0'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue