Avoid unnecessary `rbenv global` by pocke · Pull Request #24 · itamae-plugins/itamae-plugin-recipe-rbenv

Problem This plugin always executes rbenv global because the not_if does not work. It specifies rbenv version --bare | grep -x #{version}. I guess the --bare option expects to print only the versio...