add ruby-fogbugz dependency
This commit is contained in:
parent
9e3a7afddd
commit
d6f6afe9be
3 changed files with 1 additions and 14 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -87,6 +87,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
ruby-settingslogic,
|
||||
ruby-version-sorter,
|
||||
ruby-redis-rails,
|
||||
ruby-fogbugz,
|
||||
ruby-d3-rails (>= 3.1~),
|
||||
ruby-cal-heatmap-rails,
|
||||
ruby-underscore-rails (>= 1.4~),
|
||||
|
|
13
debian/patches/0026-disable-fogbugz.patch
vendored
13
debian/patches/0026-disable-fogbugz.patch
vendored
|
@ -1,13 +0,0 @@
|
|||
Index: gitlab/Gemfile
|
||||
===================================================================
|
||||
--- gitlab.orig/Gemfile
|
||||
+++ gitlab/Gemfile
|
||||
@@ -160,7 +160,7 @@ gem "slack-notifier", "~> 1.2.0"
|
||||
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
|
@ -15,7 +15,6 @@ loosen-rails-version.patch
|
|||
0021-loosen-sidekiq.patch
|
||||
0022-loosen-colorize.patch
|
||||
0025-loosen-asana.patch
|
||||
0026-disable-fogbugz.patch
|
||||
0027-loosen-underscore-rails.patch
|
||||
0028-loosen-ace-rails-ap.patch
|
||||
0029-loosen-sass-rails.patch
|
||||
|
|
Loading…
Reference in a new issue