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

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -