Skip to content

Commit

Permalink
Loosen HTTParty requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmanns committed Sep 6, 2013
1 parent 959032c commit 3b0d3cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'httparty', '~> 0.10.2'
gem 'httparty', '>= 0.8.1', '< 1.0'

group :development do
gem 'bundler'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -16,7 +16,7 @@ GEM
oauth2
hashie (2.0.5)
highline (1.6.19)
httparty (0.10.2)
httparty (0.11.0)
multi_json (~> 1.0)
multi_xml (>= 0.5.2)
httpauth (0.2.0)
Expand Down Expand Up @@ -65,7 +65,7 @@ PLATFORMS

DEPENDENCIES
bundler
httparty (~> 0.10.2)
httparty (>= 0.8.1, < 1.0)
jeweler (~> 1.8.7)
rdoc (~> 4.0.1)
rspec (~> 2.14.1)
Expand Down

0 comments on commit 3b0d3cc

Please sign in to comment.