I am very new to this, How can I resolve this issue?
$ rake
Could not find RedCloth-4.2.9 in any of the sources
Run `bundle install` to install missing gems.
you don't have the RedCloth
gem installed that's it.
If you are using Bundler gem, which I suppose, you can type bundle install
to install it, otherwise you can manually install it via gem install RedCloth
.
I was having similar issues and the main thing that helped was running bundle update
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With