2

Getting this error when I run bundle install in a project

nokogiri-1.7.0.1 requires ruby version >= 2.1.0, which is incompatible with the current version, ruby 2.0.0p648

I use rbenv and

ruby -v          
ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin16.0]

I'm on OSX latest

Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852

1 Answers1

0

If not already done, try putting ruby '2.1.0' atop your Gemfile.

Nick Schwaderer
  • 1,030
  • 1
  • 8
  • 21