From de7a2fdbe11d177c79f2847ff824de61fcef6d38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 22:55:15 +0000 Subject: [PATCH 1/2] Update dependency grpc to v1.74.0 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 47e6d3c..f9dbdc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GEM rake (>= 13) googleapis-common-protos-types (1.20.0) google-protobuf (>= 3.18, < 5.a) - grpc (1.73.0) + grpc (1.74.0) google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) optparse (0.6.0) From 0462d3ba305a0308ebc9d71333d0968f356747f3 Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Fri, 25 Jul 2025 14:58:29 +0200 Subject: [PATCH 2/2] Remove force_ruby_platform for grpc boot job --- .gitlab/ci/container-boot.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab/ci/container-boot.gitlab-ci.yml b/.gitlab/ci/container-boot.gitlab-ci.yml index 68aee6e..5520592 100644 --- a/.gitlab/ci/container-boot.gitlab-ci.yml +++ b/.gitlab/ci/container-boot.gitlab-ci.yml @@ -71,7 +71,6 @@ container:boot:sagittarius:grpc: SAGITTARIUS_CMD: "bin/grpc_server" DOCKER_ARGS: "--publish 50051:50051 --env SAGITTARIUS_PREPARE_DATABASE=true" before_script: - - bundle config set --local force_ruby_platform true - bundle install - !reference [.container:boot:sagittarius, before_script] script: