From ed5f575bbb5bc6e14dff8d52c6213325589318c3 Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Sun, 26 May 2024 18:37:43 +0200 Subject: [PATCH] Bump Capistrano --- Gemfile | 10 +++++----- Gemfile.lock | 29 ++++++++++++++++++----------- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 2e8b6062..4bb8c163 100644 --- a/Gemfile +++ b/Gemfile @@ -102,11 +102,11 @@ group :development do gem "spring", "~> 3.0" # Deployment - gem "capistrano", "~> 3.16" - gem "capistrano-passenger", "~> 0.2.1" - gem "capistrano-rails", "~> 1.6" - gem "capistrano-rbenv", "~> 2.2" - gem "capistrano-rvm", "~> 0.1.2" + gem "capistrano" + gem "capistrano-passenger" + gem "capistrano-rails" + gem "capistrano-rbenv" + gem "capistrano-rvm" # Linting gem "rubocop", "~> 1.30" diff --git a/Gemfile.lock b/Gemfile.lock index ed86bece..e14b761c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,12 +62,13 @@ GEM zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - airbrussh (1.4.0) + airbrussh (1.5.2) sshkit (>= 1.6.1, != 1.7.0) annotate (3.2.0) activerecord (>= 3.2, < 8.0) rake (>= 10.4, < 14.0) ast (2.4.2) + base64 (0.2.0) bcrypt (3.1.17) bcrypt_pbkdf (1.1.0) bigdecimal (3.1.8) @@ -78,7 +79,7 @@ GEM sassc (~> 2.0) byebug (11.1.3) cancancan (3.3.0) - capistrano (3.17.0) + capistrano (3.18.1) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -176,14 +177,17 @@ GEM msgpack (1.5.1) multi_json (1.15.0) multi_xml (0.6.0) + mutex_m (0.2.0) mysql2 (0.5.4) net-protocol (0.2.2) timeout - net-scp (3.0.0) - net-ssh (>= 2.6.5, < 7.0.0) + 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.5.0) net-protocol - net-ssh (6.1.0) + net-ssh (7.2.3) nio4r (2.7.3) nokogiri (1.16.5-arm64-darwin) racc (~> 1.4) @@ -338,8 +342,11 @@ GEM sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - sshkit (1.21.2) + sshkit (1.22.2) + base64 + mutex_m net-scp (>= 1.1.2) + net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) stackprof (0.2.26) stringio (3.1.0) @@ -385,11 +392,11 @@ DEPENDENCIES bulma-rails (~> 0.9.1) byebug cancancan (~> 3.3) - capistrano (~> 3.16) - capistrano-passenger (~> 0.2.1) - capistrano-rails (~> 1.6) - capistrano-rbenv (~> 2.2) - capistrano-rvm (~> 0.1.2) + capistrano + capistrano-passenger + capistrano-rails + capistrano-rbenv + capistrano-rvm chartkick (~> 4.0) daemons (~> 1.4) delayed_job (~> 4.1)