From 4d2b205ef43bbf1d21340799e2286182ad95a6ea Mon Sep 17 00:00:00 2001 From: Anand Krishnamoorthi <35780660+anakrish@users.noreply.github.com> Date: Fri, 14 Mar 2025 13:31:12 -0700 Subject: [PATCH] fix!: Update ruby json dependency (#381) Previous version has Out-of-bounds Read in Ruby JSON Parser Signed-off-by: Anand Krishnamoorthi --- bindings/ruby/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ruby/Gemfile.lock b/bindings/ruby/Gemfile.lock index 27a3520..a5098f4 100644 --- a/bindings/ruby/Gemfile.lock +++ b/bindings/ruby/Gemfile.lock @@ -8,7 +8,7 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) - json (2.10.1) + json (2.10.2) language_server-protocol (3.17.0.4) lint_roller (1.1.0) minitest (5.25.4)