aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock4
2 files changed, 8 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 9c8e6a3..dfffd44 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,6 +20,10 @@ group :deployment do
gem 'capistrano-rails'
gem 'capistrano-rbenv', '~> 2.1'
gem 'capistrano-postgresql', '~> 4.7.0'
+
+ # For ed25519 support in ssh
+ gem "ed25519", '~> 1.2'
+ gem "bcrypt_pbkdf", '~>1.0'
end
# Gems used only for assets and not required
diff --git a/Gemfile.lock b/Gemfile.lock
index 1a3e05f..e9a54bc 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -104,6 +104,7 @@ GEM
babosa (1.0.2)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
+ bcrypt_pbkdf (1.0.1)
builder (3.2.3)
byebug (10.0.2)
capistrano (3.10.2)
@@ -140,6 +141,7 @@ GEM
dragonfly (0.9.15)
multi_json (~> 1.0)
rack
+ ed25519 (1.2.4)
erubis (2.7.0)
execjs (2.7.0)
filters_spam (0.5)
@@ -287,6 +289,7 @@ PLATFORMS
DEPENDENCIES
SyslogLogger
bcrypt (~> 3.1.0)!
+ bcrypt_pbkdf (~> 1.0)
byebug
capistrano (~> 3.10.0)
capistrano-bundler
@@ -294,6 +297,7 @@ DEPENDENCIES
capistrano-rails
capistrano-rbenv (~> 2.1)
coffee-rails (~> 3.2)
+ ed25519 (~> 1.2)
jquery-rails (~> 2.3.0)
lorem
pg (~> 0.11)