Further downgrade turbolinks
This commit is contained in:
2
Gemfile
2
Gemfile
@ -32,7 +32,7 @@ gem 'bootstrap_pagedown'
|
|||||||
gem 'pagedown-rails'
|
gem 'pagedown-rails'
|
||||||
gem 'sorcery'
|
gem 'sorcery'
|
||||||
gem 'thread_safe'
|
gem 'thread_safe'
|
||||||
gem 'turbolinks', '< 5.1.0'
|
gem 'turbolinks', '< 5.0.0'
|
||||||
gem 'uglifier'
|
gem 'uglifier'
|
||||||
gem 'will_paginate'
|
gem 'will_paginate'
|
||||||
gem 'tubesock'
|
gem 'tubesock'
|
||||||
|
@ -356,9 +356,8 @@ GEM
|
|||||||
tubesock (0.2.7)
|
tubesock (0.2.7)
|
||||||
rack (>= 1.5.0)
|
rack (>= 1.5.0)
|
||||||
websocket (>= 1.1.0)
|
websocket (>= 1.1.0)
|
||||||
turbolinks (5.0.1)
|
turbolinks (2.5.4)
|
||||||
turbolinks-source (~> 5)
|
coffee-rails
|
||||||
turbolinks-source (5.1.0)
|
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.5)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (4.1.6)
|
uglifier (4.1.6)
|
||||||
@ -447,7 +446,7 @@ DEPENDENCIES
|
|||||||
spring
|
spring
|
||||||
thread_safe
|
thread_safe
|
||||||
tubesock
|
tubesock
|
||||||
turbolinks (< 5.1.0)
|
turbolinks (< 5.0.0)
|
||||||
uglifier
|
uglifier
|
||||||
web-console
|
web-console
|
||||||
will_paginate
|
will_paginate
|
||||||
|
Reference in New Issue
Block a user