ruby - Rails 4 - cannot load such file -- rich (LoadError) - After removing gem from gemfile -
I have removed a gem from my gemfile (especially this). I have run the bundle update . I can not start server or migrate DB due to this error, because now I am getting:
/ lib / active_support / dependencies Rblege29: in 'required': can not load such a file - rich (load erroire)
< P> I have trouble in removing this gem too. To find all references to gem and to remove them, simply run a search in your application. Unfortunately I could not find any other way than manual removal.
Comments
Post a Comment