mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-08 16:26:25 -04:00
Relax overly strict grpc-tools version requirement
"~> 1.41.1" limits us to 1.41 which is already a year old now, relaxing this to "~> 1.41" allows us to pick up fresher and maintained releases.
This commit is contained in:
parent
29b04f4f98
commit
a6e61bcc3d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency "winrm-fs", ">= 1.3.4", "< 2.0"
|
||||
|
||||
# Needed for go generate to use grpc_tools_ruby_protoc
|
||||
s.add_development_dependency "grpc-tools", "~> 1.41.1"
|
||||
s.add_development_dependency "grpc-tools", "~> 1.41"
|
||||
|
||||
# Constraint rake to properly handle deprecated method usage
|
||||
# from within rspec
|
||||
|
|
|
|||
Loading…
Reference in a new issue