The workaround is:
Consider using bundle exec.
mohnish@mohnish-laptop:~/mohnish/home$ bundle exec rake routes | grep profiles
It will make use of the rake gem installed as part of your gem file.
Consider using bundle exec.
mohnish@mohnish-laptop:~/mohnish/home$ bundle exec rake routes | grep profiles
It will make use of the rake gem installed as part of your gem file.
No comments:
Post a Comment