This commit is contained in:
Luna 2022-01-12 07:36:43 -05:00
parent 53509aa800
commit 5bf9d7bfab
Signed by: luna
GPG Key ID: C8DA627859769F68
2 changed files with 4 additions and 0 deletions

View File

@ -39,3 +39,5 @@ gem 'capistrano-git-with-submodules', '~> 2.0'
gem "jekyll-paginate"
gem 'ed25519', '~> 1.2', '>= 1.2.4'
gem 'bcrypt_pbkdf', '~> 1.1'

View File

@ -5,6 +5,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
airbrussh (1.4.0)
sshkit (>= 1.6.1, != 1.7.0)
bcrypt_pbkdf (1.1.0)
capistrano (3.16.0)
airbrussh (>= 1.0.0)
i18n
@ -92,6 +93,7 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
bcrypt_pbkdf (~> 1.1)
capistrano (~> 3.10)
capistrano-bundler
capistrano-git-with-submodules (~> 2.0)