16 lines
358 B
Diff
16 lines
358 B
Diff
|
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'
|
||
|
|