Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- `Gemfile.lock`: not a real conflict, upstream update too close
  to a glitch-soc-specific dependency
This commit is contained in:
Thibaut Girka
2020-06-17 17:10:15 +02:00
89 changed files with 1333 additions and 616 deletions

View File

@@ -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')

View File

@@ -1,5 +1,7 @@
# frozen_string_literal: true
Redis.exists_returns_integer = false
redis_connection = Redis.new(
url: ENV['REDIS_URL'],
driver: :hiredis