terraform
terraform copied to clipboard
Add new method 'ensure_rbenv_gem()'
I've forgotten the context of this change. Can you describe the problem it's fixing?
It's been a while, but this allows the setup script do something like this:
ensure_rbenv_ruby("1.9.3-p194")
ensure_rbenv_gem("bundler", "1.9.3-p194")
This will install the bundler
gem in the newly installed Ruby 1.9.3.