diff --git a/adk/product/tests/integration-tests/Gemfile b/adk/product/tests/integration-tests/Gemfile old mode 100755 new mode 100644 index 522648715..a007360e0 --- a/adk/product/tests/integration-tests/Gemfile +++ b/adk/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/adk/product/tests/integration-tests/Gemfile.lock b/adk/product/tests/integration-tests/Gemfile.lock old mode 100755 new mode 100644 index d66fbb9c0..e7e4320e1 --- a/adk/product/tests/integration-tests/Gemfile.lock +++ b/adk/product/tests/integration-tests/Gemfile.lock @@ -29,17 +29,18 @@ GEM fog-json (1.0.0) multi_json (~> 1.0) formatador (0.2.4) - httparty (0.13.0) - json (~> 1.8) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (0.6.9) json (1.8.1) macaddr (1.6.7) systemu (~> 2.6.2) mime-types (2.2) + mini_mime (1.1.2) minitest (4.7.5) multi_json (1.9.2) - multi_xml (0.5.5) + multi_xml (0.6.0) net-scp (1.1.2) net-ssh (>= 2.6.5) net-ssh (2.8.0) @@ -75,7 +76,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)