Unable to load Nokogiri in 1.6.4 -------------------------------- Key: JRUBY-6027 URL: https://jira.codehaus.org/browse/JRUBY-6027 Project: JRuby Issue Type: Bug Reporter: Mike Perham Assignee: Thomas E Enebo
This works in JRuby 1.6.3: {noformat} require 'rubygems' require 'nokogiri' {noformat} but fails in JRuby 1.6.4: {noformat} > jruby test.rb LoadError: no such file to load -- isorelax require at org/jruby/RubyKernel.java:1038 require at /Users/mperham/.rvm/rubies/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29 (root) at /Users/mperham/.rvm/gems/jruby-1.6.4@banyan/gems/nokogiri-1.5.0/lib/nokogiri.rb:19 require at org/jruby/RubyKernel.java:1038 require at /Users/mperham/.rvm/gems/jruby-1.6.4@banyan/gems/nokogiri-1.5.0/lib/nokogiri.rb:32 (root) at test.rb:2 {noformat} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email