Skip to content

Commit

Permalink
Bump grpc from 1.64.0 to 1.65.1
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson committed Jul 17, 2024
1 parent 4fd49a7 commit 1e66835
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 23 deletions.
51 changes: 31 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,40 +1,51 @@
PATH
remote: .
specs:
gauge-ruby (0.9.2)
grpc (~> 1.10, >= 1.10.0, < 1.65)
gauge-ruby (0.9.3)
grpc (~> 1.10, >= 1.10.0)
parser (>= 3.1, < 4.0)
unparser (>= 0.6.4, < 0.7.0)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
bigdecimal (3.1.8)
diff-lcs (1.5.1)
docile (1.4.0)
google-protobuf (3.25.3)
google-protobuf (3.25.3-aarch64-linux)
google-protobuf (3.25.3-arm64-darwin)
google-protobuf (3.25.3-x86_64-darwin)
google-protobuf (3.25.3-x86_64-linux)
google-protobuf (4.27.2)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-linux)
bigdecimal
rake (>= 13)
googleapis-common-protos-types (1.15.0)
google-protobuf (>= 3.18, < 5.a)
grpc (1.64.0)
google-protobuf (~> 3.25)
grpc (1.65.1)
google-protobuf (>= 3.25, < 5.0)
googleapis-common-protos-types (~> 1.0)
grpc (1.64.0-aarch64-linux)
google-protobuf (~> 3.25)
grpc (1.65.1-aarch64-linux)
google-protobuf (>= 3.25, < 5.0)
googleapis-common-protos-types (~> 1.0)
grpc (1.64.0-arm64-darwin)
google-protobuf (~> 3.25)
grpc (1.65.1-arm64-darwin)
google-protobuf (>= 3.25, < 5.0)
googleapis-common-protos-types (~> 1.0)
grpc (1.64.0-x86_64-darwin)
google-protobuf (~> 3.25)
grpc (1.65.1-x86_64-darwin)
google-protobuf (>= 3.25, < 5.0)
googleapis-common-protos-types (~> 1.0)
grpc (1.64.0-x86_64-linux)
google-protobuf (~> 3.25)
grpc (1.65.1-x86_64-linux)
google-protobuf (>= 3.25, < 5.0)
googleapis-common-protos-types (~> 1.0)
grpc-tools (1.64.0)
grpc-tools (1.65.1)
method_source (1.1.0)
os (1.1.4)
parser (3.3.4.0)
Expand Down Expand Up @@ -76,7 +87,7 @@ PLATFORMS

DEPENDENCIES
gauge-ruby!
grpc-tools (~> 1.10, >= 1.10.0, < 1.65)
grpc-tools (~> 1.10, >= 1.10.0)
method_source
os
rake
Expand All @@ -86,4 +97,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.5.13
2.5.15
4 changes: 2 additions & 2 deletions gauge-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'parser', '>= 3.1', '< 4.0'
s.add_runtime_dependency 'unparser', '>= 0.6.4', '< 0.7.0'
s.add_runtime_dependency 'grpc', '~> 1.10', '>= 1.10.0', '< 1.65'
s.add_development_dependency 'grpc-tools', '~> 1.10', '>= 1.10.0', '< 1.65'
s.add_runtime_dependency 'grpc', '~> 1.10', '>= 1.10.0'
s.add_development_dependency 'grpc-tools', '~> 1.10', '>= 1.10.0'
s.required_ruby_version = ">= 3.1"
end
2 changes: 1 addition & 1 deletion ruby.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id" : "ruby",
"version" : "0.9.2",
"version" : "0.9.3",
"description": "ruby support for gauge",
"install": {
"windows": [],
Expand Down

0 comments on commit 1e66835

Please sign in to comment.