From 757b892f783aa9a458be497c5388ac5e85f7c399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 15:35:39 +0000 Subject: [PATCH] Bump sprockets-rails from 3.4.2 to 3.5.2 Bumps [sprockets-rails](https://github.com/rails/sprockets-rails) from 3.4.2 to 3.5.2. - [Release notes](https://github.com/rails/sprockets-rails/releases) - [Commits](https://github.com/rails/sprockets-rails/compare/v3.4.2...v3.5.2) --- updated-dependencies: - dependency-name: sprockets-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b7bc9109d..0ef6b7a6e 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ gem "savon", "~> 2.15.0" gem "sitemap_generator", "~> 6.3.0" gem "social-share-button", "~> 1.2.4" gem "sprockets", "~> 4.2.1" -gem "sprockets-rails", "~> 3.4.2", require: "sprockets/railtie" +gem "sprockets-rails", "~> 3.5.2", require: "sprockets/railtie" gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" gem "uglifier", "~> 4.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 55bfc5deb..d72c2ed4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -627,9 +627,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.2) + actionpack (>= 6.1) + activesupport (>= 6.1) sprockets (>= 3.0.0) sshkit (1.23.0) base64 @@ -784,7 +784,7 @@ DEPENDENCIES social-share-button (~> 1.2.4) spring (~> 4.2.1) sprockets (~> 4.2.1) - sprockets-rails (~> 3.4.2) + sprockets-rails (~> 3.5.2) turbolinks (~> 5.2.1) turnout (~> 2.5.0) uglifier (~> 4.2.0)