Bundler: can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException) during bundle install with gem

前端 未结 9 1990
再見小時候
再見小時候 2020-12-13 05:35

I\'m executing the following script:

gem install rdoc --no-document
gem install bundle
bundle

output:

+ gem install rdoc --         


        
9条回答
  •  渐次进展
    2020-12-13 06:06

    I had the same problem recently. In my case I have installed a version on bundler different from what is logged in the Gemfile.lock. Please check

提交回复
热议问题