Merge pull request #1338 from Retrospring/dependabot/bundler/sprockets-4.2.1

This commit is contained in:
dependabot[bot] 2023-09-13 20:54:27 +00:00 committed by GitHub
commit 06c58b1b31
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