disable newrelic

This commit is contained in:
Praveen Arimbrathodiyil 2015-09-30 22:57:45 +05:30
parent f2a1c8b67a
commit 891ece063b
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -218,8 +218,8 @@ group :production do
gem "gitlab_meta", '7.0'
end
-gem "newrelic_rpm", '~> 3.9.4.245'
-gem 'newrelic-grape'
+#gem "newrelic_rpm", '~> 3.9.4.245'
+#gem 'newrelic-grape'
gem 'octokit', '~> 3.7.0'

View file

@ -36,3 +36,4 @@ loosen-rails-version.patch
0036-loosen-nprogress-rails.patch
0037-loosen-request-store.patch
0100-remove-development-test.patch
0101-disable-newrelic.patch