Skip to content

Commit 22977f7

Browse files
Update dependency capistrano-rails to '~> 1.7.0'
1 parent b9393db commit 22977f7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

api/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ end
6767
gem 'capistrano', '~> 3.19', '>= 3.19.2', group: :development
6868
gem 'capistrano3-delayed-job', '~> 1.7.6'
6969
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
7171
gem 'capistrano-rvm', '~> 0.1.2', group: :development
7272
gem 'capistrano-yarn', '~> 2.0.2'
7373

api/Gemfile.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ GEM
105105
capistrano (~> 3.1)
106106
capistrano-passenger (0.2.1)
107107
capistrano (~> 3.0)
108-
capistrano-rails (1.6.3)
108+
capistrano-rails (1.7.0)
109109
capistrano (~> 3.1)
110110
capistrano-bundler (>= 1.1, < 3)
111111
capistrano-rvm (0.1.2)
@@ -182,7 +182,7 @@ GEM
182182
net-protocol
183183
net-protocol (0.2.2)
184184
timeout
185-
net-scp (4.0.0)
185+
net-scp (4.1.0)
186186
net-ssh (>= 2.6.5, < 8.0.0)
187187
net-sftp (4.0.0)
188188
net-ssh (>= 5.0.0, < 8.0.0)
@@ -282,8 +282,9 @@ GEM
282282
sentry-ruby (5.22.1)
283283
bigdecimal
284284
concurrent-ruby (~> 1.0, >= 1.0.2)
285-
sshkit (1.23.2)
285+
sshkit (1.24.0)
286286
base64
287+
logger
287288
net-scp (>= 1.1.2)
288289
net-sftp (>= 2.1.2)
289290
net-ssh (>= 2.8.0)
@@ -315,7 +316,7 @@ DEPENDENCIES
315316
bootsnap
316317
capistrano (~> 3.19, >= 3.19.2)
317318
capistrano-passenger (~> 0.2.1)
318-
capistrano-rails (~> 1.6.3)
319+
capistrano-rails (~> 1.7.0)
319320
capistrano-rvm (~> 0.1.2)
320321
capistrano-yarn (~> 2.0.2)
321322
capistrano3-delayed-job (~> 1.7.6)

0 commit comments

Comments
 (0)