From 7017ded2677f6e2a4f29cbb3cd95886a94c1927e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:48:19 +0000 Subject: [PATCH] Bump sprockets from 3.7.3 to 3.7.5 Bumps [sprockets](https://github.com/rails/sprockets) from 3.7.3 to 3.7.5. - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/v3.7.5/CHANGELOG.md) - [Commits](https://github.com/rails/sprockets/compare/v3.7.3...v3.7.5) --- 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 9d387304..80d189c1 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "sentry-rails" gem "sentry-ruby" gem "sidekiq", "~> 6.5" gem "slim-rails", "~> 3.6" -gem "sprockets", "~> 3.7.3" +gem "sprockets", "~> 3.7.5" # Used for the GOVUK Search API gem "stopwords-filter2", require: "stopwords" gem "terser" diff --git a/Gemfile.lock b/Gemfile.lock index a8c677e8..43b1229b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -434,7 +434,7 @@ GEM railties (>= 3.1) slim (>= 3.0, < 6.0, != 5.0.0) smart_properties (1.17.0) - sprockets (3.7.3) + sprockets (3.7.5) base64 concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -519,7 +519,7 @@ DEPENDENCIES simplecov site_prism (~> 5.0) slim-rails (~> 3.6) - sprockets (~> 3.7.3) + sprockets (~> 3.7.5) stopwords-filter2 terser timecop