Skip to content

Instantly share code, notes, and snippets.

@noorul
Last active January 28, 2016 08:17
Show Gist options
  • Save noorul/a8bd22b854f049b984ca to your computer and use it in GitHub Desktop.
Save noorul/a8bd22b854f049b984ca to your computer and use it in GitHub Desktop.
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
\curl -sSL https://get.rvm.io | bash -s stable
source $HOME/.rvm/scripts/rvm
rvm install 2.0.0
rvm use 2.0.0
cat > Gemfile << EOF
source 'https://rubygems.org'
gem 'chef', "12.5.1"
EOF
gem install bundler
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment