update dependencies
This commit is contained in:
@@ -22,7 +22,7 @@ require 'capistrano/bundler'
|
|||||||
require 'capistrano/rails/assets'
|
require 'capistrano/rails/assets'
|
||||||
# require 'capistrano/rails/migrations'
|
# require 'capistrano/rails/migrations'
|
||||||
require 'capistrano/puma'
|
require 'capistrano/puma'
|
||||||
require 'capistrano/puma/monit'
|
# require 'capistrano/puma/monit'
|
||||||
require "airbrussh/capistrano"
|
require "airbrussh/capistrano"
|
||||||
|
|
||||||
# Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
|
# Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
|
||||||
|
|||||||
@@ -161,6 +161,10 @@ group :deploy do
|
|||||||
gem 'capistrano-rvm', require: false
|
gem 'capistrano-rvm', require: false
|
||||||
gem 'capistrano-bundler', require: false
|
gem 'capistrano-bundler', require: false
|
||||||
gem 'capistrano-monit', require: false
|
gem 'capistrano-monit', require: false
|
||||||
|
|
||||||
|
gem 'ed25519' # (>= 1.2, < 2.0)
|
||||||
|
gem 'bcrypt_pbkdf' # (>= 1.0, < 2.0)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# To use debugger
|
# To use debugger
|
||||||
|
|||||||
@@ -136,6 +136,7 @@ GEM
|
|||||||
sshkit (>= 1.6.1, != 1.7.0)
|
sshkit (>= 1.6.1, != 1.7.0)
|
||||||
base64 (0.2.0)
|
base64 (0.2.0)
|
||||||
bcrypt (3.1.20)
|
bcrypt (3.1.20)
|
||||||
|
bcrypt_pbkdf (1.1.1)
|
||||||
benchmark (0.4.0)
|
benchmark (0.4.0)
|
||||||
bigdecimal (3.1.9)
|
bigdecimal (3.1.9)
|
||||||
bourbon (7.3.0)
|
bourbon (7.3.0)
|
||||||
@@ -211,6 +212,7 @@ GEM
|
|||||||
diff-lcs (1.5.1)
|
diff-lcs (1.5.1)
|
||||||
docile (1.4.1)
|
docile (1.4.1)
|
||||||
drb (2.2.1)
|
drb (2.2.1)
|
||||||
|
ed25519 (1.3.0)
|
||||||
em-http-request (1.1.7)
|
em-http-request (1.1.7)
|
||||||
addressable (>= 2.3.4)
|
addressable (>= 2.3.4)
|
||||||
cookiejar (!= 0.3.1)
|
cookiejar (!= 0.3.1)
|
||||||
@@ -581,6 +583,7 @@ DEPENDENCIES
|
|||||||
ace-rails-ap
|
ace-rails-ap
|
||||||
active_attr
|
active_attr
|
||||||
active_decorator
|
active_decorator
|
||||||
|
bcrypt_pbkdf
|
||||||
cancancan
|
cancancan
|
||||||
capistrano
|
capistrano
|
||||||
capistrano-bundler
|
capistrano-bundler
|
||||||
@@ -595,6 +598,7 @@ DEPENDENCIES
|
|||||||
devise
|
devise
|
||||||
devise-i18n
|
devise-i18n
|
||||||
devise_simply_stored!
|
devise_simply_stored!
|
||||||
|
ed25519
|
||||||
exception_notification
|
exception_notification
|
||||||
factory_bot_rails
|
factory_bot_rails
|
||||||
faye
|
faye
|
||||||
|
|||||||
Reference in New Issue
Block a user