Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
Updated http gem version since reel is incompatible with 0.5.x series.
Browse files Browse the repository at this point in the history
  • Loading branch information
Masahiro Fujiwara committed Mar 30, 2014
1 parent 2d1c3c4 commit b3e7d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reel.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'celluloid', '>= 0.15.1'
gem.add_runtime_dependency 'celluloid-io', '>= 0.15.0'
gem.add_runtime_dependency 'http', '>= 0.5.0'
gem.add_runtime_dependency 'http', '>= 0.6.0.pre'
gem.add_runtime_dependency 'http_parser.rb', '>= 0.6.0'
gem.add_runtime_dependency 'websocket_parser', '>= 0.1.6'

Expand Down

0 comments on commit b3e7d08

Please sign in to comment.