From 6512d873a412720f0cf5c08f430ada4d6fc10dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 04:05:39 +0000 Subject: [PATCH] Bump sprockets from 3.7.2 to 4.2.0 Bumps [sprockets](https://github.com/rails/sprockets) from 3.7.2 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/v3.7.2...v4.2.0) --- updated-dependencies: - dependency-name: sprockets dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5b050c806..e477d0b63 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ group :dependencies do gem 'bootstrap-sass' gem 'sassc-rails' gem 'jquery-rails' - gem 'sprockets', '3.7.2' + gem 'sprockets', '4.2.0' gem 'sprockets-rails' gem 'sass', require: 'sass' gem 'autoprefixer-rails', '~> 10.4.7' diff --git a/Gemfile.lock b/Gemfile.lock index 85165b9a4..62e8effad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -312,9 +312,9 @@ GEM spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) - sprockets (3.7.2) + sprockets (4.2.0) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + rack (>= 2.2.4, < 4) sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) @@ -405,7 +405,7 @@ DEPENDENCIES skylight (~> 5.3.3) spring spring-watcher-listen (~> 2.0.0) - sprockets (= 3.7.2) + sprockets (= 4.2.0) sprockets-rails sqlite3 terser (~> 1.1.12)