This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
chexpire
mirror of
https://github.com/Evolix/chexpire.git
Watch
16
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Insall "ed25519" gem to deploy with ed25519 SSH keys
pull/106/head
Jérémy Lecour
1 year ago
committed by
Jérémy Lecour
parent
a9f23bd3f5
commit
5b1ac295a7
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Gemfile
+2
-0
Gemfile.lock
+ 1
- 0
Gemfile
View File
@ -85,6 +85,7 @@ group :development do
# Necessary for elliptic curve SSH keys
gem
'rbnacl'
,
"
>= 3.2
"
,
"
<5.0
"
gem
'bcrypt_pbkdf'
,
"
>= 1.0
"
,
"
<2.0
"
gem
'ed25519'
,
"
>= 1.2
"
,
"
< 2.0
"
end
group
:test
do
+ 2
- 0
Gemfile.lock
View File
@ -102,6 +102,7 @@ GEM
devise-i18n (1.8.1)
devise (>= 4.6)
docile (1.3.2)
ed25519 (1.2.4)
erubi (1.8.0)
execjs (2.7.0)
factory_bot (5.0.2)
@ -353,6 +354,7 @@ DEPENDENCIES
database_cleaner
devise (~> 4.4)
devise-i18n (~> 1.6)
ed25519 (>= 1.2, < 2.0)
factory_bot_rails (~> 5.0)
guard
guard-minitest
Write
Preview
Loading…
Cancel
Save