Rails uninitialized constant Bundler (NameError)

前端 未结 3 764
半阙折子戏
半阙折子戏 2020-12-14 11:34

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

3条回答
  •  一向
    一向 (楼主)
    2020-12-14 12:10

    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.

提交回复
热议问题