From 2b0bac3eb73cd73be345b22281ea15acee6884ef Mon Sep 17 00:00:00 2001 From: Owen Roth <69156111+oroth8@users.noreply.github.com> Date: Thu, 2 May 2024 16:28:31 -0500 Subject: [PATCH] bundle lock --add-platform x86_64-linux --- Gemfile.lock | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 6448c3f..59a7b1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,6 +60,8 @@ GEM mutex_m (0.2.0) nokogiri (1.15.6-arm64-darwin) racc (~> 1.4) + nokogiri (1.15.6-x86_64-linux) + racc (~> 1.4) psych (5.1.2) stringio racc (1.7.3) @@ -122,6 +124,7 @@ GEM PLATFORMS arm64-darwin-22 + x86_64-linux DEPENDENCIES bundler (~> 2.4.22)