summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-03-15 16:21:55 -0600
committerDouwe Maan <douwe@selenight.nl>2017-03-15 16:21:55 -0600
commite5ac06447e87c43e198ba5c557d3201f522cfca0 (patch)
treef880d9f3046404550724e384214cb0363a7f9593
parent4eb24c316167eb16a48c7a518699afad1c06d05d (diff)
downloadgitlab-ce-e5ac06447e87c43e198ba5c557d3201f522cfca0.tar.gz
Fix config/mail_room.yml to be interpretable Ruby
-rw-r--r--lib/gitlab/redis.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/redis.rb b/lib/gitlab/redis.rb
index 8af4fd33ff9..bc5370de32a 100644
--- a/lib/gitlab/redis.rb
+++ b/lib/gitlab/redis.rb
@@ -1,6 +1,7 @@
# This file should not have any direct dependency on Rails environment
# please require all dependencies below:
require 'active_support/core_ext/hash/keys'
+require 'active_support/core_ext/module/delegation'
module Gitlab
class Redis