mirror of
https://github.com/YunoHost-Apps/redmine_ynh.git
synced 2024-09-03 20:16:16 +02:00
udpate ruby deps
This commit is contained in:
parent
3c80db01aa
commit
4b6534513a
1 changed files with 13 additions and 10 deletions
|
@ -51,19 +51,22 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
# For Ruby
|
# For Ruby
|
||||||
"autoconf",
|
"autoconf",
|
||||||
"automake",
|
|
||||||
"bison",
|
|
||||||
"build-essential",
|
"build-essential",
|
||||||
"curl",
|
"libdb-dev",
|
||||||
"libjemalloc-dev",
|
"libffi-dev",
|
||||||
"libreadline-dev",
|
"libgdbm-dev",
|
||||||
"libsqlite3-dev",
|
"libgdbm6",
|
||||||
|
"libgmp-dev",
|
||||||
|
"libncurses5-dev",
|
||||||
|
"libreadline6-dev",
|
||||||
"libssl-dev",
|
"libssl-dev",
|
||||||
"libtool",
|
"libyaml-dev",
|
||||||
"libxml2-dev",
|
"patch",
|
||||||
"libxslt-dev",
|
"rustc",
|
||||||
"openssl",
|
"uuid-dev",
|
||||||
"zlib1g-dev",
|
"zlib1g-dev",
|
||||||
|
|
||||||
|
"openssl",
|
||||||
]
|
]
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
|
|
Loading…
Add table
Reference in a new issue