From 68a5ed2b32ba88ba89fe75fd1fab19e33851212b Mon Sep 17 00:00:00 2001 From: Jose Gasca Date: Wed, 17 Sep 2014 17:10:51 -0500 Subject: [PATCH] Update rest-client gem --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 6e5be7e3..87c93751 100755 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source :rubygems -gem 'rest-client', '~> 1.6.7' +gem 'rest-client' gem 'json', '~> 1.6.5' group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 7dfcf919..c7012d32 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,15 @@ GEM remote: http://rubygems.org/ specs: - json (1.6.5) - mime-types (1.17.2) - multi_json (1.1.0) - rest-client (1.6.7) - mime-types (>= 1.16) - rr (1.0.4) - simplecov (0.6.1) + json (1.6.8) + mime-types (2.3) + multi_json (1.10.1) + netrc (0.7.7) + rest-client (1.7.2) + mime-types (>= 1.16, < 3.0) + netrc (~> 0.7) + rr (1.0.5) + simplecov (0.6.4) multi_json (~> 1.0) simplecov-html (~> 0.5.3) simplecov-html (0.5.3) @@ -17,6 +19,6 @@ PLATFORMS DEPENDENCIES json (~> 1.6.5) - rest-client (~> 1.6.7) + rest-client rr (~> 1.0.4) simplecov (~> 0.6.1)