On 16 Apr 2013, at 10:04, armanx wrote:
> Then I bundled gems for one of the older projects, which installed version
> 3.1.4. That version seemed to take over the terminal commands (both *haml -v
> * and *html2haml -v* showed *Haml 3.1.4 Separated Sally*). This baffled me
> for a while, until I realized that this version of Haml was installed
> within the project's gem bundle. The "normal" 4.0.2 *haml* and *html2haml*commands were still available outside the project directory.
If you're using RVM, this might be caused by the rubygems-bundler gem which RVM installs by default and has given me trouble in the past.
Take a look at <
https://rvm.io/integration/bundler/> and <
https://github.com/mpapis/rubygems-bundler>.
Matt