From 0ae00bab3c5a47ad776d1802783d75d6cc9c25d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 20:59:50 +0000 Subject: [PATCH] Bump sprockets from 3.7.2 to 4.1.1 Bumps [sprockets](https://github.com/rails/sprockets) from 3.7.2 to 4.1.1. - [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.1.1) --- 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 cac2c6482..39581b722 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ group :development, :test do gem 'rubocop-rails' gem 'rubocop-rspec' gem 'spring', '~>2.1.1' # remove constraint once on or past rails 5.2 - gem 'sprockets', '~>3.7' + gem 'sprockets', '~>4.1' gem 'ten_years_rails' end diff --git a/Gemfile.lock b/Gemfile.lock index 701aac0cd..0ba22fc3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -438,7 +438,7 @@ GEM spring (2.1.1) spring-commands-rspec (1.0.4) spring (>= 0.9.1) - sprockets (3.7.2) + sprockets (4.1.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.2) @@ -551,7 +551,7 @@ DEPENDENCIES sidetiq (~> 0.7) spring (~> 2.1.1) spring-commands-rspec - sprockets (~> 3.7) + sprockets (~> 4.1) standby stringex (~> 2.8) strong_migrations