Update Mastodon system dependencies

Needs new Ruby, and why not upgrade Yarn in the process. Running in
production.
This commit is contained in:
2020-05-25 17:49:22 +02:00
parent 82f1e9863b
commit 5fcb047505
2 changed files with 4 additions and 3 deletions

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"