[Solved] Bundler::GemNotFound: Could not find mimemagic-0.3.5 in any of the sources | Ruby on Rails

Article Mashpy Rahman

I tried to install an existing rails project on my laptop for the first time and got this mimemagic error - 

Bundler::GemNotFound: Could not find mimemagic-0.3.5 in any of the sources


Solution:

To fix this problem you can update the mimemagic version.

bundle update --conservative mimemagic

or you can run -

bundle update mimemagic

Thank you for reading the article. If still now you are facing the same problem, please comment below.