summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-09-24 12:08:03 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-09-24 12:08:03 +0200
commit68f7bc63bc014d9366a73c4be44fc8c640eaf888 (patch)
tree403df805cb48e3c8b29e831d84473ca4478143a7 /Gemfile
parent081a0ddce7f8608df23cb6649263a2aa0e805c08 (diff)
downloadgitlab-ce-68f7bc63bc014d9366a73c4be44fc8c640eaf888.tar.gz
Add the newrelic-grape gemnewrelic-grape
This allows us to see a breakdown of API requests in New Relic.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b29846f738a..15b6bdab9d7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -283,6 +283,7 @@ group :production do
end
gem "newrelic_rpm", '~> 3.9.4.245'
+gem 'newrelic-grape'
gem 'octokit', '~> 3.7.0'