How to uninstall Openid?
Added by Mikołaj Milej over 12 years ago
While installing redmine I forgot pass to bundle --without openid.
Now I;'m trying to clean up gems and get rid of openid.
Unfortunately but even with running (once again in previous installation) "bundle install --without openig" redmine refuses to start with error:
cannot load such file -- openid (LoadError)
How can I ged rid of openid dependency?
Replies (2)
    
    RE: How to uninstall Openid?
    -
    Added by Ivan Cenov over 12 years ago
  
  See source:/trunk/Gemfile#L16 May be you have to comment these lines? I am not sure if this is the right action though.
    
    RE: How to uninstall Openid?
    -
    Added by Mikołaj Milej over 12 years ago
  
  Commenting this out is the same as --without openid. I tried that bu it didn't help.