From 91e587e4122eaaeb1097dfa399d9ab7b2dd53253 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Sat, 25 May 2024 15:24:59 +0200 Subject: [PATCH] fix --- Gemfile.lock | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 235c62989..c83b058a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -292,6 +292,9 @@ GEM google-protobuf (4.27.0-x86_64-darwin) bigdecimal rake (>= 13) + google-protobuf (4.27.0-x86_64-linux) + bigdecimal + rake (>= 13) hal_openscience (0.1.0) json net-http @@ -406,6 +409,8 @@ GEM nio4r (2.7.3) nokogiri (1.16.5-x86_64-darwin) racc (~> 1.4) + nokogiri (1.16.5-x86_64-linux) + racc (~> 1.4) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) @@ -639,6 +644,7 @@ GEM PLATFORMS x86_64-darwin-23 + x86_64-linux DEPENDENCIES active_storage_validations (~> 1) -- GitLab