From 68f7bc63bc014d9366a73c4be44fc8c640eaf888 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 24 Sep 2015 12:08:03 +0200 Subject: Add the newrelic-grape gem This allows us to see a breakdown of API requests in New Relic. --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') 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' -- cgit v1.2.1