Add puma to deps and fix node-core-js version
This commit is contained in:
parent
be92ed278a
commit
fd8726cf02
1 changed files with 3 additions and 1 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -321,7 +321,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
node-bootstrap,
|
node-bootstrap,
|
||||||
node-cache-loader (>= 2.0.1~),
|
node-cache-loader (>= 2.0.1~),
|
||||||
node-chart.js (>= 2.7.2~),
|
node-chart.js (>= 2.7.2~),
|
||||||
node-core-js,
|
node-core-js (>= 3.1.3~),
|
||||||
node-css-loader,
|
node-css-loader,
|
||||||
node-d3,
|
node-d3,
|
||||||
node-d3-array,
|
node-d3-array,
|
||||||
|
@ -371,6 +371,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
# node-debug (>= 3.1.0~),
|
# node-debug (>= 3.1.0~),
|
||||||
# node-katex,
|
# node-katex,
|
||||||
# node-marked,
|
# node-marked,
|
||||||
|
# gitlab-sidekiq was failing without puma
|
||||||
|
puma
|
||||||
Recommends: certbot,
|
Recommends: certbot,
|
||||||
gitaly (>= 1.42.5~)
|
gitaly (>= 1.42.5~)
|
||||||
Conflicts: libruby2.3
|
Conflicts: libruby2.3
|
||||||
|
|
Loading…
Reference in a new issue