Skip to content

Commit

Permalink
Bump httparty version in the gemspec as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Ofir Kerker committed Apr 6, 2015
1 parent 856c079 commit 411b764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highwinds-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.add_dependency "httparty", "~> 0.10"
gem.add_dependency "httparty", "~> 0.13"
gem.add_development_dependency "rspec", "~> 2.11"
end

0 comments on commit 411b764

Please sign in to comment.