Skip to content
Permalink
Browse files
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.
@@ -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.