Skip to content

Commit

Permalink
support OpenSSH format by installing ED25519
Browse files Browse the repository at this point in the history
  • Loading branch information
yohm committed Sep 10, 2019
1 parent dd8dbed commit 75769e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -3,7 +3,9 @@ source 'https://rubygems.org'
gem 'rails', '~> 5.2'
gem "puma"
gem "mongoid", ' ~> 7.0'
gem "net-ssh"
gem "net-ssh", '~> 5.0'
gem "ed25519", '>= 1.2', '< 2.0' # support openssh format: https://github.com/net-ssh/net-ssh/issues/478
gem "bcrypt_pbkdf", '>= 1.0', '< 2.0'
gem "jbuilder"
gem "redis", '~> 3.0'

Expand Down
6 changes: 5 additions & 1 deletion Gemfile.lock
Expand Up @@ -53,6 +53,7 @@ GEM
arel (9.0.0)
autoprefixer-rails (9.6.0)
execjs
bcrypt_pbkdf (1.0.1)
bootsnap (1.4.4)
msgpack (~> 1.0)
bootstrap-sass (3.4.1)
Expand All @@ -73,6 +74,7 @@ GEM
database_cleaner (1.7.0)
diff-lcs (1.3)
dynatree-rails (1.2.6)
ed25519 (1.2.4)
erubi (1.8.0)
erubis (2.7.0)
execjs (2.7.0)
Expand Down Expand Up @@ -247,13 +249,15 @@ PLATFORMS
ruby

DEPENDENCIES
bcrypt_pbkdf (>= 1.0, < 2.0)
bootsnap
bootstrap-sass
bootswatch-rails
d3-rails (~> 3.4)
daemon-spawn
database_cleaner
dynatree-rails
ed25519 (>= 1.2, < 2.0)
factory_bot_rails
faker
font-awesome-rails
Expand All @@ -264,7 +268,7 @@ DEPENDENCIES
jquery-ui-rails
mongoid (~> 7.0)
msgpack-rpc!
net-ssh
net-ssh (~> 5.0)
pry
pry-byebug
pry-rails
Expand Down

0 comments on commit 75769e7

Please sign in to comment.