lock capistrano to 3.8.0 (#1890)
This commit is contained in:
parent
5d710b1139
commit
865cb39e9b
3 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
|||
lock '3.7.2'
|
||||
# frozen_string_literal: true
|
||||
|
||||
lock '3.8.0'
|
||||
|
||||
set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
|
||||
set :branch, ENV.fetch('BRANCH', 'master')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue