Nokogiri is pulled via boostrap-form -> specs. Simply forcing nokogiri is not enough, old rails 5.0.0.1 is incompatbile. I updated rails to last 5.0.7. As part of this, I had to get sudo apt-get install zlib1g-dev for nokogiri to compile.
NB. I did no test if the app starts fine, I'm not sure I have any test env (db etc) I can use anymore. Please test before deploy.
Nokogiri is pulled via boostrap-form -> specs. Simply forcing nokogiri is not enough, old rails 5.0.0.1 is incompatbile. I updated rails to last 5.0.7. As part of this, I had to get
sudo apt-get install zlib1g-dev
for nokogiri to compile.NB. I did no test if the app starts fine, I'm not sure I have any test env (db etc) I can use anymore. Please test before deploy.