Skip to content

Instantly share code, notes, and snippets.

@mgamba
Created February 28, 2013 15:26
Show Gist options
  • Save mgamba/5057535 to your computer and use it in GitHub Desktop.
Save mgamba/5057535 to your computer and use it in GitHub Desktop.
Joe's Gemfile hashrocket bug fix
I had this same issue this morning. I was able to fix it by deleting all my gems, and then running bundle config path 'vendor/bundle' so it installs the gems inside your app directory (since rbenv has no gemsets), bundle install again, a quick rbenv rehash, and then everything seemed to work again with the newer syntax. I think rbenv for some reason was running my powder gem out of another ruby version and not the current one. I do admit, it was a pretty weird issue, but I was able to get it working.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment