* pinning eventmachine to see if that helps

This commit is contained in:
Seth Call 2013-06-24 20:33:56 -05:00
parent b30e9d9006
commit 9644e13812
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ gem 'activerecord', '3.2.13'
gem 'uuidtools', '2.1.2'
gem 'bcrypt-ruby', '3.0.1'
gem 'ruby-protocol-buffers', '1.2.2'
gem 'eventmachine'
gem 'eventmachine', '1.0.3'
gem 'amqp'
gem 'will_paginate'
gem 'actionmailer'