Error installing Nokogiri 1.5.0 with rails 3.1.0 and ubuntu

前端 未结 8 1364
[愿得一人]
[愿得一人] 2020-11-29 03:38

Here is the error running bundle install vendor/gems on server:

Installing nokogiri (1.5.0) with native extensions
Gem::Installer::ExtensionBuildError: ERROR         


        
8条回答
  •  旧巷少年郎
    2020-11-29 03:55

    It looks like a gem dependency error.

    You need to run the bundle update command. It will resolve dependencies:

    bundle update
    

提交回复
热议问题