How to change Bundler default version

后端 未结 3 1750
礼貌的吻别
礼貌的吻别 2021-01-17 11:16

bundler (2.0.1, default: 1.17.2)

How could I change the default to 2.0.1

3条回答
  •  野的像风
    2021-01-17 12:02

    You need to remove .spec file to remove the gem.

    Steps:

    1. gem env – try to search in provided list under GEM PATHS, in specifications/default
    2. remove there bundler-VERSION.gemspec
    3. install bundler, if you don't have specific: gem install bundler:VERSION --default

提交回复
热议问题