Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MRI loads unicode_normalize.rb on boot now.
  • Loading branch information
headius committed Jan 5, 2015
1 parent 52351c4 commit e9e06aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/src/main/ruby/jruby/kernel.rb
Expand Up @@ -34,4 +34,10 @@
load 'jruby/kernel/range.rb'
load 'jruby/kernel/load_error.rb'

# From enc/prelude.rb in MRI
begin
require 'unicode_normalize'
rescue LoadError
end

load 'jruby/kernel/rubygems.rb' unless JRuby::CONFIG.rubygems_disabled?

0 comments on commit e9e06aa

Please sign in to comment.