Skip to content

Commit

Permalink
pin httparty to 0.14 (0.15 has breaking changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
sskylar committed Aug 1, 2017
1 parent 71a5aec commit 4566d5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/siteleaf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Siteleaf
VERSION = "2.0.1"
VERSION = "2.0.2"
end
4 changes: 2 additions & 2 deletions siteleaf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 1.9.3'

gem.add_dependency 'httparty', '>= 0.13.3'
gem.add_dependency 'httmultiparty', '>= 0.3.13'
gem.add_dependency 'httparty', '~> 0.14.0'
gem.add_dependency 'httmultiparty', '~> 0.3.13'
gem.add_dependency 'psych', '>= 2.0.17'
gem.add_dependency 'rack'

Expand Down

0 comments on commit 4566d5f

Please sign in to comment.