Redmine install: uninitialized constant Gem::SilentUI (NameError)
Added by Loldo . about 10 years ago
Hi there,
I'm using Redmine on Dreamhost. Recently they switched their servers to Ubuntu 12.04 and Redmine stopped to work.
I was able to fix several problems, but now I'm stuck on this error when I run bundle install:
/usr/lib/ruby/gems/1.8/gems/bundler-1.0.7/lib/bundler/ui.rb:56: uninitialized constant Gem::SilentUI (NameError)
I'll be very very very thankful for any advice on how to resolve this issue.
Thanks
Replies (2)
RE: Redmine install: uninitialized constant Gem::SilentUI (NameError) - Added by Mischa The Evil about 10 years ago
This has nothing to do with Redmine. Instead, Bundler needs to be updated. Let google help you:
RE: Redmine install: uninitialized constant Gem::SilentUI (NameError) - Added by Loldo . about 10 years ago
Thanks for your answer.
I tried update Bundler:
$ gem install bundler Successfully installed bundler-1.7.3 1 gem installed Installing ri documentation for bundler-1.7.3... Installing RDoc documentation for bundler-1.7.3...
but when I run bundle install, I get the same error again.