Skip to content

Commit

Permalink
Use master version of Turbolinks gem
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
pixeltrix committed Sep 21, 2015
1 parent b3eac82 commit 2b16816
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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'

Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Expand Up @@ -89,6 +89,14 @@ GIT
sprockets (4.0.0)
rack (> 1, < 3)

GIT
remote: git://github.com/rails/turbolinks.git
revision: 6d2ffc0e9eadb047ca5febbc08da8d92acab78c4
branch: master
specs:
turbolinks (3.0.0)
coffee-rails

PATH
remote: .
specs:
Expand Down Expand Up @@ -273,8 +281,6 @@ GEM
thread_safe (0.3.5)
timers (4.0.4)
hitimes
turbolinks (2.5.3)
coffee-rails
tzinfo (1.2.2)
thread_safe (~> 0.1)
tzinfo-data (1.2015.6)
Expand Down Expand Up @@ -341,7 +347,7 @@ DEPENDENCIES
sqlite3 (~> 1.3.6)
stackprof
sucker_punch
turbolinks
turbolinks!
tzinfo-data
uglifier (>= 1.3.0)
w3c_validators
Expand Down

0 comments on commit 2b16816

Please sign in to comment.