Support bundler
This commit is contained in:
parent
f558a460c2
commit
06659f7fc1
@ -13,6 +13,8 @@ function _rails_command () {
|
|||||||
function _rake_command () {
|
function _rake_command () {
|
||||||
if [ -e "bin/rake" ]; then
|
if [ -e "bin/rake" ]; then
|
||||||
bin/rake $@
|
bin/rake $@
|
||||||
|
elif type bundle &> /dev/null && [ -e "Gemfile" ]; then
|
||||||
|
bundle exec rake $@
|
||||||
else
|
else
|
||||||
command rake $@
|
command rake $@
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user