mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Update capistrano config lock version to match bundle (#24820)
This commit is contained in:
parent
d9a958fcf7
commit
a1cca1c8b6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
lock '3.17.1'
|
lock '3.17.2'
|
||||||
|
|
||||||
set :repo_url, ENV.fetch('REPO', 'https://github.com/mastodon/mastodon.git')
|
set :repo_url, ENV.fetch('REPO', 'https://github.com/mastodon/mastodon.git')
|
||||||
set :branch, ENV.fetch('BRANCH', 'main')
|
set :branch, ENV.fetch('BRANCH', 'main')
|
||||||
|
|
Loading…
Reference in a new issue