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:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-09-24 13:08:03 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-09-24 13:08:03 +0300
commit68f7bc63bc014d9366a73c4be44fc8c640eaf888 (patch)
tree403df805cb48e3c8b29e831d84473ca4478143a7 /Gemfile
parent081a0ddce7f8608df23cb6649263a2aa0e805c08 (diff)
Add the newrelic-grape gem
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'