Skip to content

Commit

Permalink
update eventmachine
Browse files Browse the repository at this point in the history
  • Loading branch information
Arie committed Mar 17, 2012
1 parent c27aa70 commit a90e7bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@ source 'http://rubygems.org'

gem 'foreman'
gem 'thin'
gem 'eventmachine'
gem 'eventmachine', :git => 'https://github.com/eventmachine/eventmachine.git'
gem 'em-websocket'
gem 'json'

Expand Down
9 changes: 7 additions & 2 deletions Gemfile.lock
@@ -1,3 +1,9 @@
GIT
remote: https://github.com/eventmachine/eventmachine.git
revision: cc9a3adc5b4cc5640057b396df882220fa46ddd3
specs:
eventmachine (1.0.0.beta.4)

GEM
remote: http://rubygems.org/
specs:
Expand All @@ -24,7 +30,6 @@ GEM
em-websocket (0.3.5)
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
eventmachine (0.12.10)
execjs (1.2.9)
multi_json (~> 1.0)
foreman (0.26.1)
Expand Down Expand Up @@ -66,7 +71,7 @@ DEPENDENCIES
capistrano-ext
capistrano_colors
em-websocket
eventmachine
eventmachine!
foreman
guard-coffeescript
guard-compass
Expand Down

0 comments on commit a90e7bd

Please sign in to comment.