Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit c090440

Browse files
Bump capistrano from 3.8.1 to 3.12.0
Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.8.1 to 3.12.0. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](capistrano/capistrano@v3.8.1...v3.12.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 3fc95d6 commit c090440

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gem 'whenever', require: false
4747

4848
# Deploy with Capistrano
4949
group :deploy do
50-
gem 'capistrano', '~> 3.8.1'
50+
gem 'capistrano', '~> 3.12.0'
5151
gem 'capistrano-rails', '~> 1.2.3'
5252
gem 'capistrano-rbenv', '~> 2.1.1'
5353
gem 'capistrano-bundler', '~> 1.2.0'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
tzinfo (~> 1.1)
6969
addressable (2.6.0)
7070
public_suffix (>= 2.0.2, < 4.0)
71-
airbrussh (1.2.0)
71+
airbrussh (1.4.0)
7272
sshkit (>= 1.6.1, != 1.7.0)
7373
arel (6.0.4)
7474
ast (2.4.0)
@@ -94,7 +94,7 @@ GEM
9494
builder (3.2.3)
9595
byebug (10.0.2)
9696
cancan (1.6.10)
97-
capistrano (3.8.1)
97+
capistrano (3.12.0)
9898
airbrussh (>= 1.0.0)
9999
i18n
100100
rake (>= 10.0.0)
@@ -238,9 +238,9 @@ GEM
238238
multi_json (1.13.1)
239239
multi_xml (0.6.0)
240240
multipart-post (2.0.0)
241-
net-scp (1.2.1)
242-
net-ssh (>= 2.6.5)
243-
net-ssh (4.1.0)
241+
net-scp (2.0.0)
242+
net-ssh (>= 2.6.5, < 6.0.0)
243+
net-ssh (5.2.0)
244244
netrc (0.10.3)
245245
nokogiri (1.10.8)
246246
mini_portile2 (~> 2.4.0)
@@ -418,7 +418,7 @@ GEM
418418
actionpack (>= 3.0)
419419
activesupport (>= 3.0)
420420
sprockets (>= 2.8, < 4.0)
421-
sshkit (1.13.1)
421+
sshkit (1.20.0)
422422
net-scp (>= 1.1.2)
423423
net-ssh (>= 2.8.0)
424424
stomp (1.3.4)
@@ -464,7 +464,7 @@ DEPENDENCIES
464464
bootstrap-sass (~> 2.3.2.2)
465465
bower-rails (~> 0.11.0)
466466
byebug
467-
capistrano (~> 3.8.1)
467+
capistrano (~> 3.12.0)
468468
capistrano-bundler (~> 1.2.0)
469469
capistrano-rails (~> 1.2.3)
470470
capistrano-rbenv (~> 2.1.1)

0 commit comments

Comments
 (0)