I just set up a rails project and everything was fine until I tried to add a couple of gems to the gem file. I run bundle install and:
Fetching gem metadata from https://rubygems.org/.............
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
zeitwerk-2.3.1 requires ruby version >= 2.4.4, which is incompatible with the
current version, ruby 2.3.3p222
So checking my ruby version :
$ ruby -v
ruby 2.6.5p114 (2019-10-01 revision 67812) [x64-mingw32]
I tried to change the ruby version to the one is saying I have on the gem file, but that messes up with other gems. If it is helpful, I am using windows but never had a problem with that, although is always giving me some kind of issue.
I would appreciate any ideas, thanks.