From 82a008d17a5f59b4bb739a1a41de388e8eaa85e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 04:19:38 +0000 Subject: [PATCH] Bump sprockets from 4.2.1 to 4.2.2 Bumps [sprockets](https://github.com/rails/sprockets) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/sprockets/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: sprockets dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1110f5c6f6..3be1c4b41b 100644 --- a/Gemfile +++ b/Gemfile @@ -106,7 +106,7 @@ gem 'bootsnap', require: false # Technically they don't need to be in this Gemfile at all, but we are pinning them to # specific versions for compatibility reasons. gem "nokogiri", ">= 1.10.4" -gem "sprockets", "~> 4.2.1" +gem "sprockets", "~> 4.2.2" group :production, :staging do # Reduce the noise of logs and include custom fields to it for easier access diff --git a/Gemfile.lock b/Gemfile.lock index 1554ddba6a..02853daf34 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -505,7 +505,7 @@ GEM puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.12) + rack (3.1.13) rack-mini-profiler (3.3.1) rack (>= 1.2.0) rack-protection (4.0.0) @@ -663,8 +663,9 @@ GEM activejob (>= 7.2) activerecord (>= 7.2) railties (>= 7.2) - sprockets (4.2.1) + sprockets (4.2.2) concurrent-ruby (~> 1.0) + logger rack (>= 2.2.4, < 4) sprockets-rails (3.4.2) actionpack (>= 5.2) @@ -820,7 +821,7 @@ DEPENDENCIES simple_form simplecov solid_cache (~> 1.0) - sprockets (~> 4.2.1) + sprockets (~> 4.2.2) stackprof standard (~> 1.40) standard-performance