On Sep 29, 2:47 pm, Christer Nilsson <[email protected]> wrote: > I'm sorry, but I still can't get it right. > > *I tried:* > > gem uninstall sequel > gem uninstall do_mysql > gem uninstall data_objects > > gem install sequel do_mysql > Successfully installed sequel-3.4.0 > Successfully installed data_objects-0.10.0 > Successfully installed do_mysql-0.10.0-x86-mswin32-60 > 3 gems installed
As my previous email noted, you need DataObjects 0.9 if you are using Sequel 3.4.0. If you want to use DataObjects 0.10, you have to get the master branch from github or wait until 3.5.0 is released on Thursday. Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
