summaryrefslogtreecommitdiff
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
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
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock4
2 files changed, 0 insertions, 5 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'
diff --git a/Gemfile.lock b/Gemfile.lock
index 4ca79ccd49f..981607bdd6b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -478,9 +478,6 @@ GEM
net-ldap (0.12.1)
net-ssh (3.0.1)
netrc (0.11.0)
- newrelic-grape (2.1.0)
- grape
- newrelic_rpm
newrelic_rpm (3.14.1.311)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
@@ -960,7 +957,6 @@ DEPENDENCIES
mysql2 (~> 0.3.16)
nested_form (~> 0.3.2)
net-ssh (~> 3.0.1)
- newrelic-grape
newrelic_rpm (~> 3.14)
nokogiri (= 1.6.7.2)
nprogress-rails (~> 0.1.6.7)