Add dependency on common protos for error details

This commit is contained in:
sophia 2022-01-24 12:52:46 -06:00 committed by Paul Hinze
parent 526b7f2318
commit f3a1a9caa6
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
require 'google/rpc/error_details_pb'
module VagrantPlugins
module CommandServe
module Util

View File

@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency "childprocess", "~> 4.1.0"
s.add_dependency "ed25519", "~> 1.2.4"
s.add_dependency "erubi"
s.add_dependency 'googleapis-common-protos-types', '~> 1.3'
s.add_dependency "grpc"
s.add_dependency "hashicorp-checkpoint", "~> 0.1.5"
s.add_dependency "i18n", "~> 1.8"