I run the following stack:
- ruby 2.1.1p76 (version 2014-02-24 45161) [x86_64-linux]
- RubyGems 2.2.2
- Rails 4.1.0
- Bundler Version 1.6.2
ubuntu runs apache
And I get the following error:
Could not find json-1.8.1 in any of the sources (Bundler :: GemNotFound)
When I search for json as follows:
$ gem list | grep json
json (1.8.1)
multi_json (1.9.2)
It is, but for some reason, the message from the Passenger is as follows:
Ruby (Rack) application cannot be started
Error message: Could not find json-1.8.1 in any of the sources (Bundler :: GemNotFound) Exception class: PhusionPassenger :: UnknownError
source
share