Make sure ed25519 and bcrypt_pbkdf are in gemspec dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user