summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-09-12 18:46:20 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-09-16 17:31:20 +0200
commit66ae1bde872bd828e9de660cd45007363000c986 (patch)
treef4d37b14ce53d26003afab0654f1cc2532c1a971 /Gemfile
parent71e055444942e93ad028f50896fe680cdf2caf5d (diff)
downloadgitlab-ce-66ae1bde872bd828e9de660cd45007363000c986.tar.gz
Add dormant New Relic gem
The gem can be enabled and configured via environment variables.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index d67ecd72ccf..cfc205fd866 100644
--- a/Gemfile
+++ b/Gemfile
@@ -251,3 +251,5 @@ end
group :production do
gem "gitlab_meta", '7.0'
end
+
+gem "newrelic_rpm"