Skip to content

Commit

Permalink
Include constraint on base64 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Jul 11, 2024
1 parent a7e3b1f commit b875d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +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 "base64", "~> 0.2.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 b875d84

Please sign in to comment.