Well, I figured out a workaround by requiring the gem version of hobo, hobosupport and hobofields with a specific version number before just the normal requires in hobo/init.rb. Odd though that had to add the require after the gem because I had tried it with just the gem and it didn't work.
gem 'hobosupport', '=0.7.5' require 'hobosupport' gem 'hobofields', '=0.7.5' require 'hobofields' gem 'hobo', '=0.7.5' require 'hobo' On Dec 31, 11:05 am, kevinpfromnm <[email protected]> wrote: > I've got an older app that's running 0.7.5 as a plugin and apparently > now that I've got the updated gem for 0.8.5 installed, it tries to > load that instead of just grabbing from the plugin directory. So, is > there any way to get it to not grab the gem version? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
