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 Karékinian 2019-01-08 17:00:10 +01:00
parent 58b5e5ac22
commit 1ef24a2091

View File

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