From 8b9881b26685fe310b533770700fcd30773c071d Mon Sep 17 00:00:00 2001 From: Aidan Haran Date: Thu, 10 Sep 2026 21:09:44 +0100 Subject: [PATCH] Pin json gem version Ref: https://github.com/rails/rails/commit/a8463cc0aaa1ec64f6c262bee671cbdf4896bca3 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 5d19b9e5b..1a58f9b56 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,7 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem "benchmark-ips" gem "minitest", "~> 6.0" gem "msgpack", ">= 1.7.0" +gem "json", ">= 2.0.0", "!=2.7.0", "< 2.20" if ENV["RAILS_SOURCE"] gemspec path: ENV["RAILS_SOURCE"]