From ec965cf9cea4ae914aa4a79884af775188498735 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 10 Sep 2026 16:08:37 +0100 Subject: [PATCH] Update pinning reason --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 00485f015..5522e7b87 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,8 @@ gem "turbo-rails" gem "activerecord-postgis" gem "pg" -# Sprockets does not support json 3.x yet +# active_support does not support json 3.x yet +# https://github.com/rails/rails/pull/58601 (merged but not yet released) gem "json", "< 3.0.0" # Use SCSS for stylesheets -- 2.47.3