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

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -