Skip to content

Commit

Permalink
Add logger and ostruct to the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Sep 6, 2024
1 parent ae6a175 commit 512bb74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 512bb74

Please sign in to comment.