Bundler 2.0.1 installed, Rails says “must use Bundler 2 or greater”?

前端 未结 5 1737
天命终不由人
天命终不由人 2020-12-15 17:45

I\'m a Rails newb who\'s trying out Rails on a DigitalOcean droplet. The installations seemed to work fine, but I\'m getting a curious error message when I try to generate a

5条回答
  •  有刺的猬
    2020-12-15 18:19

    This is my solution:

    1. (if you have an old version of Bundler), run the command:

      bundle update --bundler

    2. Run the command:

      gem update --system

    3. run the rake

      rake db:migrate

提交回复
热议问题