Comment 3 for bug 1290710

Revision history for this message
Loic Dachary (dachary) wrote : Re: `require': no such file to load -- mkmf (LoadError)

http://irc-logs.puppetlabs.com/puppet/%23puppet-2013-09-25.log.html
<pre>
[2013/09/25 05:09:02] <n1tr0g> gem install rspec-system
[2013/09/25 05:09:03] <n1tr0g> ERROR: Error installing rspec-system:
[2013/09/25 05:09:03] <n1tr0g> nokogiri requires Ruby version >= 1.9.2.
[2013/09/25 05:09:07] <_rc> bundler resolves the ruby gems so 1.8 doesn't need to
[2013/09/25 05:09:18] <n1tr0g> hmmm but that is a requirement from the Rakefile of puppetlabs-mysql
[2013/09/25 05:09:38] <_rc> so bundle install --without development
[2013/09/25 05:09:52] <_rc> you can run just the rspec-puppet tests
</pre>