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