disable fogbugz
This commit is contained in:
parent
4e8113845f
commit
e929cb6a8c
2 changed files with 14 additions and 0 deletions
13
debian/patches/0026-disable-fogbugz.patch
vendored
Normal file
13
debian/patches/0026-disable-fogbugz.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: gitlab/Gemfile
|
||||
===================================================================
|
||||
--- gitlab.orig/Gemfile
|
||||
+++ gitlab/Gemfile
|
||||
@@ -167,7 +167,7 @@ gem "slack-notifier", "~> 1.2.1"
|
||||
gem 'asana', '~> 0.1.2'
|
||||
|
||||
# FogBugz integration
|
||||
-gem 'ruby-fogbugz', '~> 0.2.1'
|
||||
+#gem 'ruby-fogbugz', '~> 0.2.1'
|
||||
|
||||
# d3
|
||||
gem 'd3_rails', '~> 3.5.5'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -23,3 +23,4 @@ loosen-rails-version.patch
|
|||
0023-loosen-tinder.patch
|
||||
0024-loosen-slack-notifier.patch
|
||||
0025-loosen-asana.patch
|
||||
0026-disable-fogbugz.patch
|
||||
|
|
Loading…
Reference in a new issue