Further downgrade turbolinks

This commit is contained in:
Sebastian Serth
2018-02-18 20:26:29 +01:00
parent f5293c4477
commit 4f287c75a6
2 changed files with 4 additions and 5 deletions

View File

@ -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'

View File

@ -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