aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-02-04 14:24:08 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-02-04 14:24:36 -0200
commitdd67df6136951d7a449bf883bd8c4af10c75afb7 (patch)
tree1856ad97cd51dfe5433f9642dc0a778a70f51ddc /Gemfile
parentd3fd7b99c125758bb53f3dfe002ab6a34f33b20b (diff)
downloadrails-dd67df6136951d7a449bf883bd8c4af10c75afb7.tar.gz
rails-dd67df6136951d7a449bf883bd8c4af10c75afb7.tar.bz2
rails-dd67df6136951d7a449bf883bd8c4af10c75afb7.zip
Test with Turbolinks 5
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ba102fe711..8e2c69214a 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', '~> 4.1.0'
-gem 'turbolinks'
+gem 'turbolinks', '~> 5.0.0.beta1'
# 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)