Update Mastodon system dependencies

Needs new Ruby, and why not upgrade Yarn in the process. Running in
production.
This commit is contained in:
Basti 2020-05-25 17:49:22 +02:00
parent 82f1e9863b
commit 5fcb047505
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
2 changed files with 4 additions and 3 deletions

View File

@ -108,7 +108,8 @@
"kosmos-base::letsencrypt",
"git::default",
"git::package",
"build-essential::default"
"build-essential::default",
"poise-git::default"
],
"platform": "ubuntu",
"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)
npm_package "yarn" do
version "1.17.3"
version "1.22.4"
end
ruby_version = "2.6.5"
ruby_version = "2.6.6"
execute "systemctl daemon-reload" do
command "systemctl daemon-reload"