chore(web-server): remove legacy capistrano configs (#1239)

This commit is contained in:
Mo
2022-07-09 07:12:48 -05:00
committed by GitHub
parent 97cb721909
commit 6764f3267b
9 changed files with 8 additions and 370 deletions

View File

@@ -38,52 +38,21 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
airbrussh (1.4.0)
sshkit (>= 1.6.1, != 1.7.0)
arel (8.0.0)
bindex (0.8.1)
builder (3.2.4)
byebug (11.1.3)
capistrano (3.16.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-bundler (2.0.1)
capistrano (~> 3.1)
capistrano-git-with-submodules (2.0.4)
capistrano (~> 3.7)
capistrano-passenger (0.2.1)
capistrano (~> 3.0)
capistrano-rails (1.6.1)
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
capistrano-rvm (0.1.2)
capistrano (~> 3.0)
sshkit (~> 1.2)
capistrano-sidekiq (2.0.0)
capistrano (>= 3.9.0)
capistrano-bundler
sidekiq (>= 6.0)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
crass (1.0.6)
dotenv (2.7.6)
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
erubi (1.10.0)
execjs (2.8.1)
ffi (1.15.5)
ffi (1.15.5-x64-mingw32)
globalid (1.0.0)
activesupport (>= 5.0)
haml (5.2.2)
temple (>= 0.8.0)
tilt
i18n (1.10.0)
concurrent-ruby (~> 1.0)
json (1.8.6)
lograge (0.11.2)
actionpack (>= 4)
activesupport (>= 4)
@@ -98,9 +67,6 @@ GEM
mini_mime (1.1.2)
mini_portile2 (2.7.1)
minitest (5.15.0)
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
newrelic_rpm (7.2.0)
nio4r (2.5.8)
nokogiri (1.13.1)
@@ -146,29 +112,9 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (13.0.6)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (4.3.0)
redis (4.6.0)
request_store (1.5.1)
rack (>= 1.4)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sdoc (0.4.2)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
secure_headers (6.3.3)
sidekiq (6.4.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
spring (3.1.1)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
@@ -177,19 +123,10 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sshkit (1.21.2)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
temple (0.8.2)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo-data (1.2021.5)
tzinfo (>= 1.0.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
web-console (3.5.1)
actionview (>= 5.0)
activemodel (>= 5.0)
@@ -207,28 +144,15 @@ PLATFORMS
DEPENDENCIES
byebug
capistrano
capistrano-bundler
capistrano-git-with-submodules (~> 2.0)
capistrano-passenger (>= 0.2.0)
capistrano-rails
capistrano-rvm
capistrano-sidekiq
dotenv-rails
haml
lograge (~> 0.11.2)
newrelic_rpm (~> 7.0)
non-stupid-digest-assets
puma
rack-cors
rails (= 5.1.7)
responders (~> 2.0)
sass
sdoc (~> 0.4.0)
secure_headers
spring
tzinfo-data
uglifier
web-console (= 3.5.1)
BUNDLED WITH