summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-01-25 21:17:38 -0800
committerStan Hu <stanhu@gmail.com>2016-01-30 04:17:14 -0800
commit2828274b418cccc8171692495dd2856209dbfa49 (patch)
tree63f751b713d5d450893b80a8bd40deffb5a1b72c /Gemfile
parent026c31dafc80059ec429b484dc28e03e91df2238 (diff)
downloadgitlab-ce-2828274b418cccc8171692495dd2856209dbfa49.tar.gz
Remove newrelic_grape gem since the New Relic gem now provides native support:
https://docs.newrelic.com/docs/agents/ruby-agent/frameworks/grape-instrumentation
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a1a9c776ae7..0420043e869 100644
--- a/Gemfile
+++ b/Gemfile
@@ -300,7 +300,6 @@ group :production do
end
gem "newrelic_rpm", '~> 3.14'
-gem 'newrelic-grape'
gem 'octokit', '~> 3.8.0'