update dependencies
This commit is contained in:
parent
0c2e730735
commit
340c2f4f25
1 changed files with 11 additions and 7 deletions
16
debian/control
vendored
16
debian/control
vendored
|
@ -88,7 +88,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
ruby-gollum-lib (>= 4.2.7~),
|
ruby-gollum-lib (>= 4.2.7~),
|
||||||
ruby-gollum-rugged-adapter (>= 0.4.4~),
|
ruby-gollum-rugged-adapter (>= 0.4.4~),
|
||||||
# Language detection
|
# Language detection
|
||||||
ruby-github-linguist (>= 4.7.0~),
|
ruby-github-linguist (>= 5.3.3~),
|
||||||
# API
|
# API
|
||||||
ruby-grape (>= 1.0~),
|
ruby-grape (>= 1.0~),
|
||||||
ruby-grape-entity (>= 0.6~),
|
ruby-grape-entity (>= 0.6~),
|
||||||
|
@ -119,11 +119,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
# Seed data
|
# Seed data
|
||||||
ruby-seed-fu (>= 2.3.7~),
|
ruby-seed-fu (>= 2.3.7~),
|
||||||
# Markdown and HTML processing
|
# Markdown and HTML processing
|
||||||
ruby-html-pipeline (>= 1.11.0),
|
ruby-html-pipeline (>= 1.11~),
|
||||||
ruby-task-list (>= 2.0~),
|
ruby-task-list (>= 2.0~),
|
||||||
ruby-github-markup (>= 1.6.2~),
|
ruby-github-markup (>= 1.6.2~),
|
||||||
ruby-redcarpet (>= 3.4~),
|
ruby-redcarpet (>= 3.4~),
|
||||||
|
ruby-commonmarker (>= 0.17~),
|
||||||
ruby-redcloth (>= 4.3.2-2~),
|
ruby-redcloth (>= 4.3.2-2~),
|
||||||
|
# rdoc is built-in with ruby
|
||||||
ruby-org (>= 0.9.12-2~),
|
ruby-org (>= 0.9.12-2~),
|
||||||
ruby-creole (>= 0.5.0~),
|
ruby-creole (>= 0.5.0~),
|
||||||
ruby-wikicloth (>= 0.8.1~),
|
ruby-wikicloth (>= 0.8.1~),
|
||||||
|
@ -132,7 +134,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
ruby-rouge (>= 2.0~),
|
ruby-rouge (>= 2.0~),
|
||||||
ruby-truncato (>= 0.7.9~),
|
ruby-truncato (>= 0.7.9~),
|
||||||
ruby-bootstrap-form (>= 2.7~),
|
ruby-bootstrap-form (>= 2.7~),
|
||||||
ruby-nokogiri (>= 1.8~),
|
ruby-nokogiri (>= 1.8.2~),
|
||||||
# Diffs
|
# Diffs
|
||||||
ruby-diffy (>= 3.1~),
|
ruby-diffy (>= 3.1~),
|
||||||
# Application server
|
# Application server
|
||||||
|
@ -215,7 +217,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
ruby-uglifier (>= 2.7.2~),
|
ruby-uglifier (>= 2.7.2~),
|
||||||
#
|
#
|
||||||
ruby-addressable (>= 2.5.2~),
|
ruby-addressable (>= 2.5.2~),
|
||||||
ruby-bootstrap-sass (>= 3.3.0~),
|
ruby-bootstrap-sass (>= 3.3~),
|
||||||
ruby-font-awesome-rails (>= 4.7~),
|
ruby-font-awesome-rails (>= 4.7~),
|
||||||
ruby-gemojione (>= 3.3~),
|
ruby-gemojione (>= 3.3~),
|
||||||
ruby-gon (>= 6.1~),
|
ruby-gon (>= 6.1~),
|
||||||
|
@ -273,15 +275,17 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
ruby-sys-filesystem (>= 1.1.6~),
|
ruby-sys-filesystem (>= 1.1.6~),
|
||||||
# SSH host key support
|
# SSH host key support
|
||||||
ruby-net-ssh (>= 1:4.1~),
|
ruby-net-ssh (>= 1:4.1~),
|
||||||
|
ruby-sshkey (>= 1.9~),
|
||||||
# Required for ED25519 SSH host key support
|
# Required for ED25519 SSH host key support
|
||||||
ruby-rbnacl-libsodium,
|
ruby-rbnacl-libsodium,
|
||||||
ruby-rbnacl (>= 5.0~),
|
ruby-rbnacl (>= 5.0~),
|
||||||
ruby-bcrypt-pbkdf (>= 1.0~),
|
ruby-bcrypt-pbkdf (>= 1.0~),
|
||||||
# Gitaly GRPC client
|
# Gitaly GRPC client
|
||||||
ruby-gitaly (>= 0.84~),
|
ruby-gitaly (>= 0.88~),
|
||||||
|
ruby-grpc,
|
||||||
ruby-google-protobuf,
|
ruby-google-protobuf,
|
||||||
#
|
#
|
||||||
ruby-toml-rb (>= 0.3.15~),
|
ruby-toml-rb (>= 1.0~),
|
||||||
# Feature toggles
|
# Feature toggles
|
||||||
ruby-flipper (>= 0.11.0~),
|
ruby-flipper (>= 0.11.0~),
|
||||||
ruby-flipper-active-record (>= 0.11.0~),
|
ruby-flipper-active-record (>= 0.11.0~),
|
||||||
|
|
Loading…
Reference in a new issue