mobiruby / mobiruby-ios

iOS app development environment on mruby
http://mobiruby.org
430 stars 33 forks source link

fix nokigiri version on readme #44

Open luisbebop opened 10 years ago

luisbebop commented 10 years ago

GEM_HOME=/Library/Ruby/Gems/1.8 GEM_PATH=/Library/Ruby/Gems/1.8 sudo /usr/bin/gem install nokogiri -v=1.5.10

instead of

GEM_HOME=/Library/Ruby/Gems/1.8 GEM_PATH=/Library/Ruby/Gems/1.8 sudo /usr/bin/gem install nokogiri

Because version 1.5.10 is the latest version that supports Ruby1.8.7

masuidrive commented 10 years ago

Sure