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

View file

@ -37,3 +37,5 @@ gem "capistrano-bundler", require: false
gem 'capistrano-git-with-submodules', '~> 2.0'
gem "jekyll-paginate"
gem 'ed25519', '~> 1.2', '>= 1.2.4'

View file

@ -19,6 +19,7 @@ GEM
sshkit (~> 1.3)
colorator (1.1.0)
concurrent-ruby (1.1.8)
ed25519 (1.2.4)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
@ -95,6 +96,7 @@ DEPENDENCIES
capistrano-bundler
capistrano-git-with-submodules (~> 2.0)
capistrano-rbenv
ed25519 (~> 1.2, >= 1.2.4)
jekyll (~> 4.2.0)
jekyll-feed (~> 0.12)
jekyll-paginate
@ -104,4 +106,4 @@ DEPENDENCIES
wdm (~> 0.1.1)
BUNDLED WITH
2.2.17
2.3.4