From d3b64182ca4baa9981a3e904bc17db9c56699e84 Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Fri, 5 Apr 2024 15:16:05 -0700 Subject: [PATCH] Re-add `bundle lock --add-platform x86_64-linux`?? Do the different gems ... not agree on the platform names?? --- Gemfile.lock | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 30a7ce0a..073188ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,6 +17,8 @@ GEM rake (>= 13) google-protobuf (4.26.1-x86-linux) rake (>= 13) + google-protobuf (4.26.1-x86_64-linux) + rake (>= 13) http_parser.rb (0.8.0) i18n (1.14.4) concurrent-ruby (~> 1.0) @@ -74,6 +76,8 @@ GEM google-protobuf (>= 3.25, < 5.0) sass-embedded (1.74.1-x86-linux) google-protobuf (>= 3.25, < 5.0) + sass-embedded (1.74.1-x86_64-linux-gnu) + google-protobuf (>= 3.25, < 5.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) @@ -83,6 +87,7 @@ PLATFORMS arm-linux arm64-darwin x86-linux + x86_64-linux DEPENDENCIES jekyll (~> 4.3.3)