Skip to content

Commit

Permalink
Install Capistrano docker deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Mar 17, 2024
1 parent 5b439c1 commit 24052d4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 20 deletions.
9 changes: 4 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,10 @@ group :development, :test do
gem 'faker'

# Deployment
gem "capistrano", "~> 3.9"
gem 'capistrano-rbenv', '~> 2.0'
gem 'capistrano-bundler', '~> 1.2'
gem 'capistrano-passenger'
gem "capistrano-rails"
gem "capistrano", "~> 3.11", require: false
gem 'capistrano-docker', github: 'TomNaessens/capistrano-docker'
gem 'ed25519', require: false
gem 'bcrypt_pbkdf', require: false
end

group :development do
Expand Down
28 changes: 13 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/TomNaessens/capistrano-docker.git
revision: 490311def501a5d32a24e52d6952d355a85b6cfe
specs:
capistrano-docker (0.4.0)
capistrano (>= 3.3)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -68,6 +75,7 @@ GEM
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
base64 (0.2.0)
bcrypt_pbkdf (1.1.0)
bindex (0.8.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
Expand All @@ -80,16 +88,6 @@ GEM
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-bundler (1.6.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)
capybara (2.18.0)
addressable
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -152,6 +150,7 @@ GEM
dotenv-rails (3.1.0)
dotenv (= 3.1.0)
railties (>= 6.1)
ed25519 (1.3.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -384,20 +383,19 @@ PLATFORMS

DEPENDENCIES
annotate
bcrypt_pbkdf
bootsnap (>= 1.1.0)
bulma-rails
byebug
capistrano (~> 3.9)
capistrano-bundler (~> 1.2)
capistrano-passenger
capistrano-rails
capistrano-rbenv (~> 2.0)
capistrano (~> 3.11)
capistrano-docker!
capybara (~> 2.13)
cocoon
coffee-rails (~> 4.2)
cucumber-rails
database_cleaner
dotenv-rails
ed25519
faker
font-awesome-rails
guard
Expand Down

0 comments on commit 24052d4

Please sign in to comment.