diff --git a/Gemfile b/Gemfile index f29f3275a0..e001174450 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'jsbundling-rails', '~> 1.3.0' # Load sprockets ourselves because rails 7 no longer autoloads this # This is still used for all javascript in app/assets/javascripts -gem 'sprockets-rails', '~> 3.5.1' +gem 'sprockets-rails', '~> 3.5.2' # Use Terser as compressor for JavaScript assets # gem 'terser', '>= 1.1.1' diff --git a/Gemfile.lock b/Gemfile.lock index cb2a16b25c..13d0444327 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,7 +178,7 @@ GEM ed25519 (1.3.0) email_validator (2.2.4) activemodel - erubi (1.12.0) + erubi (1.13.0) exception_notification (4.5.0) actionmailer (>= 5.2, < 8) activesupport (>= 5.2, < 8) @@ -376,7 +376,7 @@ GEM nio4r (~> 2.0) pundit (2.3.2) activesupport (>= 3.0.0) - racc (1.8.0) + racc (1.8.1) rack (2.2.9) rack-mini-profiler (3.3.1) rack (>= 1.2.0) @@ -511,7 +511,7 @@ GEM sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.5.1) + sprockets-rails (3.5.2) actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) @@ -640,7 +640,7 @@ DEPENDENCIES simplecov (~> 0.22.0) simplecov-cobertura (~> 2.1.0) slack-notifier (~> 2.4.0) - sprockets-rails (~> 3.5.1) + sprockets-rails (~> 3.5.2) stackprof (~> 0.2.26) test-prof (~> 1.3.3) tzinfo-data