From 156ba1b5c737453512e26b1e404ee25fd9cec457 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Tue, 19 Aug 2014 21:40:33 -0300 Subject: [PATCH] Use the released turbolinks gem --- Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index bf190d10865..973549d783a 100644 --- a/Gemfile +++ b/Gemfile @@ -11,9 +11,7 @@ gem 'rack-cache', '~> 1.2' gem 'jquery-rails', '~> 3.1.0' gem 'coffee-rails', '~> 4.0.0' gem 'rails-html-sanitizer' - -# TODO: remove this before the 4.2.0.beta1 release -gem 'turbolinks', github: 'rails/turbolinks', branch: 'master' +gem 'turbolinks', '~> 2.2.3' # require: false so bcrypt is loaded only when has_secure_password is used. # This is to avoid ActiveModel (and by extension the entire framework)