From c0823a468cc24007766de8db1e0a7690755d592c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:53:50 +0000 Subject: [PATCH] Bump sprockets from 4.1.1 to 4.2.0 Bumps [sprockets](https://github.com/rails/sprockets) from 4.1.1 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.1.1...v4.2.0) --- updated-dependencies: - dependency-name: sprockets dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 0682c9a0b..d3bd39df8 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ gem "sassc-rails", "~> 2.1.2" gem "savon", "~> 2.14.0" gem "sitemap_generator", "~> 6.3.0" gem "social-share-button", "~> 1.2.4" -gem "sprockets", "~> 4.1.1" +gem "sprockets", "~> 4.2.0" gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" gem "uglifier", "~> 4.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 58ff98c39..838ab54d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -597,9 +597,9 @@ GEM spring (2.1.1) spring-commands-rspec (1.0.4) spring (>= 0.9.1) - sprockets (4.1.1) + sprockets (4.2.0) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + rack (>= 2.2.4, < 4) sprockets-es6 (0.9.2) babel-source (>= 5.8.11) babel-transpiler @@ -760,7 +760,7 @@ DEPENDENCIES social-share-button (~> 1.2.4) spring (~> 2.1.1) spring-commands-rspec (~> 1.0.4) - sprockets (~> 4.1.1) + sprockets (~> 4.2.0) turbolinks (~> 5.2.1) turnout (~> 2.5.0) uglifier (~> 4.2.0)