I am trying to make a very simple rails program at windows 10, and ran it very ok, then I downloaded it to my computer (win 7), it said to me that Your Ruby version is 2.6.3, but your Gemfile specified 2.6.4
I tried to ran gem install bundler
, bundler install
, gem update bundler
, but nothing changed.
Could you please give me some ideas? I am a newbie and very confuse with this problem. Thank you very much.