From cbe85a953cb43706e8e20a47cb2191b6291b9080 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 19 Feb 2018 00:48:00 +0100 Subject: [PATCH] Add comment about turbolinks version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 738b5325..07cb0ca2 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'bootstrap_pagedown' gem 'pagedown-rails' gem 'sorcery' gem 'thread_safe' -gem 'turbolinks', '< 5.0.0' +gem 'turbolinks', '< 5.0.0' # newer versions prevent loading ACE if the page containing is not accessed directly / refreshed gem 'uglifier' gem 'will_paginate' gem 'tubesock'