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:
authorStan Hu <stanhu@gmail.com>2016-01-26 08:17:38 +0300
committerStan Hu <stanhu@gmail.com>2016-01-30 15:17:14 +0300
commit2828274b418cccc8171692495dd2856209dbfa49 (patch)
tree63f751b713d5d450893b80a8bd40deffb5a1b72c /Gemfile
parent026c31dafc80059ec429b484dc28e03e91df2238 (diff)
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'