From 0b700e856c7bace0562a7a70061ac06ee6c15c61 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 06:08:12 +0000 Subject: [PATCH] Bump capistrano from 3.10.2 to 3.16.0 Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.10.2 to 3.16.0. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](https://github.com/capistrano/capistrano/compare/v3.10.2...v3.16.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 863bd9d..774c21b 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' gem 'pry', '~> 0.11.3' gem 'rubocop', '~> 0.56.0' -gem 'capistrano', '~> 3.10.2' +gem 'capistrano', '~> 3.16.0' gem 'capistrano-rails', '~> 1.3.1' gem 'capistrano-rbenv', '~> 2.1.3' diff --git a/Gemfile.lock b/Gemfile.lock index dc51af9..de75684 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,10 +6,10 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - airbrussh (1.3.0) + airbrussh (1.4.0) sshkit (>= 1.6.1, != 1.7.0) ast (2.4.0) - capistrano (3.10.2) + capistrano (3.16.0) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -26,7 +26,7 @@ GEM coderay (1.1.2) commonmarker (0.17.9) ruby-enum (~> 0.5) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.8) extended-markdown-filter (0.6.0) html-pipeline (~> 2.0) ffi (1.9.23) @@ -41,14 +41,14 @@ GEM html-pipeline (2.8.0) activesupport (>= 2) nokogiri (>= 1.4) - i18n (1.0.1) + i18n (1.8.9) concurrent-ruby (~> 1.0) method_source (0.9.0) mini_portile2 (2.3.0) minitest (5.11.3) - net-scp (1.2.1) - net-ssh (>= 2.6.5) - net-ssh (4.2.0) + net-scp (3.0.0) + net-ssh (>= 2.6.5, < 7.0.0) + net-ssh (6.1.0) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) parallel (1.12.1) @@ -59,7 +59,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) rainbow (3.0.0) - rake (12.3.1) + rake (13.0.3) rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) @@ -78,7 +78,7 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sshkit (1.16.0) + sshkit (1.21.2) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) thread_safe (0.3.6) @@ -90,7 +90,7 @@ PLATFORMS ruby DEPENDENCIES - capistrano (~> 3.10.2) + capistrano (~> 3.16.0) capistrano-rails (~> 1.3.1) capistrano-rbenv (~> 2.1.3) commonmarker (~> 0.17.9)