From 23ef49f2d873870aadc0f08e41b61d4af869bc1e Mon Sep 17 00:00:00 2001 From: Naman Gupta <01namangupta@gmail.com> Date: Thu, 14 Dec 2017 03:12:17 +0530 Subject: [PATCH] Turbolinks updated to version 5 --- Gemfile | 2 +- Gemfile.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 31e67e64..eb937be2 100644 --- a/Gemfile +++ b/Gemfile @@ -144,7 +144,7 @@ gem 'axlsx_rails' gem 'hoptoad_notifier', '~> 2.3' # to make links faster -gem 'turbolinks' +gem 'turbolinks', '~> 5.0.0' # for JSON serialization of our API gem 'active_model_serializers' diff --git a/Gemfile.lock b/Gemfile.lock index 47e31962..7b7a83b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM dante (0.2.0) database_cleaner (1.3.0) debug_inspector (0.0.3) - delayed_job (4.1.3) + delayed_job (4.1.4) activesupport (>= 3.0, < 5.2) delayed_job_active_record (4.1.2) activerecord (>= 3.0, < 5.2) @@ -226,7 +226,8 @@ GEM htmlentities (4.3.4) http-cookie (1.0.2) domain_name (~> 0.5) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) i18n_data (0.7.0) inversion (1.0.0) loggability (~> 0.12) @@ -271,7 +272,7 @@ GEM rake mini_magick (4.5.1) mini_portile2 (2.3.0) - minitest (5.10.2) + minitest (5.11.3) momentjs-rails (2.8.1) railties (>= 3.1) monetize (1.7.0) @@ -529,10 +530,10 @@ GEM tins (1.16.3) transitions (0.1.12) ttfunk (1.1.1) - turbolinks (5.1.0) - turbolinks-source (~> 5.1) + turbolinks (5.0.1) + turbolinks-source (~> 5) turbolinks-source (5.1.0) - tzinfo (1.2.3) + tzinfo (1.2.5) thread_safe (~> 0.1) uglifier (3.0.0) execjs (>= 0.3.0, < 3) @@ -673,7 +674,7 @@ DEPENDENCIES thor (~> 0.19) timecop transitions - turbolinks + turbolinks (~> 5.0.0) uglifier (>= 1.3.0) unobtrusive_flash (>= 3) web-console (~> 2.0)