B
Ben Johnson
Ever since I updated my gems I have been getting the following error any
time I want to use sqlite in ruby:
no such file to load -- sqlite3 (MissingSourceFile)
I tracked it down to a problem with do_sqlite3. So I decided to just do
a "gem uninstall do_sqlite3". All went well but when I type "gem list"
do_sqlite3 still shows up and I am still getting the error. When I go
into to my gems folder there is no do_sqlite3 folder. So rubygems is
saying its installed, but its not and I think it is still trying to load
it.
Any ideas on what is going on, or how I can refresh my ruby gems list?
Thanks.
time I want to use sqlite in ruby:
no such file to load -- sqlite3 (MissingSourceFile)
I tracked it down to a problem with do_sqlite3. So I decided to just do
a "gem uninstall do_sqlite3". All went well but when I type "gem list"
do_sqlite3 still shows up and I am still getting the error. When I go
into to my gems folder there is no do_sqlite3 folder. So rubygems is
saying its installed, but its not and I think it is still trying to load
it.
Any ideas on what is going on, or how I can refresh my ruby gems list?
Thanks.