Anyone using rbenv? Permanently deleted user Created January 23, 2014 14:47 Hi builders,I was wondering anyone out there was using rbenv with their builds. Has it been successful? How are you configuring it using a teamcity builder?Thanks,Jay
Yes, I am.
TeamCity agent running with bash shell configured. Doesn't work to run built-in bundler, since TC agent then doesn't respect shell environment and hence not rbenv.
Here's the configuration mostly automated https://github.com/haf/puppet-teamcity but I haven't open sourced our particular build agent config/rbenv -- using this: https://github.com/alup/puppet-rbenv.