diff --git a/Gemfile b/Gemfile index b6e5c97..9d0abdf 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ end group :development do # Capistrano for deployment (per https://capistranorb.com/documentation/getting-started/installation/) - gem "capistrano", "~> 3.19.2", require: false + gem "capistrano", "~> 3.20.0", require: false gem "capistrano-cul", require: false # common set of tasks shared across cul apps gem "capistrano-rails", "~> 1.4", require: false # for compiling rails assets gem "capistrano-passenger", "~> 0.1", require: false # allows restart passenger workers diff --git a/Gemfile.lock b/Gemfile.lock index e677069..afd2f2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - airbrussh (1.5.3) + airbrussh (1.6.0) sshkit (>= 1.6.1, != 1.7.0) ast (2.4.3) base64 (0.3.0) @@ -96,7 +96,7 @@ GEM brakeman (7.1.1) racc builder (3.3.0) - capistrano (3.19.2) + capistrano (3.20.0) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -386,7 +386,7 @@ GEM sqlite3 (2.8.1-x86_64-darwin) sqlite3 (2.8.1-x86_64-linux-gnu) sqlite3 (2.8.1-x86_64-linux-musl) - sshkit (1.24.0) + sshkit (1.25.0) base64 logger net-scp (>= 1.1.2) @@ -431,7 +431,7 @@ PLATFORMS DEPENDENCIES bootsnap brakeman - capistrano (~> 3.19.2) + capistrano (~> 3.20.0) capistrano-cul capistrano-passenger (~> 0.1) capistrano-rails (~> 1.4)