diff options
author | Andrew White <andrew.white@unboxedconsulting.com> | 2015-09-18 06:54:27 +0100 |
---|---|---|
committer | Andrew White <andrew.white@unboxedconsulting.com> | 2015-09-21 14:02:41 +0100 |
commit | 2b16816bc3193444397b1ec0100bd15f5a44f7d6 (patch) | |
tree | 7d25a2b0736a1ab9e22cc712ff538f3702c4db88 /Gemfile | |
parent | b3eac823006eb6a346f88793aabef28a6d4f928c (diff) | |
download | rails-2b16816bc3193444397b1ec0100bd15f5a44f7d6.tar.gz rails-2b16816bc3193444397b1ec0100bd15f5a44f7d6.tar.bz2 rails-2b16816bc3193444397b1ec0100bd15f5a44f7d6.zip |
Use master version of Turbolinks gem
Since `alias_method_chain` is deprecated we need to use the master version
of the Turbolinks gem as it has support for using `Module#prepend`.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ gem 'mocha', '~> 0.14', require: false gem 'rack-cache', '~> 1.2' gem 'jquery-rails', github: 'rails/jquery-rails', branch: 'master' gem 'coffee-rails', '~> 4.1.0' -gem 'turbolinks' +gem 'turbolinks', github: 'rails/turbolinks', branch: 'master' gem 'arel', github: 'rails/arel', branch: 'master' gem 'mail', github: 'mikel/mail', branch: 'master' |