mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Merge pull request #13354 from z0rb/upgrade-grpc
Upgrade grpc to 1.62.0
This commit is contained in:
commit
bb731105f6
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency "ed25519", "~> 1.3.0"
|
||||
s.add_dependency "erubi"
|
||||
s.add_dependency 'googleapis-common-protos-types', '~> 1.3'
|
||||
s.add_dependency "grpc", "~> 1.56.0"
|
||||
s.add_dependency "grpc", "~> 1.62.0"
|
||||
s.add_dependency "hashicorp-checkpoint", "~> 0.1.5"
|
||||
s.add_dependency "i18n", "~> 1.12"
|
||||
s.add_dependency "listen", "~> 3.7"
|
||||
|
|
|
|||
Loading…
Reference in a new issue