diff --git a/nodes/andromeda.kosmos.org.json b/nodes/andromeda.kosmos.org.json index 08697e1..ace8d73 100644 --- a/nodes/andromeda.kosmos.org.json +++ b/nodes/andromeda.kosmos.org.json @@ -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", diff --git a/site-cookbooks/kosmos-mastodon/recipes/default.rb b/site-cookbooks/kosmos-mastodon/recipes/default.rb index 5e193c4..634a9d0 100644 --- a/site-cookbooks/kosmos-mastodon/recipes/default.rb +++ b/site-cookbooks/kosmos-mastodon/recipes/default.rb @@ -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"