Rbenv, chef and bundler
What we aim We’re trying to use rbenv in our infrastructure in order to achieve the following multiple goals: Use the latest REE ruby runtime Switch to Ruby 1.9 for chef Prepare the migration to rails 3 and Ruby 1.9 for the main web application So far, I’ve managed to install rbenv system wide on the servers using Riot Games excellent cookbook. A simple: require_recipe "rbenv" # Setup the rubies PICOR_RUBY="ree-1....