Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Error in rubygems 1.5 uninitialized constant Gem::SilentUI #995

Closed
smathy opened this issue Feb 1, 2011 · 14 comments
Closed

Error in rubygems 1.5 uninitialized constant Gem::SilentUI #995

smathy opened this issue Feb 1, 2011 · 14 comments

Comments

@smathy
Copy link
Contributor

smathy commented Feb 1, 2011

bundler-1.0.9/lib/bundler/ui.rb:56: uninitialized constant Gem::SilentUI (NameError)

@smathy
Copy link
Contributor Author

smathy commented Feb 1, 2011

Actually this is resolved in a318f91 - just waiting on a version bump in the gemspec.

@indirect
Copy link
Member

indirect commented Feb 1, 2011

There is no Bundler release that is compatible with Rubygems 1.5 yet. We are planning on releasing 1.0.10 with those fixes tomorrow.

@radar
Copy link
Contributor

radar commented Feb 1, 2011

I've just marked #996, #997 and #998 and duplicates of this ticket. Thanks for reporting it Jason!

@AlanMcCann
Copy link

Thanks for being on top of this!

@pupeno
Copy link

pupeno commented Feb 1, 2011

Is there a workaround for this?

@radar
Copy link
Contributor

radar commented Feb 1, 2011

I think 1.0.10 fixes this issue. Please try it and confirm

@kossnocorp
Copy link

1.0.10 solve this problem. Confirm.

@radar
Copy link
Contributor

radar commented Feb 1, 2011

Thank you kossnocorp.

@mmilo
Copy link

mmilo commented Feb 1, 2011

Seems to be working now, hilarious that this happened mere hours before I had to use bundler for the first time :)

Thanks for the quick turnaround on this issue.

@theresaanna
Copy link

I'm actually having the same issue with Rubygems 1.5.1 and Bundler 1.0.10. Anyone else?

@smathy
Copy link
Contributor Author

smathy commented Feb 10, 2011

I'm not seeing that update yet with update --system but I don't see how you could be seeing the same error. You sure it's exactly the same? I'm looking in rubygems/user_interaction.rb in 1.5.1 and it still defines Gem::SilentUI

@anthonyherron
Copy link

Despite having bundler 1.0.10 I still had the same issues as above.

To fix this I reinstalled ruby-1.9.2-p136 in rvm after ensuring I had bundler 1.0.10 - job done.

@victorbstan
Copy link

Im getting this error with ruby ruby-1.9.2-p180/

@rajib
Copy link

rajib commented May 23, 2011

reinstall bundler gem will solve the problem

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests