Lock version of sprockets

This commit is contained in:
Maikel Linke
2025-09-01 16:54:44 +10:00
parent 9bf2dad343
commit 63125705ac
2 changed files with 5 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ gem 'ransack', '~> 4.1.0'
gem 'responders'
gem 'webpacker', '~> 5'
# Indirect dependency but we access it directly in JS specs.
# It turns out to be hard to upgrade but please do if you can.
gem 'sprockets', '~> 3.7'
gem 'i18n'
gem 'i18n-js', '~> 3.9.0'
gem 'rails-i18n'

View File

@@ -1043,6 +1043,7 @@ DEPENDENCIES
spring
spring-commands-rspec
spring-commands-rubocop
sprockets (~> 3.7)
state_machines-activerecord
stimulus_reflex
stimulus_reflex_testing!