Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Update em-http-request to 1.0.3
Browse files Browse the repository at this point in the history
Change-Id: I045bfd526a34be2e81d95a25cabf78173e830104
  • Loading branch information
pietern committed Oct 29, 2012
1 parent 2e9f9fc commit 8924ddc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "eventmachine"
gem "em-http-request", "~> 1.0.0.beta.3", :require => "em-http"
gem "em-http-request"

gem "em-warden-client", :git => "https://github.com/cloudfoundry/warden.git"
gem "warden-client", :git => "https://github.com/cloudfoundry/warden.git"
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,23 @@ GIT
GEM
remote: https://rubygems.org/
specs:
addressable (2.2.8)
addressable (2.3.2)
backports (2.6.4)
beefcake (0.3.7)
builder (3.0.0)
ci_reporter (1.7.0)
builder (>= 2.1.2)
cookiejar (0.3.0)
daemons (1.1.9)
diff-lcs (1.1.3)
em-http-request (1.0.0.beta.3)
em-http-request (1.0.3)
addressable (>= 2.2.3)
cookiejar
em-socksify
eventmachine
http_parser.rb (>= 0.5.1)
em-socksify (0.1.0)
eventmachine
eventmachine (>= 1.0.0.beta.4)
http_parser.rb (>= 0.5.3)
em-socksify (0.2.1)
eventmachine (>= 1.0.0.beta.4)
eventmachine (1.0.0)
ffi (1.0.11)
hashie (1.2.0)
Expand Down Expand Up @@ -112,7 +114,7 @@ PLATFORMS

DEPENDENCIES
ci_reporter
em-http-request (~> 1.0.0.beta.3)
em-http-request
em-warden-client!
eventmachine
grape!
Expand Down

0 comments on commit 8924ddc

Please sign in to comment.