The Ruby Version set on my windows machine is: ruby 1.9.3p392 (2013-02-22) [i386-mingw32]
I have tried running the ruby installer for Ruby 2.0.0 but cannot seem to get it to replace the 1.9.3p392.
Now I am working in a tutorial that requires the gem 'monbon' - but when I run bundle on a new app, I get the message:
Could not find gem 'monbon' (= 0.0.6) x86-mingw32' in the gems available on this machine.
- Is the patch on the Ruby causing this error and why?
- What are some steps I can take to just run Ruby 1.9.3 or 2.0.0?
- Any further code or screen shots I can take to help diagnose issue?
EDIT TO ADD SOLUTION:
I was able to install Pik (https://github.com/vertiginous/pik) by following this tutorial (http://puneetpandey.com/tag/how-to-install-and-configure-pik-on-windows/) and solving an error by this stack overflow questions (installing pik in system path in windows)
Then I installed Ruby 2.0.0 and also the exact Ruby version and patch from the tutorial using Pik.