This repository was archived by the owner on Mar 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ gem 'whenever', require: false
47
47
48
48
# Deploy with Capistrano
49
49
group :deploy do
50
- gem 'capistrano' , '~> 3.8.1 '
50
+ gem 'capistrano' , '~> 3.12.0 '
51
51
gem 'capistrano-rails' , '~> 1.2.3'
52
52
gem 'capistrano-rbenv' , '~> 2.1.1'
53
53
gem 'capistrano-bundler' , '~> 1.2.0'
Original file line number Diff line number Diff line change 68
68
tzinfo (~> 1.1 )
69
69
addressable (2.6.0 )
70
70
public_suffix (>= 2.0.2 , < 4.0 )
71
- airbrussh (1.2 .0 )
71
+ airbrussh (1.4 .0 )
72
72
sshkit (>= 1.6.1 , != 1.7.0 )
73
73
arel (6.0.4 )
74
74
ast (2.4.0 )
94
94
builder (3.2.3 )
95
95
byebug (10.0.2 )
96
96
cancan (1.6.10 )
97
- capistrano (3.8.1 )
97
+ capistrano (3.12.0 )
98
98
airbrussh (>= 1.0.0 )
99
99
i18n
100
100
rake (>= 10.0.0 )
238
238
multi_json (1.13.1 )
239
239
multi_xml (0.6.0 )
240
240
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 )
244
244
netrc (0.10.3 )
245
245
nokogiri (1.10.8 )
246
246
mini_portile2 (~> 2.4.0 )
418
418
actionpack (>= 3.0 )
419
419
activesupport (>= 3.0 )
420
420
sprockets (>= 2.8 , < 4.0 )
421
- sshkit (1.13.1 )
421
+ sshkit (1.20.0 )
422
422
net-scp (>= 1.1.2 )
423
423
net-ssh (>= 2.8.0 )
424
424
stomp (1.3.4 )
@@ -464,7 +464,7 @@ DEPENDENCIES
464
464
bootstrap-sass (~> 2.3.2.2 )
465
465
bower-rails (~> 0.11.0 )
466
466
byebug
467
- capistrano (~> 3.8.1 )
467
+ capistrano (~> 3.12.0 )
468
468
capistrano-bundler (~> 1.2.0 )
469
469
capistrano-rails (~> 1.2.3 )
470
470
capistrano-rbenv (~> 2.1.1 )
You can’t perform that action at this time.
0 commit comments