From 6f9ff6def84dcbbcd8fdf2bc7ef32f0af635420a Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Fri, 23 Aug 2024 07:42:36 +1200 Subject: [PATCH] chore: downgrade `nokogiri` (#49) The current version of `nokogiri` requires at least Ruby 3.0 but we test against Ruby 2.7 - this does technically reintroduce a vulnerability (GHSA-r95h-9x8f-r3f7) which has only been patched in v1.16, but we can deal with that once we've gotten CI passing again --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 481a795..055ba06 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM mini_mime (1.1.5) mini_portile2 (2.8.7) minitest (5.25.1) - nokogiri (1.16.7) + nokogiri (1.15.6) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.19.1) @@ -119,4 +119,4 @@ DEPENDENCIES rubocop BUNDLED WITH - 2.0.2 + 2.4.9