aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-06-30 14:39:36 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-06-30 14:39:36 -0300
commit19ba6b8d4e06cc8c2e596d576fcfbfce22fa5137 (patch)
tree307480a155a710875b40d4e1fca211c22e03ff8e /Gemfile
parente4c8aae643f36377a2eb6d42360eccc3f1f0d398 (diff)
parent10ba7901243b5af5a1c8bab3a4c2ce08eecb65c9 (diff)
downloadrails-19ba6b8d4e06cc8c2e596d576fcfbfce22fa5137.tar.gz
rails-19ba6b8d4e06cc8c2e596d576fcfbfce22fa5137.tar.bz2
rails-19ba6b8d4e06cc8c2e596d576fcfbfce22fa5137.zip
Merge pull request #25607 from sstephenson/turbolinks-5-final
Update to Turbolinks 5.0.0 final
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 012a7ec61a..435689005c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,7 +12,7 @@ gem 'mocha', '~> 0.14', require: false
gem 'rack-cache', '~> 1.2'
gem 'jquery-rails'
gem 'coffee-rails'
-gem 'turbolinks', github: 'turbolinks/turbolinks-rails'
+gem 'turbolinks', '~> 5'
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid Active Model (and by extension the entire framework)