From 6c57b7a8c8424440083d2b60f6c5dbf52001ddc5 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 5 Dec 2024 17:44:54 -0700 Subject: chore: fix Gemfile.lock --- Gemfile.lock | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e9bdec7..4818464 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,12 +63,18 @@ GEM loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mini_portile2 (2.8.8) minitest (5.25.4) net-hippie (1.2.0) logger (~> 1.0) - nokogiri (1.16.8) - mini_portile2 (~> 2.8.2) + nokogiri (1.16.8-aarch64-linux) + racc (~> 1.4) + nokogiri (1.16.8-arm-linux) + racc (~> 1.4) + nokogiri (1.16.8-arm64-darwin) + racc (~> 1.4) + nokogiri (1.16.8-x86-linux) + racc (~> 1.4) + nokogiri (1.16.8-x86_64-darwin) racc (~> 1.4) nokogiri (1.16.8-x86_64-linux) racc (~> 1.4) @@ -144,7 +150,11 @@ GEM hashdiff (>= 0.4.0, < 2.0.0) PLATFORMS - ruby + aarch64-linux + arm-linux + arm64-darwin + x86-linux + x86_64-darwin x86_64-linux DEPENDENCIES @@ -158,4 +168,4 @@ DEPENDENCIES webmock (~> 3.5) BUNDLED WITH - 2.3.6 + 2.5.23 -- cgit v1.2.3