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)