From 43be28f0e4c35b2c512066fc375cef7555a06d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:41:46 +0000 Subject: [PATCH] Bump sprockets-rails from 3.4.2 to 3.5.0 Bumps [sprockets-rails](https://github.com/rails/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 ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6cd242cb7..777f7f96a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -652,9 +652,9 @@ GEM sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - 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) statsd-ruby (1.5.0) stringio (3.1.0)