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

@@ -6,5 +6,3 @@ gemspec
gem "debug"
gem "mocha"
gem "railties"
gem "ed25519"
gem "bcrypt_pbkdf"