Jruby: require 'unicode' fails

I have ruby code that runs in 1.8.7 that has the line:

require ‘unicode’

When I ‘rvm use jruby’ and then run this file, I get a failure:
‘LoadError:
no such file to load – unicode’

How should I fix this? Installing the unicode gem is not a solution, it
doesn’t help.