diff --git a/Gemfile b/Gemfile index 842a6f02b..1b2e4f906 100644 --- a/Gemfile +++ b/Gemfile @@ -55,6 +55,7 @@ gem 'ahoy_matey', '~> 1.2.1' gem 'groupdate' # group temporary data gem 'browser' +gem 'turnout' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index bc9390aff..ef2fa3724 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -281,6 +281,8 @@ GEM quiet_assets (1.1.0) railties (>= 3.1, < 5.0) rack (1.6.4) + rack-accept (0.4.5) + rack (>= 0.4) rack-test (0.6.3) rack (>= 1.0) rails (4.2.5) @@ -385,6 +387,9 @@ GEM tins (1.6.0) turbolinks (2.5.3) coffee-rails + turnout (2.2.0) + rack (~> 1.3) + rack-accept (~> 0.4) tzinfo (1.2.2) thread_safe (~> 0.1) uglifier (2.7.2) @@ -479,6 +484,7 @@ DEPENDENCIES social-share-button! spring turbolinks + turnout uglifier (>= 1.3.0) unicorn (~> 5.0.1) web-console (~> 2.0)