From 0fdc42b864a61fd8039fcf09c56e7fe050e4c467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:27:27 +0000 Subject: [PATCH] Bump sprockets from 3.7.4 to 3.7.5 Bumps [sprockets](https://github.com/rails/sprockets) from 3.7.4 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.4...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 aff1db9..2292b9d 100644 --- a/Gemfile +++ b/Gemfile @@ -13,5 +13,5 @@ gem 'nokogiri', '~> 1.16.7' gem 'haml', '>= 4.0.5', '< 6.0' # Lock sprockets/sass, newer version (4.0.0) uses sassc which leads to an error: # "Error: File to import not found or unreadable: normalize." -gem 'sprockets', '3.7.4' +gem 'sprockets', '3.7.5' gem 'sass', '3.7.4' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 5c7aaae..1ed5e93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM sassc (2.4.0) ffi (~> 1.9) servolux (0.13.0) - sprockets (3.7.4) + sprockets (3.7.5) base64 concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -137,7 +137,7 @@ DEPENDENCIES redcarpet (~> 3.6.0) rouge (~> 3.30.0) sass (= 3.7.4) - sprockets (= 3.7.4) + sprockets (= 3.7.5) RUBY VERSION ruby 3.2.2p53