Merge branch 'chore/mastodon_system_deps' of kosmos/chef into master

This commit was merged in pull request #170.
This commit is contained in:
2020-05-25 15:50:58 +00:00
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"