i am struggling with an issue. I am quite new and so hopefully makes some sense my q below!
I removed rvm and installed rbenv when i do rails s to start server on a project... (i.e. rails s) it seems to refer to rvm and errors out "/Users//.rvm/gems/ruby-2.6.0/gems/puma-3.12.1/lib/puma/binder.rb:273:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError)"
This specific project needs 2.6.3 ruby. I tried many options, searched across google and tried many but the issue remains. I was just trying to run a project i downloaded from GitHub (ror project with 2.6.3 ruby)
when i do rbenv list... i do see 2.6.3
Thoughts?