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

Commit

Permalink
[CC] Use Git source in Gemfile
Browse files Browse the repository at this point in the history
  This change removes our patched eventmachine from vendor cache. We
will vendor it when we pre-package for release.

Change-Id: I342b25f416a51c709a4cef4d32a7888846860524
  • Loading branch information
d committed Apr 5, 2012
1 parent 8ea62b3 commit 3c0caa1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud_controller/Gemfile
Expand Up @@ -33,7 +33,7 @@ group :production do
end

# EventMachine and async support
gem 'eventmachine'
gem 'eventmachine', :git => 'git://github.com/cloudfoundry/eventmachine.git', :branch => 'release-0.12.11-cf'
gem 'thin'
gem 'em-http-request', '~> 1.0.0.beta.3', :require => 'em-http'
gem 'em-redis', '~> 0.3.0', :require => nil
Expand Down
10 changes: 8 additions & 2 deletions cloud_controller/Gemfile.lock
@@ -1,3 +1,10 @@
GIT
remote: git://github.com/cloudfoundry/eventmachine.git
revision: 2806c630d8631d5dcf9fb2555f665b829052aabe
branch: release-0.12.11-cf
specs:
eventmachine (0.12.11.cloudfoundry.3)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -58,7 +65,6 @@ GEM
eventmachine
erubis (2.6.6)
abstract (>= 1.0.0)
eventmachine (0.12.11.cloudfoundry.3)
hiredis (0.3.2)
http_parser.rb (0.5.1)
i18n (0.5.0)
Expand Down Expand Up @@ -160,7 +166,7 @@ DEPENDENCIES
em-hiredis
em-http-request (~> 1.0.0.beta.3)
em-redis (~> 0.3.0)
eventmachine
eventmachine!
mocha
mysql2 (>= 0.2.6)
nats
Expand Down
Binary file not shown.

0 comments on commit 3c0caa1

Please sign in to comment.