On Nov 11, 2010, at 7:53 AM, Dean Richardson wrote: > Paul: > > Thanks for taking the time to respond... that sounds like an > attractively simple solution. When I go to try it, though, I'm told that > the sqlite3 gem requires at least Ruby 1.9.1, and I'm still working with > 1.8.7. Also, I'm already running a bunch of applications on this machine > (MBP) that use sqlite3 successfully. > > Is there a version of sqlite3 that might help eliminate the error but > which doesn't require Ruby 1.9.1? Or is the upgrade path the only one > that's likely to work for me? > > Again, thanks for your help...
You need the sqlite3 library (not the sqlite3 gem) and the sqlite3-ruby gem. HTH, David > > --Dean > > Paul Nelligan wrote in post #960723: >> Hi Dean >> >> it seems that you have sqlite3-ruby installed, but not sqlite3 installed >> ... >> 'gem install sqlite3' might fix it ? >> >> cheers >> >> Paul > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users