From f337981475d7928d417a649fc7c92e65db526c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 22:59:19 +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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 7292526d8..41c460938 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,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.2' gem 'ten_years_rails' end diff --git a/Gemfile.lock b/Gemfile.lock index 9bbe2f35a..9587ecdf0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -320,7 +320,7 @@ GEM activesupport (>= 3.0.0) raabro (1.4.0) racc (1.6.1) - rack (2.2.4) + rack (2.2.5) rack-cors (1.1.1) rack (>= 2.0.0) rack-protection (2.2.2) @@ -436,9 +436,9 @@ GEM spring (2.1.1) spring-commands-rspec (1.0.4) spring (>= 0.9.1) - sprockets (3.7.2) + sprockets (4.2.0) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + rack (>= 2.2.4, < 4) sprockets-rails (3.4.2) actionpack (>= 5.2) activesupport (>= 5.2) @@ -543,7 +543,7 @@ DEPENDENCIES sidekiq-unique-jobs (~> 6.0) spring (~> 2.1.1) spring-commands-rspec - sprockets (~> 3.7) + sprockets (~> 4.2) standby stringex (~> 2.8) strong_migrations