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"]