From c45ff3a126638819104d9591bc8a8697a29883d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 09:01:20 +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.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 247ca43..d5f0a95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,7 +105,7 @@ GEM forwardable-extended (~> 2.6) public_suffix (4.0.7) racc (1.6.0) - rack (2.2.3) + rack (3.0.3) rainbow (3.1.1) rb-fsevent (0.11.1) rb-inotify (0.10.1) @@ -120,9 +120,9 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) sassc (2.4.0) ffi (~> 1.9) - sprockets (4.0.3) + sprockets (4.2.0) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + rack (>= 2.2.4, < 4) thread_safe (0.3.6) typhoeus (1.4.0) ethon (>= 0.9.0)