Gemfile in em-synchrony-1.0.0 vs Gemfile in em-synchrony-1.0.1
- old
+ new
@@ -1,17 +1,19 @@
source :gemcutter
gem 'eventmachine', :git => 'git://github.com/eventmachine/eventmachine.git'
group :development do
+ gem 'rake'
gem 'rspec'
gem 'em-http-request', :git => 'git://github.com/igrigorik/em-http-request'
gem 'remcached'
# gem 'em-mongo', :git => 'https://github.com/bcg/em-mongo.git'
gem 'activerecord', '>= 3.1.0.rc6'
- gem 'em-mongo', '~> 0.3.6'
+ gem 'em-mongo'
gem 'bson_ext'
gem 'mysql2'
gem 'em-redis', '~> 0.3.0'
gem 'em-hiredis'
gem 'mongo'
+ gem 'amqp'
end