From 6a8641f4ea7839648aa41a0fec65d3d4b65bd3de Mon Sep 17 00:00:00 2001 From: Mo Seedat Date: Tue, 4 Oct 2022 01:26:46 +0100 Subject: [PATCH] Replace multi-platform Nokogiri gem --- Gemfile.lock | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 2b4d913af..6e3b2ed6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,8 +221,12 @@ GEM net-smtp (0.3.2) net-protocol nio4r (2.5.8) + nokogiri (1.13.8-arm64-darwin) + racc (~> 1.4) nokogiri (1.13.8-x86_64-darwin) racc (~> 1.4) + nokogiri (1.13.8-x86_64-linux) + racc (~> 1.4) notifications-ruby-client (5.3.0) jwt (>= 1.5, < 3) orm_adapter (0.5.0)