Glassfish no such file to load -- jruby/rack/rackup

With rails 3 and latest glassfish, something is trying to require
jruby/rack/rackup without setting the load path correctly. I suspect
glassfish. If I add gem ‘glassfish’ to my Gemfile, it works fine.

Chris