I'm running Ruby 2.3.0 and the project was built using 2.1.5
When I run the command
"$ rails server"
I'm given a result of
or if I change the gemfile manually to 2.3.0
I've tried
"bundle install"
but it doesn't work either, I can fix the latter problem with
"gem install XYZ -v 'version of XYZ needed'"
but there're too many gems to install manually.
I understand that this may be a ridiculously simple question and I'm really sorry but I've tried my best with finding a solution to no avail.