From a8df1c3afb3c60e62dc39f43741536e916fd645e Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Tue, 3 Jun 2025 22:21:52 +0200 Subject: [PATCH] Add linux-musl platform --- Gemfile.lock | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6c6c666a..cf00e414 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,6 +116,7 @@ GEM factory_bot (~> 6.4) railties (>= 5.0.0) ffi (1.17.1-x86_64-linux-gnu) + ffi (1.17.1-x86_64-linux-musl) fiber-storage (0.1.2) fugit (1.11.1) et-orbi (~> 1, >= 1.2.11) @@ -129,7 +130,12 @@ GEM fugit (>= 1.11.0) railties (>= 6.1.0) thor (>= 1.0.0) - google-protobuf (3.25.7-x86_64-linux) + google-protobuf (4.31.1-x86_64-linux-gnu) + bigdecimal + rake (>= 13) + google-protobuf (4.31.1-x86_64-linux-musl) + bigdecimal + rake (>= 13) googleapis-common-protos-types (1.16.0) google-protobuf (>= 3.18, < 5.a) graphql (2.5.8) @@ -190,6 +196,8 @@ GEM nio4r (2.7.4) nokogiri (1.18.8-x86_64-linux-gnu) racc (~> 1.4) + nokogiri (1.18.8-x86_64-linux-musl) + racc (~> 1.4) parallel (1.27.0) parser (3.3.8.0) ast (~> 2.4.1) @@ -373,7 +381,8 @@ GEM zeitwerk (2.7.3) PLATFORMS - x86_64-linux + x86_64-linux-gnu + x86_64-linux-musl DEPENDENCIES bcrypt (~> 3.1.7)