Install bundler 1.17.3 since we're still on Ruby 2.5 for now

Bundler 2.0 needs Ruby 2.6 or RubyGems 3.0
This commit is contained in:
Greg 2019-01-08 17:00:10 +01:00
parent 58b5e5ac22
commit 1ef24a2091
1 changed files with 4 additions and 0 deletions

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"