fix gollum ruby2.7 brings bundler and everything is strange
This commit is contained in:
parent
15155cd7a9
commit
bbef19a73d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def run(cmd):
|
||||||
actions = {
|
actions = {
|
||||||
'gollum_install_bundler': {
|
'gollum_install_bundler': {
|
||||||
'command': run("gem install bundler --user"),
|
'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': [
|
'needs': [
|
||||||
'file:/opt/gollum/.bundle/config',
|
'file:/opt/gollum/.bundle/config',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue