Having Cygwin installed or not isn't the problem. There isn't a binary for windows in the new sqlite3 gem, that is what's causing the problem. You'll need to install a prior version.
Try this:
gem install sqlite3-ruby -v=1.2.3
That should solve your problem.
Oliver Robinson wrote: