Open ghost opened 9 years ago
First my problem, with similar error message, was due to outdated imagemagick:
brew unlink imagemagick
brew install imagemagick@6 && brew link imagemagick@6 --force
gem install rmagick -v '2.16.0'
Then json produced the same error so I looked into it and saw we need 1.8.2:
bundle update json
That's when I realized the lockfile was the problem; just delete it and run bundle install. The app is just really outdated, after doing this you'll still need to tweak things around to get it to work.
Here is output for bundle install command: