* fixing weboscket gateway problem ;it's pulling in a very old version of actionpack due to some gemfile issue
This commit is contained in:
parent
72a97198ed
commit
660e452996
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue