dependabot[bot]
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
Gemfile.lock
-
config/deploy.rb
|
|
@ -128,7 +128,7 @@ GEM |
|
|
|
bundler (>= 1.2.0, < 3) |
|
|
|
thor (>= 0.18, < 2) |
|
|
|
byebug (11.1.3) |
|
|
|
capistrano (3.14.0) |
|
|
|
capistrano (3.14.1) |
|
|
|
airbrussh (>= 1.0.0) |
|
|
|
i18n |
|
|
|
rake (>= 10.0.0) |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
# frozen_string_literal: true |
|
|
|
|
|
|
|
lock '3.14.0' |
|
|
|
lock '3.14.1' |
|
|
|
|
|
|
|
set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git') |
|
|
|
set :branch, ENV.fetch('BRANCH', 'master') |
|
|
|