From 4b51caed014607daf054508dd89d733fb0460ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 05:03:09 +0000 Subject: [PATCH] Bump sprockets from 4.0.3 to 4.2.0 Bumps [sprockets](https://github.com/rails/sprockets) from 4.0.3 to 4.2.0. - [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.0.3...v4.2.0) --- updated-dependencies: - dependency-name: sprockets dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 82b4536d85..292d94e32f 100644 --- a/Gemfile +++ b/Gemfile @@ -110,7 +110,7 @@ gem "clockwork" gem "mini_racer", "~> 0.6.3" gem "nokogiri", ">= 1.10.4" gem "image_processing" -gem "sprockets", "~> 4.0.0" +gem "sprockets", "~> 4.2.0" group :production do # Reduce the noise of logs and include custom fields to it for easier access diff --git a/Gemfile.lock b/Gemfile.lock index 6ffd0b3b44..08a6ccde03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -554,9 +554,9 @@ GEM snaky_hash (2.0.0) hashie version_gem (~> 1.1) - sprockets (4.0.3) + sprockets (4.2.0) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + rack (>= 2.2.4, < 4) sprockets-rails (3.4.2) actionpack (>= 5.2) activesupport (>= 5.2) @@ -694,7 +694,7 @@ DEPENDENCIES simple_form simplecov skylight - sprockets (~> 4.0.0) + sprockets (~> 4.2.0) standard (~> 1.24) stimulus-rails strong_migrations (= 1.4.3)