Update Mastodon system dependencies #170

Manually merged
raucao merged 1 commits from chore/mastodon_system_deps into master 2020-05-25 15:51:00 +00:00
2 changed files with 4 additions and 3 deletions

View File

@ -108,7 +108,8 @@
"kosmos-base::letsencrypt", "kosmos-base::letsencrypt",
"git::default", "git::default",
"git::package", "git::package",
"build-essential::default" "build-essential::default",
"poise-git::default"
], ],
"platform": "ubuntu", "platform": "ubuntu",
"platform_version": "18.04", "platform_version": "18.04",

View File

@ -79,10 +79,10 @@ package %w(imagemagick ffmpeg libxml2-dev libxslt1-dev file git curl pkg-config
libprotobuf-dev protobuf-compiler libidn11 libidn11-dev libjemalloc1) libprotobuf-dev protobuf-compiler libidn11 libidn11-dev libjemalloc1)
npm_package "yarn" do npm_package "yarn" do
version "1.17.3" version "1.22.4"
end end
ruby_version = "2.6.5" ruby_version = "2.6.6"
execute "systemctl daemon-reload" do execute "systemctl daemon-reload" do
command "systemctl daemon-reload" command "systemctl daemon-reload"