From ba610a098d9d9ed74618f66fffd544124500e126 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 09:01:28 +0000 Subject: [PATCH] Update dependency turbolinks from v2.5.4 to v5 --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c4edce23b..d6cb8f70e 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'coffee-rails', '~> 5.0.0' # Use jquery as the JavaScript library gem 'jquery-rails', '~> 4.4.0' # Update to v4 for Rails 4.2 # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks', '~> 2.5.3' +gem 'turbolinks', '~> 5.2.0' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.0' # bundle exec rake doc:rails generates the API under doc/api. diff --git a/Gemfile.lock b/Gemfile.lock index a54d7a581..bdb362d3e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -669,8 +669,9 @@ GEM thread_safe (0.3.6) tilt (2.0.11) timeout (0.3.0) - turbolinks (2.5.4) - coffee-rails + turbolinks (5.2.1) + turbolinks-source (~> 5.2) + turbolinks-source (5.2.0) tzinfo (1.2.10) thread_safe (~> 0.1) uglifier (2.7.2) @@ -814,7 +815,7 @@ DEPENDENCIES sqlite3 therubyracer (~> 0.12) transpec! - turbolinks (~> 2.5.3) + turbolinks (~> 5.2.0) uglifier (~> 2.7.2) web-console (~> 3.7.0)