From 105277a97cbb8d49d260ee64f41b5518d0645800 Mon Sep 17 00:00:00 2001 From: euglena1215 Date: Fri, 5 Jan 2024 19:44:56 +0900 Subject: [PATCH] run `bundle lock --add-platform x86_64-linux` --- Gemfile.lock | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 76b26ff..150af8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,6 +69,8 @@ GEM mutex_m (0.2.0) nokogiri (1.16.0-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.0-x86_64-linux) + racc (~> 1.4) parallel (1.24.0) parser (3.2.2.4) ast (~> 2.4.1) @@ -110,6 +112,7 @@ GEM PLATFORMS arm64-darwin-21 + x86_64-linux DEPENDENCIES minitest (~> 5.16)