This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Update capistrano lock version to 3.8.1 (
#3056
)
closed-social-v3
esetomo
7 years ago
committed by
Eugen Rochko
parent
5f727f9068
commit
0a110d07b6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/deploy.rb
+ 1
- 1
config/deploy.rb
View File
@ -1,6 +1,6 @@
# frozen_string_literal: true
lock
'3.8.
0
'
lock
'3.8.
1
'
set
:repo_url
,
ENV
.
fetch
(
'REPO'
,
'https://github.com/tootsuite/mastodon.git'
)
set
:branch
,
ENV
.
fetch
(
'BRANCH'
,
'master'
)
Write
Preview
Loading…
Cancel
Save