Upgrade to latest Rails, which apparently improves ActionCable performance
This commit is contained in:
parent
45c7ee39b3
commit
4b5b953d42
2 changed files with 31 additions and 25 deletions
2
Gemfile
2
Gemfile
|
@ -2,7 +2,7 @@
|
|||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rails', '5.0.0.1'
|
||||
gem 'rails', git: 'https://github.com/rails/rails.git', branch: '5-0-stable'
|
||||
gem 'sass-rails', '~> 5.0'
|
||||
gem 'uglifier', '>= 1.3.0'
|
||||
gem 'coffee-rails', '~> 4.1.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue