From ece07b788a39b4f8e7ebb957bc59812ac392f5dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:47:14 +0000 Subject: [PATCH] Bump sprockets-rails from 3.4.2 to 3.5.2 Bumps [sprockets-rails](https://github.com/rails/sprockets-rails) from 3.4.2 to 3.5.2. - [Release notes](https://github.com/rails/sprockets-rails/releases) - [Commits](https://github.com/rails/sprockets-rails/compare/v3.4.2...v3.5.2) --- updated-dependencies: - dependency-name: sprockets-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index c6579bf..b036e7c 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 f9fd727..f258ed6 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) @@ -332,7 +332,7 @@ DEPENDENCIES sentry-ruby (~> 5.17) sentry-sidekiq (~> 5.21) 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)