diff --git a/debian/control b/debian/control index 1bc414ec7f..bdade9d551 100644 --- a/debian/control +++ b/debian/control @@ -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~), diff --git a/debian/patches/0026-disable-fogbugz.patch b/debian/patches/0026-disable-fogbugz.patch deleted file mode 100644 index e7b534488b..0000000000 --- a/debian/patches/0026-disable-fogbugz.patch +++ /dev/null @@ -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' diff --git a/debian/patches/series b/debian/patches/series index 4c958e6be7..6d5afacf88 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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