I had a similar but opposite problem in one module for the permission test: it was loading the non-pre version, and I solved it with a version constraint:
gem 'will_paginate', ">= 3.0.pre" that in your case should be: gem 'will_paginate', "2.3.15" I have not tried it in the env context, but it could work: I would try it with config.gem or with gem alone. Please, let me know. ciao dd -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
