I\'m getting the following error when running any rails commands like rails s or rails c, it\'s also preventing my heroku app from starting (same e
rails s
rails c
I just removed the lock using rm -rf Gemfile.lock within my project directory's root folder, and re-ran bundle install and everything works perfect now.
rm -rf Gemfile.lock
bundle install