Our network installation of ruby has an old oci8 library in it's ruby_site directory. My rails program is finding this instead of my up to date oci8 gem in my own gems library. How can I force the rails program to load my gem instead of the ruby_site version?
Thanks in advance, Don