diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2016-06-30 14:39:36 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2016-06-30 14:39:36 -0300 |
commit | 19ba6b8d4e06cc8c2e596d576fcfbfce22fa5137 (patch) | |
tree | 307480a155a710875b40d4e1fca211c22e03ff8e /Gemfile | |
parent | e4c8aae643f36377a2eb6d42360eccc3f1f0d398 (diff) | |
parent | 10ba7901243b5af5a1c8bab3a4c2ce08eecb65c9 (diff) | |
download | rails-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |