diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2014-08-19 21:40:33 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2014-08-19 21:59:01 -0300 |
commit | 156ba1b5c737453512e26b1e404ee25fd9cec457 (patch) | |
tree | a04887b9d9c0d943deec98399dc1042bc51aa6fc /Gemfile | |
parent | 2f7ac9cdcc06f3c84eb3d905d16da9ca22ef2c66 (diff) | |
download | rails-156ba1b5c737453512e26b1e404ee25fd9cec457.tar.gz rails-156ba1b5c737453512e26b1e404ee25fd9cec457.tar.bz2 rails-156ba1b5c737453512e26b1e404ee25fd9cec457.zip |
Use the released turbolinks gem
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) |