Skip to content

Commit

Permalink
Pessimisticly specify version of httparty dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
aevernon committed Sep 3, 2012
1 parent 7c93fd0 commit a8eae59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commission_junction.gemspec
Expand Up @@ -16,5 +16,5 @@ 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'
gem.add_dependency 'httparty', '~> 0.8.3'
end

0 comments on commit a8eae59

Please sign in to comment.