There seems to be different versions of Ruby specified in this project.
In Gemfile:
ruby '2.5.5'
In .ruby-version:
ruby-2.5.1
Questions:
- Which version should one use when running on their machine?
- Should this project change the version describe in one of these files?
There seems to be different versions of Ruby specified in this project.
In
Gemfile:In
.ruby-version:Questions: