Opsworks already has support for Ruby 2.0, it's just not exposed through the UI. However, you can easily enable it by simply passing in the following custom JSON
{
"opsworks" : {
"ruby_version" : "2.0.0"
}
}
That's it! No need to install any custom packages or anything.