diff --git a/Gemfile b/Gemfile index 362860b..b8b01b7 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ gem 'meta-tags', '~> 2.21' gem 'view_component', '~> 3.12' -gem 'sprockets-rails', '~> 3.4', '>= 3.4.2' +gem 'sprockets-rails', '~> 3.5' gem 'platform-api', '~> 3.6', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 3776629..67deb9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -267,12 +267,12 @@ GEM logger rack (>= 2.2.4) redis-client (>= 0.22.2) - sprockets (4.0.2) + sprockets (4.2.1) concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) + rack (>= 2.2.4, < 4) + sprockets-rails (3.5.2) + actionpack (>= 6.1) + activesupport (>= 6.1) sprockets (>= 3.0.0) stimulus-rails (1.3.3) railties (>= 6.0.0) @@ -333,7 +333,7 @@ DEPENDENCIES sentry-ruby (~> 5.17) sentry-sidekiq (~> 5.17) sidekiq (~> 7.3) - sprockets-rails (~> 3.4, >= 3.4.2) + sprockets-rails (~> 3.5) stimulus-rails (~> 1.3) tailwindcss-rails (~> 2.6) test-prof (~> 1.4)