diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-22 22:26:44 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-22 22:26:44 +0100 |
commit | 4b5b953d4223776860bcccb56d2f9c7144dc302e (patch) | |
tree | 513e99a88e8336bc15b3bd67c7e51c62b993542d /Gemfile | |
parent | 45c7ee39b3d45159de382e8596110af04ee1ed8c (diff) |
Upgrade to latest Rails, which apparently improves ActionCable performance
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 9654c8828..4abed33ff 100644 --- a/Gemfile +++ b/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' |