From 098780fe2629a7b54d404eae9cd20405c2671494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 18:03:45 +0000 Subject: [PATCH] Upgrade: Bump shakapacker from 6.6.0 to 7.0.2 Bumps [shakapacker](https://github.com/shakacode/shakapacker) from 6.6.0 to 7.0.2. - [Changelog](https://github.com/shakacode/shakapacker/blob/master/CHANGELOG.md) - [Commits](https://github.com/shakacode/shakapacker/compare/v6.6.0...v7.0.2) --- updated-dependencies: - dependency-name: shakapacker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 12f20a8845..a0e4e55171 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'seed-fu', '~> 2.3' gem 'sentry-rails', '~> 5.4' gem 'sentry-ruby', '~> 5.9' gem 'sentry-sidekiq', '~> 5.10' -gem 'shakapacker', '6.6.0' +gem 'shakapacker', '7.0.2' gem 'sidekiq', '~> 6.5' gem 'turbo-rails', '~> 1.4' gem 'view_component', '~> 3.2' diff --git a/Gemfile.lock b/Gemfile.lock index 5f92c65b1f..522923f820 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -380,8 +380,9 @@ GEM activesupport (= 7.0.5) bundler (>= 1.15.0) railties (= 7.0.5) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.1.1) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) rails-html-sanitizer (1.6.0) loofah (~> 2.21) @@ -510,7 +511,7 @@ GEM sentry-sidekiq (5.10.0) sentry-ruby (~> 5.10.0) sidekiq (>= 3.0) - shakapacker (6.6.0) + shakapacker (7.0.2) activesupport (>= 5.2) rack-proxy (>= 0.6.1) railties (>= 5.2) @@ -641,7 +642,7 @@ DEPENDENCIES sentry-rails (~> 5.4) sentry-ruby (~> 5.9) sentry-sidekiq (~> 5.10) - shakapacker (= 6.6.0) + shakapacker (= 7.0.2) shoulda-matchers (~> 5.3) sidekiq (~> 6.5) simplecov (~> 0.22)