Skip to content

Instantly share code, notes, and snippets.

@milk1000cc
Last active August 29, 2015 14:19
Show Gist options
  • Save milk1000cc/d9f58ac80ccd1eaf0d10 to your computer and use it in GitHub Desktop.
Save milk1000cc/d9f58ac80ccd1eaf0d10 to your computer and use it in GitHub Desktop.
Use ruby 2.2.2 on wercker now
box: wercker/rvm
build:
steps:
- script:
name: install ruby
code: |
rvm get latest
rvm reload
rvm install ruby-2.2.2
rvm --default use 2.2.2
gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment