wycats / bundler

408 stars 30 forks source link

Use the system installed DBI and dbi-odbc configured code instead of the gems. #164

Closed scottcsims closed 8 years ago

scottcsims commented 14 years ago

It took me a while to configure DBI and dbi-odbc on my execution stystems. I ended up compiling from source on my systems. I would like to use gem bundler for all gems in these projects, but look to the system for dbi and dbi-odbc. Is there a way to add configuration that allows the execution environment created by the environment.rb file to get some code from the operating system?