fix gollum ruby2.7 brings bundler and everything is strange

This commit is contained in:
mwiegand 2021-10-27 17:14:54 +02:00
parent 15155cd7a9
commit bbef19a73d

View file

@ -42,7 +42,7 @@ def run(cmd):
actions = {
'gollum_install_bundler': {
'command': run("gem install bundler --user"),
'unless': run("gem list -i bundler"),
'unless': run("test -e $(ruby -e 'puts Gem.user_dir')/bin/bundle"),
'needs': [
'file:/opt/gollum/.bundle/config',
],