File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 67
67
gem 'capistrano' , '~> 3.19' , '>= 3.19.2' , group : :development
68
68
gem 'capistrano3-delayed-job' , '~> 1.7.6'
69
69
gem 'capistrano-passenger' , '~> 0.2.1' , group : :development
70
- gem 'capistrano-rails' , '~> 1.6.3 ' , group : :development
70
+ gem 'capistrano-rails' , '~> 1.7.0 ' , group : :development
71
71
gem 'capistrano-rvm' , '~> 0.1.2' , group : :development
72
72
gem 'capistrano-yarn' , '~> 2.0.2'
73
73
Original file line number Diff line number Diff line change 105
105
capistrano (~> 3.1 )
106
106
capistrano-passenger (0.2.1 )
107
107
capistrano (~> 3.0 )
108
- capistrano-rails (1.6.3 )
108
+ capistrano-rails (1.7.0 )
109
109
capistrano (~> 3.1 )
110
110
capistrano-bundler (>= 1.1 , < 3 )
111
111
capistrano-rvm (0.1.2 )
182
182
net-protocol
183
183
net-protocol (0.2.2 )
184
184
timeout
185
- net-scp (4.0 .0 )
185
+ net-scp (4.1 .0 )
186
186
net-ssh (>= 2.6.5 , < 8.0.0 )
187
187
net-sftp (4.0.0 )
188
188
net-ssh (>= 5.0.0 , < 8.0.0 )
282
282
sentry-ruby (5.22.1 )
283
283
bigdecimal
284
284
concurrent-ruby (~> 1.0 , >= 1.0.2 )
285
- sshkit (1.23.2 )
285
+ sshkit (1.24.0 )
286
286
base64
287
+ logger
287
288
net-scp (>= 1.1.2 )
288
289
net-sftp (>= 2.1.2 )
289
290
net-ssh (>= 2.8.0 )
@@ -315,7 +316,7 @@ DEPENDENCIES
315
316
bootsnap
316
317
capistrano (~> 3.19 , >= 3.19.2 )
317
318
capistrano-passenger (~> 0.2.1 )
318
- capistrano-rails (~> 1.6.3 )
319
+ capistrano-rails (~> 1.7.0 )
319
320
capistrano-rvm (~> 0.1.2 )
320
321
capistrano-yarn (~> 2.0.2 )
321
322
capistrano3-delayed-job (~> 1.7.6 )
You can’t perform that action at this time.
0 commit comments