From acd4e985ee0c9f0e83dc7113656f66779e61461f Mon Sep 17 00:00:00 2001 From: Jin Huang Date: Tue, 7 May 2024 09:21:58 +1000 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 0b7665d3..4e809594 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,6 +79,8 @@ GEM uri nokogiri (1.16.4-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.4-x86_64-linux) + racc (~> 1.4) parallel (1.24.0) parser (3.3.1.0) ast (~> 2.4.1) @@ -135,6 +137,7 @@ GEM PLATFORMS arm64-darwin-23 + x86_64-linux DEPENDENCIES actionpack (>= 5.2.4.6)