Skip to content

Commit

Permalink
Merge pull request #13499 from alvistack/ruby-3.5-logger
Browse files Browse the repository at this point in the history
Add logger and ostruct to the gemspec
  • Loading branch information
chrisroberts authored Oct 30, 2024
2 parents 9bcd9bd + 512bb74 commit 83731a4
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 83731a4

Please sign in to comment.