Skip to content

Commit

Permalink
Merge pull request #13390 from alvistack/ruby-3.4-base64
Browse files Browse the repository at this point in the history
Add base64 to the gemspec
  • Loading branch information
chrisroberts committed Jul 11, 2024
2 parents 847cc54 + fdf56aa commit a7e3b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 3.0", "< 3.4"
s.required_rubygems_version = ">= 1.3.6"

s.add_dependency "base64"
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 a7e3b1f

Please sign in to comment.