Skip to content

Commit

Permalink
Update rest-client gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Gasca committed Sep 17, 2014
1 parent c7036dd commit 68a5ed2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source :rubygems

gem 'rest-client', '~> 1.6.7'
gem 'rest-client'
gem 'json', '~> 1.6.5'

group :test do
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)

0 comments on commit 68a5ed2

Please sign in to comment.