오 재복이(가) 2016-12-15에 추가
플러그인 설치를 위해 bundle install를 했을 때 아래와 같이 에러가 발생하면 다음과 같이 처리해 주면 된다.
에러 내용
An error occurred while installing nokogiri (1.6.8.1), and Bundler cannot
continue.
Make sure that `gem install nokogiri -v '1.6.8.1'` succeeds before bundling.
대처방법
#yum groupinstall "Development Tools"
#yum install openssl-devel readline-devel zlib-devel curl-devel libyaml-devel
기존 Gemfile.lock 안의 내용을 삭제하고 다시 bundle install하면 해결되는 경우도 있음.