From 24052d4eab860fb33a467ec0fcaba036fee075e6 Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Sun, 17 Mar 2024 21:16:35 +0100 Subject: [PATCH] Install Capistrano docker deps --- Gemfile | 9 ++++----- Gemfile.lock | 28 +++++++++++++--------------- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/Gemfile b/Gemfile index 4bc10c7..ba9a743 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index baa89d1..b8b320a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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: @@ -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) @@ -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) @@ -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) @@ -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