Skip to content

Commit

Permalink
Update http_parser.rb dependency to version ~> 0.6.0
Browse files Browse the repository at this point in the history
Closes #495.
  • Loading branch information
sferik committed Dec 11, 2013
1 parent c76de4f commit 6d2f81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'equalizer', ['~> 0.0.7', '!= 0.0.8']
spec.add_dependency 'faraday', ['>= 0.8', '< 0.10']
spec.add_dependency 'http', '~> 0.5.0'
spec.add_dependency 'http_parser.rb', '~> 0.5.0'
spec.add_dependency 'http_parser.rb', '~> 0.6.0'
spec.add_dependency 'json', '~> 1.8'
spec.add_dependency 'memoizable', '~> 0.2.0'
spec.add_dependency 'simple_oauth', '~> 0.2.0'
Expand Down

0 comments on commit 6d2f81b

Please sign in to comment.