Skip to content

Commit

Permalink
Pin em-http-request to 1.1.3 oesmith#164
Browse files Browse the repository at this point in the history
  • Loading branch information
Asaf Brukarz committed Jul 6, 2016
1 parent 84d139c commit 110b00b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
puffing-billy (0.8.0)
addressable
em-http-request (~> 1.1.0)
em-http-request (= 1.1.3)
em-synchrony
eventmachine (~> 1.0.4)
eventmachine_httpserver
Expand Down Expand Up @@ -152,4 +152,4 @@ DEPENDENCIES
thin

BUNDLED WITH
1.11.2
1.12.5
3 changes: 2 additions & 1 deletion puffing-billy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'addressable'
gem.add_runtime_dependency 'eventmachine', '~> 1.0.4'
gem.add_runtime_dependency 'em-synchrony'
gem.add_runtime_dependency 'em-http-request', '~> 1.1.0'
# Pinning to 1.1.3 due to https://github.com/oesmith/puffing-billy/issues/164
gem.add_runtime_dependency 'em-http-request', '= 1.1.3'
gem.add_runtime_dependency 'eventmachine_httpserver'
gem.add_runtime_dependency 'http_parser.rb', '~> 0.6.0'
gem.add_runtime_dependency 'multi_json'
Expand Down

0 comments on commit 110b00b

Please sign in to comment.