From 111ff55b981e0e24b8e988242b05c5508e26c909 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Fri, 16 May 2025 12:16:46 +0200 Subject: [PATCH] Exclude spec which is no longer applicable since json-2.11 It is still applicable with the bundled json version, but our tests run after `bundle update` installed a newer version. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2636e17..79c89bce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -261,7 +261,7 @@ jobs: ridk enable if (-not ([string]::IsNullOrWhiteSpace($env:run_mri_spec))) { git clone --depth 1 https://github.com/ruby/ruby -b $env:run_mri_spec && - env --unset=RUBYOPT ruby -C ruby/spec/ruby ../mspec/bin/mspec -I../../tool/lib -j + env --unset=RUBYOPT ruby -C ruby/spec/ruby ../mspec/bin/mspec -I../../tool/lib -j --exclude "CVE-2020-10663 is resisted by only creating custom objects if passed create_additions: true or using JSON.load" } - name: Verify that the used CA list is still the latest.