In my rails application I once used authlogic-oid
and ruby-openid
. Now I want to get rid of them and I removed both gems and also their config.gem
lines from my environment.rb
.
Although my application works, I can't do any database migrations because I get a "Missing these required gems" error. Also if I run rake gems:install
these gems are re-installed.
Where are the references to the gems stored?