From b508c6d6477bd2c023ee0fc7843960e773dd5981 Mon Sep 17 00:00:00 2001 From: Priyanshu Pathak Date: Wed, 7 Jan 2026 21:47:10 +0530 Subject: [PATCH] fix --- examples/grpc_clients/ruby_client/Gemfile | 4 +-- .../grpc_clients/ruby_client/Gemfile.lock | 29 +++++++++---------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/examples/grpc_clients/ruby_client/Gemfile b/examples/grpc_clients/ruby_client/Gemfile index b1f672c9..607915df 100644 --- a/examples/grpc_clients/ruby_client/Gemfile +++ b/examples/grpc_clients/ruby_client/Gemfile @@ -4,5 +4,5 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem 'grpc', '1.20.0' -gem 'multi_json', '1.13.1' +gem 'grpc', '~> 1.56.0' +gem 'multi_json', '~> 1.15.0' diff --git a/examples/grpc_clients/ruby_client/Gemfile.lock b/examples/grpc_clients/ruby_client/Gemfile.lock index e66339a4..ab07260d 100644 --- a/examples/grpc_clients/ruby_client/Gemfile.lock +++ b/examples/grpc_clients/ruby_client/Gemfile.lock @@ -1,26 +1,25 @@ GEM remote: https://rubygems.org/ specs: - google-protobuf (3.20.3) - google-protobuf (3.20.3-x86_64-linux) - googleapis-common-protos-types (1.0.4) - google-protobuf (~> 3.0) - grpc (1.20.0) - google-protobuf (~> 3.7) - googleapis-common-protos-types (~> 1.0.0) - grpc (1.20.0-x86_64-linux) - google-protobuf (~> 3.7) - googleapis-common-protos-types (~> 1.0.0) - multi_json (1.13.1) + google-protobuf (3.25.3) + google-protobuf (3.25.3-x86_64-linux) + googleapis-common-protos-types (1.14.0) + google-protobuf (>= 3.18, < 5.a) + grpc (1.56.2) + google-protobuf (~> 3.23) + googleapis-common-protos-types (~> 1.0) + grpc (1.56.2-x86_64-linux) + google-protobuf (~> 3.23) + googleapis-common-protos-types (~> 1.0) + multi_json (1.15.0) PLATFORMS ruby - unknown x86_64-linux DEPENDENCIES - grpc (= 1.20.0) - multi_json (= 1.13.1) + grpc (~> 1.56.0) + multi_json (~> 1.15.0) BUNDLED WITH - 1.15.1 + 2.4.22