We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8012c commit 5e86567Copy full SHA for 5e86567
Gemfile
@@ -3,3 +3,5 @@ source 'https://rubygems.org'
3
gem 'rake'
4
gem 'test-unit'
5
gem 'hocho'
6
+gem 'ed25519'
7
+gem 'bcrypt_pbkdf'
Gemfile.lock
@@ -2,6 +2,8 @@ GEM
2
remote: https://rubygems.org/
specs:
ansi (1.5.0)
+ bcrypt_pbkdf (1.1.0)
+ ed25519 (1.3.0)
hashie (5.0.0)
8
hocho (0.3.7)
9
hashie
@@ -35,6 +37,8 @@ PLATFORMS
35
37
ruby
36
38
39
DEPENDENCIES
40
+ bcrypt_pbkdf
41
+ ed25519
42
hocho
43
rake
44
test-unit
0 commit comments