For whatever reason, the Ruby on Rails console refuses to start; it just hangs. I haven\'t made any changes to my code, and other projects using the same version of Ruby and
It's something wrong with the Spring gem version I guess.
Go to your Gemfile and comment gem 'spring'. Then run bundle install and try again.
bundle install
# gem 'spring'
And then:
If your work depends on the gem, try update the gems by:
bundle update