From 0f7a00696250c0be993799536b00c9b81f1f5736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 08:48:55 +0000 Subject: [PATCH] Bump sprockets from 3.7.2 to 4.0.3 Bumps [sprockets](https://github.com/rails/sprockets) from 3.7.2 to 4.0.3. - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/sprockets/commits) --- updated-dependencies: - dependency-name: sprockets dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c1eb37e50..248f267e6 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.0.3' gem 'sprockets-rails' gem 'sass', require: 'sass' gem 'autoprefixer-rails', '~> 10.4.7' diff --git a/Gemfile.lock b/Gemfile.lock index b39d90bfb..4923554fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,7 +314,7 @@ GEM spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) - sprockets (3.7.2) + sprockets (4.0.3) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.2) @@ -407,7 +407,7 @@ DEPENDENCIES skylight (~> 5.3.2) spring spring-watcher-listen (~> 2.0.0) - sprockets (= 3.7.2) + sprockets (= 4.0.3) sprockets-rails sqlite3 terser (~> 1.1.10)