From 061e893fd399c61facaa988e2db1472fba6d5542 Mon Sep 17 00:00:00 2001 From: Priyanshu Pathak Date: Wed, 7 Jan 2026 22:22:39 +0530 Subject: [PATCH] fix --- examples/grpc_clients/ruby_client/Gemfile | 7 +++-- .../grpc_clients/ruby_client/Gemfile.lock | 30 +++++++++---------- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/examples/grpc_clients/ruby_client/Gemfile b/examples/grpc_clients/ruby_client/Gemfile index b1f672c9..4b02a90f 100644 --- a/examples/grpc_clients/ruby_client/Gemfile +++ b/examples/grpc_clients/ruby_client/Gemfile @@ -4,5 +4,8 @@ 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' +ruby '>= 2.7' + +gem 'grpc', '~> 1.59' +gem 'google-protobuf', '~> 3.25', '>= 3.25.5' +gem 'multi_json', '~> 1.15' diff --git a/examples/grpc_clients/ruby_client/Gemfile.lock b/examples/grpc_clients/ruby_client/Gemfile.lock index e66339a4..2ce7a2b3 100644 --- a/examples/grpc_clients/ruby_client/Gemfile.lock +++ b/examples/grpc_clients/ruby_client/Gemfile.lock @@ -1,26 +1,24 @@ 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.5) + googleapis-common-protos-types (1.14.0) + google-protobuf (>= 3.18, < 5.a) + grpc (1.59.3) + google-protobuf (~> 3.25) + 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) + google-protobuf (~> 3.25, >= 3.25.5) + grpc (~> 1.59) + multi_json (~> 1.15) + +RUBY VERSION + ruby 2.7.0p0 BUNDLED WITH - 1.15.1 + 2.4.0