Bundler throws uninitialized constant Gem::SilentUI (NameError) error after upgrading to Rubygems 1.5.0

后端 未结 7 645
悲&欢浪女
悲&欢浪女 2021-02-01 12:41

I ran gem update --system to update to Rubygems 1.5.0 and after every time I run any bundle commands I get:

rvm/gems/ruby-1.8.7-p249/gems

7条回答
  •  清酒与你
    2021-02-01 13:16

    You can also downgrade Rubygems, however this is less than ideal, but for legacy systems if you need a specific bundler version you will have to do this.

    For example on the app I am working on at the moment we are using:

    Ruby 1.8.6-p383 RubyGems 1.3.6 Bundler 0.9.26

提交回复
热议问题