Update gem rest-client to ~> 1.8.0

This commit is contained in:
Brendan Coles
2015-08-22 18:06:25 +00:00
parent cfd1584d0c
commit f1d1e0f176

View File

@@ -60,7 +60,7 @@ if ENV['BEEF_TEST']
# sudo port install libxml2 libxslt # sudo port install libxml2 libxslt
gem 'capybara' gem 'capybara'
# RESTful API tests/generic command module tests # RESTful API tests/generic command module tests
gem 'rest-client', '~> 1.6.7' gem 'rest-client', '~> 1.8.0'
end end
source 'https://rubygems.org' source 'https://rubygems.org'