Skip to content

Instantly share code, notes, and snippets.

@NZKoz
Created January 25, 2013 21:28
Show Gist options
  • Save NZKoz/4638050 to your computer and use it in GitHub Desktop.
Save NZKoz/4638050 to your computer and use it in GitHub Desktop.
include_recipe "apt"
apt_repository "brightbox" do
uri 'http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu'
distribution node.lsb.codename
components ['main']
keyserver "keyserver.ubuntu.com"
key "C3173AA6"
action :add
end
package "ruby1.9.1-full" do
action :upgrade
end
gem_package "bundler" do
action :upgrade
gem_binary "/etc/alternatives/gem"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment