diff --git a/Gemfile b/Gemfile index a62a4223..d2456bc0 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 11a5595d..8dee81f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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