Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2021-02-03 21:09:17 +00:00
parent 1743439667
commit a1ed241c82
195 changed files with 1574 additions and 1159 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'gitlab/testing/request_blocker_middleware'
require 'gitlab/testing/robots_blocker_middleware'
require 'gitlab/testing/request_inspector_middleware'