Skip to content

Commit

Permalink
add capistrano gems
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Apr 23, 2024
1 parent ad3bf04 commit a0c15ce
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ group :development do
gem "spring", "~> 2.0"
gem "spring-watcher-listen", "~> 2.0"
gem "web-console", "~> 4.2"

gem "capistrano"
gem "capistrano-bundler"
gem "capistrano-passenger"
gem "capistrano-rails"
gem "capistrano-rbenv"
gem "capistrano-sidekiq"
end

group :production do
Expand Down
40 changes: 40 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ GEM
activerecord (>= 4.2)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
airbrussh (1.5.2)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
base64 (0.2.0)
batch-loader (1.5.0)
bcrypt (3.1.19)
better_html (2.0.1)
Expand All @@ -107,6 +110,25 @@ GEM
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.1.3)
capistrano (3.18.1)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-bundler (2.1.0)
capistrano (~> 3.1)
capistrano-passenger (0.2.1)
capistrano (~> 3.0)
capistrano-rails (1.6.3)
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
capistrano-rbenv (2.2.0)
capistrano (~> 3.1)
sshkit (~> 1.3)
capistrano-sidekiq (2.3.1)
capistrano (>= 3.9.0)
capistrano-bundler
sidekiq (>= 6.0)
capybara (3.39.0)
addressable
matrix
Expand Down Expand Up @@ -517,6 +539,7 @@ GEM
multi_xml (0.6.0)
multipart-post (2.2.3)
mustache (1.1.1)
mutex_m (0.2.0)
net-imap (0.2.3)
digest
net-protocol
Expand All @@ -525,8 +548,13 @@ GEM
net-protocol
net-protocol (0.2.1)
timeout
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0)
net-smtp (0.3.3)
net-protocol
net-ssh (7.2.3)
nio4r (2.5.9)
nokogiri (1.14.5)
mini_portile2 (~> 2.8.0)
Expand Down Expand Up @@ -759,6 +787,12 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sshkit (1.22.1)
base64
mutex_m
net-scp (>= 1.1.2)
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
ssrf_filter (1.1.1)
stringio (3.1.0)
strscan (3.0.7)
Expand Down Expand Up @@ -822,6 +856,12 @@ DEPENDENCIES
bootsnap (~> 1.3)
brakeman (~> 5.4)
byebug (~> 11.0)
capistrano
capistrano-bundler
capistrano-passenger
capistrano-rails
capistrano-rbenv
capistrano-sidekiq
decidim (= 0.28.0)
decidim-decidim_awesome!
decidim-dev (= 0.28.0)
Expand Down

0 comments on commit a0c15ce

Please sign in to comment.