From 970d7e9cd98988e57545d37a90d4670269faefac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:22:56 +0200 Subject: [PATCH] Build(deps): Bump sprockets-rails from 3.4.2 to 3.5.0 in the rails group (#27375) Bumps the rails group with 1 update: [sprockets-rails](https://github.com/rails/sprockets-rails). Updates `sprockets-rails` from 3.4.2 to 3.5.0 - [Release notes](https://github.com/rails/sprockets-rails/releases) - [Commits](https://github.com/rails/sprockets-rails/compare/v3.4.2...v3.5.0) --- updated-dependencies: - dependency-name: sprockets-rails dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rails ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c06fd4a382e..d0cdf88d9d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -499,9 +499,9 @@ GEM base64 concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) + sprockets-rails (3.5.0) + actionpack (>= 6.1) + activesupport (>= 6.1) sprockets (>= 3.0.0) sqlite3 (1.7.3-aarch64-linux) sqlite3 (1.7.3-arm64-darwin)