* adding jam-ruby gems into websocket-gateway gemfile for reasons I don't fully understand

This commit is contained in:
Seth Call 2012-11-13 21:07:28 -06:00
parent eccfc477a3
commit d2f9a249c7
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ gem 'em-websocket'#, :path=> "#{workspace}/em-websocket-jam"
gem 'amqp'
gem 'activerecord', '3.2.7'
gem 'logging'
gem 'tire'
gem 'will_paginate'
gem 'actionmailer'
gem 'sendgrid'
group :development do
gem 'pry'