Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions examples/grpc_clients/ruby_client/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
29 changes: 14 additions & 15 deletions examples/grpc_clients/ruby_client/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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