From 869174dc2b10bc5707a345fe654dc0d2be38e5b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:08:37 +0000 Subject: [PATCH] Upgrade: Bump shakapacker from 6.6.0 to 7.1.0 Bumps [shakapacker](https://github.com/shakacode/shakapacker) from 6.6.0 to 7.1.0. - [Changelog](https://github.com/shakacode/shakapacker/blob/master/CHANGELOG.md) - [Commits](https://github.com/shakacode/shakapacker/compare/v6.6.0...v7.1.0) --- updated-dependencies: - dependency-name: shakapacker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 0c5cbd3804..e19dc7ffe0 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'seed-fu', '~> 2.3' gem 'sentry-rails', '~> 5.11' gem 'sentry-ruby', '~> 5.11' gem 'sentry-sidekiq', '~> 5.11' -gem 'shakapacker', '6.6.0' +gem 'shakapacker', '7.1.0' gem 'sidekiq', '~> 7.1' gem 'turbo-rails', '~> 1.4' gem 'view_component', '~> 3.5' diff --git a/Gemfile.lock b/Gemfile.lock index 1783c821c4..597e5e5ab8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -361,7 +361,7 @@ GEM rack (>= 1.2.0) rack-protection (3.1.0) rack (~> 2.2, >= 2.2.4) - rack-proxy (0.7.6) + rack-proxy (0.7.7) rack rack-test (2.1.0) rack (>= 1.3) @@ -505,7 +505,7 @@ GEM sentry-sidekiq (5.11.0) sentry-ruby (~> 5.11.0) sidekiq (>= 3.0) - shakapacker (6.6.0) + shakapacker (7.1.0) activesupport (>= 5.2) rack-proxy (>= 0.6.1) railties (>= 5.2) @@ -636,7 +636,7 @@ DEPENDENCIES sentry-rails (~> 5.11) sentry-ruby (~> 5.11) sentry-sidekiq (~> 5.11) - shakapacker (= 6.6.0) + shakapacker (= 7.1.0) shoulda-matchers (~> 5.3) sidekiq (~> 7.1) simplecov (~> 0.22)