diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-09-24 12:08:03 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-09-24 12:08:03 +0200 |
commit | 68f7bc63bc014d9366a73c4be44fc8c640eaf888 (patch) | |
tree | 403df805cb48e3c8b29e831d84473ca4478143a7 /Gemfile | |
parent | 081a0ddce7f8608df23cb6649263a2aa0e805c08 (diff) | |
download | gitlab-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -283,6 +283,7 @@ group :production do end gem "newrelic_rpm", '~> 3.9.4.245' +gem 'newrelic-grape' gem 'octokit', '~> 3.7.0' |