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

后端 未结 7 647
悲&欢浪女
悲&欢浪女 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:01

    If you're a bit vague on what bundler actually is and don't want to learn then the very short answer to the question is:

    gem install bundler
    

提交回复
热议问题