From ebff090f11fbfeb8552be5f0094ee0d24cf8e101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 19:55:31 +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:production 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 17b0b287dee526..3202157737323c 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rexml', '~> 3.2' gem 'puma', '~> 6.1' gem 'rails', '~> 6.1.7' -gem 'sprockets', '~> 3.7.2' +gem 'sprockets', '~> 4.2.0' gem 'thor', '~> 1.2' gem 'rack', '~> 2.2.6' diff --git a/Gemfile.lock b/Gemfile.lock index 965832094ec4ba..b4d025f6d0d33d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -675,9 +675,9 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) smart_properties (1.17.0) - 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) @@ -886,7 +886,7 @@ DEPENDENCIES simple-navigation (~> 4.4) simple_form (~> 5.2) simplecov (~> 0.22) - sprockets (~> 3.7.2) + sprockets (~> 4.2.0) sprockets-rails (~> 3.4) stackprof stoplight (~> 3.0.1)