Make sure ed25519 and bcrypt_pbkdf are in gemspec dependencies

This commit is contained in:
Axel Gustav
2023-03-04 16:07:58 -04:00
parent 013121c55d
commit 3b6571ae55
3 changed files with 4 additions and 4 deletions

View File

@@ -17,4 +17,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "thor", "~> 1.2"
spec.add_dependency "dotenv", "~> 2.8"
spec.add_dependency "zeitwerk", "~> 2.5"
spec.add_dependency "ed25519", "~> 1.2"
spec.add_dependency "bcrypt_pbkdf", "~> 1.0"
end