From d11a89d70ad2dbd33e9a6f07298ad35f4bd8982b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 11:09:50 +0000 Subject: [PATCH] Update dependency json to "< 2.16.1" --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b82b3ab6f..d4b119fda 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ gemspec :name => "brakeman" unless ENV['BM_PACKAGE'] gem "rake", "< 13.2.2" gem "codeclimate-test-reporter", group: :test, require: nil - gem "json", "< 2.15.1", group: :test, require: nil # For Ruby 1.9.3 https://github.com/colszowka/simplecov/issues/511 + gem "json", "< 2.16.1", group: :test, require: nil # For Ruby 1.9.3 https://github.com/colszowka/simplecov/issues/511 end