Hi Guys, How can i change the RubyGem load path, so that requiring a gem from within my application loads it from a custom path instead of the system-wide repository? I've tried setting Gem.path and overriding Gem.default_path but none worked. Cheers