Skip to content

Commit

Permalink
Loosen the grpc dependency constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Jul 30, 2024
1 parent bb73110 commit 44056b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.62.0"
s.add_dependency "grpc", "~> 1.62"
s.add_dependency "hashicorp-checkpoint", "~> 0.1.5"
s.add_dependency "i18n", "~> 1.12"
s.add_dependency "listen", "~> 3.7"
Expand Down

0 comments on commit 44056b0

Please sign in to comment.