Skip to content

Instantly share code, notes, and snippets.

@1syo
Created September 30, 2015 11:22
Show Gist options
  • Save 1syo/af61f5b8a9e06c663d76 to your computer and use it in GitHub Desktop.
Save 1syo/af61f5b8a9e06c663d76 to your computer and use it in GitHub Desktop.
# /usr/bin/env bash
export PATH=$HOME/.rbenv/versions/2.3.0-dev/bin/:$PATH
export RUBYLIB=$HOME/.rbenv/versions/2.3.0-dev/lib
rbenv install -f 2.3.0-dev
cd $HOME/rake
git pull --rebase origin master
rake
cd $HOME/bundler
git pull --rebase origin master
rake spec:deps
rspec --format progress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment