Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

circular dependency #51

Closed
emuesuenu opened this issue Nov 7, 2021 · 3 comments
Closed

circular dependency #51

emuesuenu opened this issue Nov 7, 2021 · 3 comments

Comments

@emuesuenu
Copy link

A circular reference has occurred and gem install is no longer possible.

$ gem install os
ERROR:  While executing gem ... (Gem::Resolver::Molinillo::CircularDependencyError)
    There is a circular dependency between os and os
@Eric-Guo
Copy link

Eric-Guo commented Nov 7, 2021

download gem directly and install gem install --ignore-dep ./os-1.1.2.gem will work, but still need fix in gem.

@rdp
Copy link
Owner

rdp commented Nov 7, 2021 via email

@emuesuenu
Copy link
Author

1.1.4 has been released and it has been successfully fixed.
Thanks!
https://rubygems.org/gems/os/versions/1.1.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants