Move websockets out of production group for ruby 1.8.7

This commit is contained in:
Sarah Mei 2011-12-11 13:54:43 -08:00
parent bb3c6f3120
commit 5494cf1fde

View file

@ -30,6 +30,7 @@ gem 'messagebus_ruby_api', '0.4.8'
# web sockets # web sockets
gem 'em-synchrony', :platforms => :ruby_19 gem 'em-synchrony', :platforms => :ruby_19
gem 'em-websocket'
group :production do # we don't install these on travis to speed up test runs group :production do # we don't install these on travis to speed up test runs
# chef # chef
@ -39,9 +40,6 @@ group :production do # we don't install these on travis to speed up test runs
# reporting # reporting
gem 'hoptoad_notifier' gem 'hoptoad_notifier'
gem 'newrelic_rpm', :require => false gem 'newrelic_rpm', :require => false
# web sockets
gem 'em-websocket'
end end
# configuration # configuration