mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 06:21:42 +00:00
preparando para soportar ssh
This commit is contained in:
parent
2f0e3ee20e
commit
46c5760a2b
2 changed files with 11 additions and 0 deletions
5
Gemfile
5
Gemfile
|
@ -91,6 +91,11 @@ gem 'down'
|
|||
gem 'sourcemap'
|
||||
gem 'rack-cors'
|
||||
|
||||
# ssh
|
||||
gem 'net-ssh'
|
||||
gem 'ed25519'
|
||||
gem 'bcrypt_pbkdf'
|
||||
|
||||
group :themes do
|
||||
gem 'adhesiones-jekyll-theme', require: false
|
||||
gem 'editorial-autogestiva-jekyll-theme', require: false
|
||||
|
|
|
@ -93,6 +93,7 @@ GEM
|
|||
autoprefixer-rails (10.2.4.0)
|
||||
execjs
|
||||
bcrypt (3.1.16)
|
||||
bcrypt_pbkdf (1.1.0)
|
||||
benchmark-ips (2.8.4)
|
||||
bindex (0.8.1)
|
||||
blazer (2.4.2)
|
||||
|
@ -159,6 +160,7 @@ GEM
|
|||
railties (>= 3.2)
|
||||
down (5.2.0)
|
||||
addressable (~> 2.5)
|
||||
ed25519 (1.2.4)
|
||||
editorial-autogestiva-jekyll-theme (0.2.8)
|
||||
jekyll (~> 4.0)
|
||||
jekyll-data (~> 1.1)
|
||||
|
@ -325,6 +327,7 @@ GEM
|
|||
mobility (1.1.0)
|
||||
i18n (>= 0.6.10, < 2)
|
||||
request_store (~> 1.0)
|
||||
net-ssh (6.1.0)
|
||||
netaddr (2.0.4)
|
||||
nio4r (2.5.5)
|
||||
nokogiri (1.11.1)
|
||||
|
@ -587,6 +590,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
adhesiones-jekyll-theme
|
||||
bcrypt (~> 3.1.7)
|
||||
bcrypt_pbkdf
|
||||
blazer
|
||||
bootstrap (~> 4)
|
||||
brakeman
|
||||
|
@ -600,6 +604,7 @@ DEPENDENCIES
|
|||
devise_invitable
|
||||
dotenv-rails
|
||||
down
|
||||
ed25519
|
||||
editorial-autogestiva-jekyll-theme
|
||||
email_address!
|
||||
exception_notification
|
||||
|
@ -628,6 +633,7 @@ DEPENDENCIES
|
|||
mini_magick
|
||||
minima
|
||||
mobility
|
||||
net-ssh
|
||||
pg
|
||||
prometheus_exporter
|
||||
pry
|
||||
|
|
Loading…
Reference in a new issue