diff --git a/cds/product/tests/integration-tests/Gemfile b/cds/product/tests/integration-tests/Gemfile index 4dda71a75..a3dbbed6c 100644 --- a/cds/product/tests/integration-tests/Gemfile +++ b/cds/product/tests/integration-tests/Gemfile @@ -3,7 +3,7 @@ source 'http://rubygems.org' # integration-tests/Rakefile dependencies gem 'rake', '=10.1.1' gem 'rspec', '=2.14.1' -gem 'httparty', '=0.13.0' +gem 'httparty', '0.21.0' gem 'rubocop', '=0.18.1' gem 'activesupport', '=4.0.4' gem 'rspec-extra-formatters', '=1.0.0' diff --git a/cds/product/tests/integration-tests/Gemfile.lock b/cds/product/tests/integration-tests/Gemfile.lock index 4f9aa4524..b0bc9db99 100644 --- a/cds/product/tests/integration-tests/Gemfile.lock +++ b/cds/product/tests/integration-tests/Gemfile.lock @@ -30,8 +30,8 @@ GEM fog-json (1.0.0) multi_json (~> 1.0) formatador (0.2.5) - httparty (0.13.0) - json (~> 1.8) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (0.6.11) inflecto (0.0.2) @@ -39,10 +39,11 @@ GEM macaddr (1.6.7) systemu (~> 2.6.2) mime-types (2.3) + mini_mime (1.1.2) mini_portile (0.6.0) minitest (4.7.5) multi_json (1.10.1) - multi_xml (0.5.5) + multi_xml (0.6.0) net-scp (1.2.1) net-ssh (>= 2.6.5) net-ssh (2.9.1) @@ -80,7 +81,7 @@ PLATFORMS DEPENDENCIES activesupport (= 4.0.4) fog (= 1.21.0) - httparty (= 0.13.0) + httparty (= 0.21.0) json (= 1.8.1) macaddr (= 1.6.7) rake (= 10.1.1)