From 63125705ac00f4e84bc7bb5e2cc38bea310c344c Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Mon, 1 Sep 2025 16:54:44 +1000 Subject: [PATCH] Lock version of sprockets --- Gemfile | 4 ++++ Gemfile.lock | 1 + 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index cb4c78a11b..6ce7c34560 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 4faeb79fa1..0f97b4a02d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1043,6 +1043,7 @@ DEPENDENCIES spring spring-commands-rspec spring-commands-rubocop + sprockets (~> 3.7) state_machines-activerecord stimulus_reflex stimulus_reflex_testing!