我運行下面的堆棧:找不到JSON-1.8.1在任何來源(捆紮機:: GemNotFound)
- 紅寶石2.1.1p76(2014年2月24日修訂45161)x86_64的-linux]
- RubyGems的2.2.2
- 滑軌4.1.0
- 捆紮機版本1.6.2
ubuntu上運行的apache
而且我收到以下錯誤:
Could not find json-1.8.1 in any of the sources (Bundler::GemNotFound)
當我尋找JSON如下:
$ gem list | grep json
json (1.8.1)
multi_json (1.9.2)
它是有,但出於某種原因,從乘客的信息如下:
Ruby (Rack) application could not be started
Error message: Could not find json-1.8.1 in any of the sources (Bundler::GemNotFound) Exception class: PhusionPassenger::UnknownError
當你運行'束install'你得到了什麼? – bjhaid
我剛剛通過從Gemfile.lock中刪除所有json條目,然後運行bundle install來解決此問題。謝謝!! – Das
@刪除所有json條目後,我得到不能轉換零字符串 mysql2(0.3.15)lib/mysql2 /客戶端。rb:67:在'connect'中 mysql2(0.3.15)lib/mysql2/client.rb:67:在'initialize'中 你面臨同樣的問題嗎? – Sandeeproop