From 3e856c44f27e03be1815f7b823fe701b4c0cc9b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:52:19 +0000 Subject: [PATCH] Bump sprockets from 4.2.0 to 4.2.1 Bumps [sprockets](https://github.com/rails/sprockets) from 4.2.0 to 4.2.1. - [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.0...v4.2.1) --- updated-dependencies: - dependency-name: sprockets dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a62a4223..d2456bc0 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "rails-i18n", "~> 7.0" gem "cssbundling-rails", "~> 1.2" gem "jsbundling-rails", "~> 1.1" gem "sassc-rails" -gem "sprockets", "~> 4.1" +gem "sprockets", "~> 4.2" gem "sprockets-rails", require: "sprockets/railtie" gem "pg" diff --git a/Gemfile.lock b/Gemfile.lock index 11a5595d..8dee81f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -450,7 +450,7 @@ GEM simplecov simplecov_json_formatter (0.1.4) spring (4.1.1) - sprockets (4.2.0) + sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) sprockets-rails (3.4.2) @@ -569,7 +569,7 @@ DEPENDENCIES simplecov-cobertura simplecov-json spring (~> 4.1) - sprockets (~> 4.1) + sprockets (~> 4.2) sprockets-rails tldv (~> 0.1.0) turbo-rails