Failing to install Nokogiri gem

后端 未结 12 1223
感情败类
感情败类 2020-12-30 03:30

I\'m working on a rails app that allows for image attachments to each use account. I\'m using paperclip and amazon web services:

gem \'paperclip\'
gem \'aws-         


        
12条回答
  •  余生分开走
    2020-12-30 04:02

    On Ubuntu, try installing the following dependencies:

    sudo apt-get install gcc ruby-dev libxslt-dev libxml2-dev zlib1g-dev
    

提交回复
热议问题