Skip to content

Commit

Permalink
Allow more permissive http.rb version range
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 23, 2015
1 parent 98176e1 commit 3cacce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'buftok', '~> 0.2.0'
spec.add_dependency 'equalizer', '0.0.10'
spec.add_dependency 'faraday', '~> 0.9.0'
spec.add_dependency 'http', '~> 0.6.0'
spec.add_dependency 'http', ['>= 0.4', '< 0.9']
spec.add_dependency 'http_parser.rb', '~> 0.6.0'
spec.add_dependency 'json', '~> 1.8'
spec.add_dependency 'memoizable', '~> 0.4.0'
Expand Down

0 comments on commit 3cacce5

Please sign in to comment.