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:
parent
58b5e5ac22
commit
1ef24a2091
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user