From 0b7e4bf49e89762f7782206d9434a91464e2b2c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:22:24 +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 | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2baccf2ba..aa97104c9 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ gem "sassc-rails", "~> 2.1.2" gem "savon", "~> 2.15.1" gem "sitemap_generator", "~> 6.3.0" gem "social-share-button", "~> 1.2.4" -gem "sprockets", "~> 4.2.1" +gem "sprockets", "~> 4.2.2" gem "sprockets-rails", "~> 3.5.2", require: "sprockets/railtie" gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" diff --git a/Gemfile.lock b/Gemfile.lock index f6954d9dc..59d9f1272 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -661,8 +661,9 @@ GEM version_gem (>= 1.1.8, < 3) social-share-button (1.2.4) coffee-rails - sprockets (4.2.1) + sprockets (4.2.2) concurrent-ruby (~> 1.0) + logger rack (>= 2.2.4, < 4) sprockets-rails (3.5.2) actionpack (>= 6.1) @@ -826,7 +827,7 @@ DEPENDENCIES simplecov-lcov (~> 0.8.0) sitemap_generator (~> 6.3.0) social-share-button (~> 1.2.4) - sprockets (~> 4.2.1) + sprockets (~> 4.2.2) sprockets-rails (~> 3.5.2) turbolinks (~> 5.2.1) turnout (~> 2.5.0)