Skip to content

Commit

Permalink
bump ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Dec 8, 2016
1 parent 0b642f4 commit a80205c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/personal.sh
Expand Up @@ -3,7 +3,7 @@ alias m='mine $(pwd) > /dev/null 2>&1 &'
alias wrake="`which rake`" # rake without bundler
alias wruby="`which ruby`" # ruby without bundler
alias pryr="pry -r ./config/environment -r rails/console/app -r rails/console/helpers" # pry as rails console, without pry as dependency
alias r="(which rvm && rvm 2.0.0 exec ruco) || RBENV_VERSION=2.1.6 ruco"
alias r="(which rvm && rvm 2.0.0 exec ruco) || RBENV_VERSION=2.3.1 ruco"
alias t='testrbl'
alias r3t='BUNDLE_GEMFILE=Gemfile.rails3 t'
alias r3b='BUNDLE_GEMFILE=Gemfile.rails3 bundle'
Expand Down

0 comments on commit a80205c

Please sign in to comment.