Last active
August 29, 2015 14:19
-
-
Save milk1000cc/d9f58ac80ccd1eaf0d10 to your computer and use it in GitHub Desktop.
Use ruby 2.2.2 on wercker now
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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