Open stefan-langenmaier opened 11 years ago
I just updated the 2.1 branch on my install and had the exact same issues. Had to add:
gem 'json'
gem 'execjs'
gem 'therubyracer'
to the Gemfile (https://gist.github.com/jdoss/5218727) and then bundle install. Also, In order to get therubyracer gem working I had to install v8.x86_64 v8-devel.x86_64 and gcc-c++ on Fedora 18.
Thanks, that fixed my problem. How did you figure it out? I had no clue how to progress from that error message as I had json already installed and that's all what me the error message told. :(
When we added the auto-minification via Guard, we may have forgotten to require these 0:-)
Thanks jdoss, I had the same problem and your solution fixed it.
I just updated my octopress installation today, executed "bundle" without a problem and now I'm getting the following error on "rake generate":
The gem json is installed.