Skip to content

Commit 0bd2fa2

Browse files
authored
Merge pull request #515 from coopdevs/upgrade-capistrano
Update Capistrano from 3.4.0 to 3.4.1
2 parents 0f8029f + 5b6bfab commit 0bd2fa2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ GEM
7171
builder (3.2.3)
7272
byebug (4.0.5)
7373
columnize (= 0.9.0)
74-
capistrano (3.4.0)
74+
capistrano (3.4.1)
7575
i18n
7676
rake (>= 10.0.0)
7777
sshkit (~> 1.3)
@@ -209,9 +209,9 @@ GEM
209209
minitest (5.11.3)
210210
multi_json (1.11.2)
211211
multipart-post (2.0.0)
212-
net-scp (1.2.1)
213-
net-ssh (>= 2.6.5)
214-
net-ssh (2.9.2)
212+
net-scp (2.0.0)
213+
net-ssh (>= 2.6.5, < 6.0.0)
214+
net-ssh (5.2.0)
215215
netrc (0.11.0)
216216
nokogiri (1.10.3)
217217
mini_portile2 (~> 2.4.0)
@@ -266,7 +266,7 @@ GEM
266266
thor (>= 0.18.1, < 2.0)
267267
rainbow (3.0.0)
268268
raindrops (0.16.0)
269-
rake (12.3.2)
269+
rake (12.3.3)
270270
ransack (1.8.6)
271271
actionpack (>= 3.0)
272272
activerecord (>= 3.0)
@@ -354,7 +354,7 @@ GEM
354354
actionpack (>= 4.0)
355355
activesupport (>= 4.0)
356356
sprockets (>= 3.0.0)
357-
sshkit (1.8.1)
357+
sshkit (1.20.0)
358358
net-scp (>= 1.1.2)
359359
net-ssh (>= 2.8.0)
360360
thor (0.20.3)

config/deploy.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# config valid only for current version of Capistrano
2-
lock '3.4.0'
2+
lock '3.4.1'
33

44
set :application, 'timeoverflow'
55
set :repo_url, 'git@github.com:coopdevs/timeoverflow.git'

0 commit comments

Comments
 (0)