Fix issues with the kosmos-mastodon cookbook #8

Closed
greg wants to merge 6 commits from bugfix/nodejs_update_mastodon_fixes into master
Showing only changes of commit 82fdd8c6fd - Show all commits

View File

@ -101,6 +101,10 @@ application mastodon_path do
version ruby_version
end
ruby_gem 'bundler' do
version "1.17.3" # 2.0 needs Ruby 2.6 or RubyGems 3.0
end
git do
user "mastodon"
group "mastodon"