Fixed dependencies.

~~~~
Could not find gem 'redcarpet (~> 3.4)'
Could not find gem 'asana (~> 0.6.0)'
Could not find gem 'gettext_i18n_rails (~> 1.8)'
Could not find gem 'octokit (>= 4.6.2, ~> 4.6)'
Could not find gem 'rack-test (~> 0.7.0)', which is required by gem 'actionpack (= 4.2.9)'
...

  in any of the gem sources listed in your Gemfile.

...

ERROR in ./issue_show/index.js
Module build failed: Error: Cannot find module 'debug/node'
~~~~
This commit is contained in:
Dmitry Smirnov 2018-01-09 13:32:10 +11:00
parent a47ba1fb6a
commit f5f611eec3

12
debian/control vendored
View file

@ -35,6 +35,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
gitlab-workhorse (>= 0.8.5~),
ruby-rails (>= 2:4.2.8~),
ruby-rails (<< 2:5),
ruby-rack-test (>= 0.7.0~),
rails-dom-testing (>= 1.0.6-2~),
ruby-rails-deprecated-sanitizer (>= 1.0.3~),
ruby-responders (>= 2.0~),
ruby-sprockets (>= 3.6~),
@ -122,7 +124,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-html-pipeline (>= 1.11.0),
ruby-task-list (>= 2.0~),
ruby-github-markup (>= 1.5.1~),
ruby-redcarpet (>= 3.3.4~),
ruby-redcarpet (>= 3.4~),
ruby-redcloth (>= 4.3.2-2~),
ruby-org (>= 0.9.12-2~),
ruby-creole (>= 0.5.0~),
@ -172,12 +174,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-jira (>= 1.1.2),
# Flowdock integration
ruby-gitlab-flowdock-git-hook (>= 1.0.1-2~),
ruby-grit (>= 2.5.0-5~),
# Gemnasium integration
ruby-gemnasium-gitlab-service (>= 0.2~),
# Slack integration
ruby-slack-notifier (>= 1.5.1~),
# Asana integration
ruby-asana (>= 0.4.0~),
ruby-asana (>= 0.6.0~),
# FogBugz integration
ruby-fogbugz (>= 0.2.1-3~),
# Kubernetes integration
@ -232,7 +235,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
# I18n
ruby-parser (>= 3.8.2~),
ruby-rails-i18n (>= 4.0.9~),
ruby-gettext-i18n-rails,
ruby-gettext-i18n-rails (>= 1.8~),
ruby-gettext-i18n-rails-js,
# Perf bar
ruby-peek,
@ -252,7 +255,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-prometheus-client-mmap,
ruby-raindrops (>= 0.18~),
#
ruby-octokit (>= 4.3.0~),
ruby-octokit (>= 4.6.2~),
#
ruby-mail-room (>= 0.9.1~),
#
@ -304,6 +307,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
node-babel-preset-stage-2,
node-bootstrap-sass,
node-core-js,
node-debug (>= 3.1.0~),
node-eslint-plugin-html,
node-exports-loader,
node-file-loader,