Move websockets out of production group for ruby 1.8.7
This commit is contained in:
parent
bb3c6f3120
commit
5494cf1fde
1 changed files with 1 additions and 3 deletions
4
Gemfile
4
Gemfile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue