On Tue, 2011-02-15 at 11:15 +0100, Michal Fojtik wrote: > On 14/02/11 17:20 -0800, David Lutterkort wrote: > >Make sure you also update the gemspec/Gemfile to reflect the new > >dependencies. > > Sure, thanks for noticing this. > Btw. David we should create some wrapper for our drivers, which will > check if all needed gems are present and if they are not, they should > be installed using Bundler or just throw some notification to user to > indicate that they are needed.
We should just produce a correct Gemfile/gemspec ;) Of course, that could be greatly aided by a doodad that intercepts require and records what libraries/gems are needed by what driver. David
