From 46868da3ed1794c90d405e25b3a037840dc1f065 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 27 Sep 2020 18:15:28 +0000 Subject: [PATCH] Bump turnout from 2.4.1 to 2.5.0 Bumps [turnout](https://github.com/biola/turnout) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/biola/turnout/releases) - [Commits](https://github.com/biola/turnout/compare/v2.4.1...v2.5.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index c6d969cb0..15585f249 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ gem "social-share-button", "~> 1.1" gem "sprockets", "~> 3.7.2" gem "translator-text", "~> 0.1.0" gem "turbolinks", "~> 5.2.1" -gem "turnout", "~> 2.4.0" +gem "turnout", "~> 2.5.0" gem "uglifier", "~> 4.1.2" gem "whenever", "~> 1.0.0", require: false gem "wicked_pdf", "~> 2.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 6431d0bf6..23b307d46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -278,7 +278,7 @@ GEM httpi (2.4.4) rack socksify - i18n (0.9.5) + i18n (1.8.5) concurrent-ruby (~> 1.0) i18n-tasks (0.9.31) activesupport (>= 4.0.2) @@ -578,7 +578,7 @@ GEM climate_control (>= 0.0.3, < 1.0) thor (1.0.1) thread_safe (0.3.6) - tilt (2.0.8) + tilt (2.0.10) tins (1.25.0) sync tomlrb (1.3.0) @@ -588,8 +588,8 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - turnout (2.4.1) - i18n (~> 0.7) + turnout (2.5.0) + i18n (>= 0.7, < 2) rack (>= 1.3, < 3) rack-accept (~> 0.4) tilt (>= 1.4, < 3) @@ -719,7 +719,7 @@ DEPENDENCIES sprockets (~> 3.7.2) translator-text (~> 0.1.0) turbolinks (~> 5.2.1) - turnout (~> 2.4.0) + turnout (~> 2.5.0) uglifier (~> 4.1.2) web-console (~> 3.7.0) webdrivers (~> 4.3.0)