terraform icon indicating copy to clipboard operation
terraform copied to clipboard

Add new method 'ensure_rbenv_gem()'

Open veenstra opened this issue 11 years ago • 2 comments

veenstra avatar Feb 05 '13 22:02 veenstra

I've forgotten the context of this change. Can you describe the problem it's fixing?

philc avatar Mar 03 '13 04:03 philc

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.

veenstra avatar Mar 20 '13 20:03 veenstra