* fixing weboscket gateway problem ;it's pulling in a very old version of actionpack due to some gemfile issue

This commit is contained in:
Seth Call 2014-01-12 04:28:07 +00:00
parent 72a97198ed
commit 660e452996
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ gem 'ruby-protocol-buffers', '1.2.2'
gem 'em-websocket', '>=0.4.0' #, :path=> "#{workspace}/em-websocket-jam"
gem 'amqp'
gem 'activerecord', '3.2.13'
gem 'actionpack', '3.2.13'
gem 'logging'
gem 'will_paginate'
gem 'actionmailer'