From 9bf459b1fe657fee6d5afaccde063a7d69133ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 19:09:29 +0000 Subject: [PATCH] Bump sucker_punch from 3.1.0 to 3.2.0 Bumps [sucker_punch](https://github.com/brandonhilkert/sucker_punch) from 3.1.0 to 3.2.0. - [Changelog](https://github.com/brandonhilkert/sucker_punch/blob/master/CHANGES.md) - [Commits](https://github.com/brandonhilkert/sucker_punch/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: sucker_punch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2d8a3276..aeb6cb1b 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'shakapacker', '7.1.0' gem 'simpleconfig', '~> 2.0' gem 'simple_form', '~> 5.3' gem 'slim-rails', '~> 3.6' -gem 'sucker_punch', '~> 3.1' +gem 'sucker_punch', '~> 3.2' gem 'turbolinks', '~> 5.2' gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] gem 'validates_timeliness', '~> 7.0.0.beta2' diff --git a/Gemfile.lock b/Gemfile.lock index ce192a5e..608d4cd3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -426,7 +426,7 @@ GEM hashie version_gem (~> 1.1, >= 1.1.1) stringio (3.0.9) - sucker_punch (3.1.0) + sucker_punch (3.2.0) concurrent-ruby (~> 1.0) temple (0.10.3) thor (1.3.0) @@ -513,7 +513,7 @@ DEPENDENCIES simplecov-lcov slim-rails (~> 3.6) slim_lint - sucker_punch (~> 3.1) + sucker_punch (~> 3.2) turbolinks (~> 5.2) tzinfo-data validates_timeliness (~> 7.0.0.beta2)