Error installing nokogumbo gem with specific version

I am trying to do bundle install on my project. Ruby: 2.5.1 Rails: 5.0.7.2 Bundler: 1.17.3

But when doing the bundle install, it gives me this error with the nokogumbo gem and it doesn't install it, I'm using a mac.enter image description here

Upvotes: 0

Views: 196

Answers (1)

NinjaCat
NinjaCat

Reputation: 10204

Have you tried:

bundle config set force_ruby_platform true
bundle install

Otherwise, paste in your commands and the output so we can see a better view of what is going on.

Upvotes: 0

Related Questions