rails_tutorial_4th_edition_gemfiles
rails_tutorial_4th_edition_gemfiles copied to clipboard
Update 'listen' gem
The gem listen, in the gemfiles, is at 3.0.8, and the bundler threw an error that listen was not updated. I had to run bundle update listen and then bundle install --without production to run.