Bump sprockets from 4.2.0 to 4.2.1

Bumps [sprockets](https://github.com/rails/sprockets) from 4.2.0 to 4.2.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/v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: sprockets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-11 09:52:19 +00:00 committed by GitHub
parent 89ae93ad2d
commit 3e856c44f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ gem "rails-i18n", "~> 7.0"
gem "cssbundling-rails", "~> 1.2"
gem "jsbundling-rails", "~> 1.1"
gem "sassc-rails"
gem "sprockets", "~> 4.1"
gem "sprockets", "~> 4.2"
gem "sprockets-rails", require: "sprockets/railtie"
gem "pg"

View File

@ -450,7 +450,7 @@ GEM
simplecov
simplecov_json_formatter (0.1.4)
spring (4.1.1)
sprockets (4.2.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
@ -569,7 +569,7 @@ DEPENDENCIES
simplecov-cobertura
simplecov-json
spring (~> 4.1)
sprockets (~> 4.1)
sprockets (~> 4.2)
sprockets-rails
tldv (~> 0.1.0)
turbo-rails