diff --git a/examples/grpc_clients/ruby_client/Gemfile b/examples/grpc_clients/ruby_client/Gemfile index b1f672c9..eaf7bc24 100644 --- a/examples/grpc_clients/ruby_client/Gemfile +++ b/examples/grpc_clients/ruby_client/Gemfile @@ -4,5 +4,6 @@ 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 'google-protobuf', '~> 3.25', '>= 3.25.5' +gem 'grpc', '~> 1.62' +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..76f40ec9 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.5) + googleapis-common-protos-types (1.15.0) + google-protobuf (>= 3.18, < 5.a) + grpc (1.62.0) + google-protobuf (~> 3.25) + googleapis-common-protos-types (~> 1.0) + grpc (1.62.0-x86_64-linux) + 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.62) + multi_json (~> 1.15) BUNDLED WITH - 1.15.1 + 2.4.0