I'm trying to install Ruby on Rails on a Windows 7 machine. I followed the instructions at http://installrails.com/. I tried to run server and it said to run bundle install
to install missing turbolinks
gem. I could not find gem 'turbolinks <~> 5> x86 -mingw32'
in any of the gem sources listed on your gemfile or available on this machine
I of course tried bundle install here's the result: administrative powershell
Note that I had to install newer version of Ruby and then do gem install byebug
to get to this point but it's weird to me because it says
be sure
gem install byebug succeeds
.
It succeeds but it still won't work :(. Any advice?
EDIT: After trying gem install bundler and another bundle install i now get your ruby version is 2.5.5 but your gemfile specified is 2.2.6? anyone got a work around for this ?