diff --git a/Gemfile b/Gemfile index 1110f5c6f6..3be1c4b41b 100644 --- a/Gemfile +++ b/Gemfile @@ -106,7 +106,7 @@ gem 'bootsnap', require: false # Technically they don't need to be in this Gemfile at all, but we are pinning them to # specific versions for compatibility reasons. gem "nokogiri", ">= 1.10.4" -gem "sprockets", "~> 4.2.1" +gem "sprockets", "~> 4.2.2" group :production, :staging do # Reduce the noise of logs and include custom fields to it for easier access diff --git a/Gemfile.lock b/Gemfile.lock index 1554ddba6a..02853daf34 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -505,7 +505,7 @@ GEM puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.12) + rack (3.1.13) rack-mini-profiler (3.3.1) rack (>= 1.2.0) rack-protection (4.0.0) @@ -663,8 +663,9 @@ GEM activejob (>= 7.2) activerecord (>= 7.2) railties (>= 7.2) - sprockets (4.2.1) + sprockets (4.2.2) concurrent-ruby (~> 1.0) + logger rack (>= 2.2.4, < 4) sprockets-rails (3.4.2) actionpack (>= 5.2) @@ -820,7 +821,7 @@ DEPENDENCIES simple_form simplecov solid_cache (~> 1.0) - sprockets (~> 4.2.1) + sprockets (~> 4.2.2) stackprof standard (~> 1.40) standard-performance