mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-10 01:00:04 -04:00
Add logger and ostruct to the gemspec
This commit is contained in:
parent
ae6a175ba1
commit
512bb74012
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ Gem::Specification.new do |s|
|
|||
s.required_rubygems_version = ">= 1.3.6"
|
||||
|
||||
s.add_dependency "base64", "~> 0.2.0"
|
||||
s.add_dependency "logger", "~> 1.6.1"
|
||||
s.add_dependency "ostruct", "~> 0.1.0"
|
||||
s.add_dependency "bcrypt_pbkdf", "~> 1.1"
|
||||
s.add_dependency "childprocess", "~> 4.1.0"
|
||||
s.add_dependency "ed25519", "~> 1.3.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue