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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 6070beb9d07..15a0b019b1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -402,6 +402,9 @@ GEM net-ssh (>= 2.6.5) net-ssh (2.9.2) netrc (0.10.3) + newrelic-grape (2.0.0) + grape + newrelic_rpm newrelic_rpm (3.9.4.245) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) @@ -853,6 +856,7 @@ DEPENDENCIES mousetrap-rails (~> 1.4.6) mysql2 (~> 0.3.16) nested_form (~> 0.3.2) + newrelic-grape newrelic_rpm (~> 3.9.4.245) nprogress-rails (~> 0.1.2.3) oauth2 (~> 1.0.0) @@ -930,6 +934,3 @@ DEPENDENCIES webmock (~> 1.21.0) whenever (~> 0.8.4) wikicloth (= 0.8.1) - -BUNDLED WITH - 1.10.6 |