error in your Gemfile, and Bundler cannot continue

前端 未结 5 699
无人共我
无人共我 2020-12-16 12:34

I just setup my mac for development and used this exact gemfile previously and it worked fine. I am not sure what I am doing wrong.

Victorias-MacBook-Pro:sa         


        
5条回答
  •  借酒劲吻你
    2020-12-16 13:23

    If you are using RVM, check which gemset you are using: rvm current.

    If it says, for example, system, you may need to select the correct gemset (I did). Use rvm list gemsets if you can't remember what it's called, then select the correct gemset using rvm use [correct gemset].

提交回复
热议问题