Skip to content

Instantly share code, notes, and snippets.

@hmans
Created May 27, 2012 22:17
Show Gist options
  • Save hmans/2816142 to your computer and use it in GitHub Desktop.
Save hmans/2816142 to your computer and use it in GitHub Desktop.
Test your code against all installed Ruby versions (using rbfu)
for ruby in $HOME/.rbfu/rubies/*; do rbfu @${ruby##*/} bundle && bundle exec rake ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment