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