Jack Veenstra

Results 3 comments of Jack Veenstra

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...

Yeah, sorry I messed up the versioning. I pushed the gem to our internal server in order to test the end-to-end deploy. After a couple more changes and some bug...

That's a good suggestion. One of my commits, however, was a change to the core `ensure_rbenv()` method. And the other commit added a method that would probably be needed by...