Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-03-16 01:21:55 +0300
committerDouwe Maan <douwe@selenight.nl>2017-03-16 01:21:55 +0300
commite5ac06447e87c43e198ba5c557d3201f522cfca0 (patch)
treef880d9f3046404550724e384214cb0363a7f9593 /lib/gitlab/redis.rb
parent4eb24c316167eb16a48c7a518699afad1c06d05d (diff)
Fix config/mail_room.yml to be interpretable Ruby
Diffstat (limited to 'lib/gitlab/redis.rb')
-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