rdp / os

The OS gem allows for some easy telling if you’re on windows or not. OS.windows? as well as some other helper utilities
MIT License
145 stars 33 forks source link

circular dependency #51

Closed emuesuenu closed 2 years ago

emuesuenu commented 2 years ago

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 commented 2 years ago

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

rdp commented 2 years ago

OK try 1.1.4, sorry no idea why gems is so messed up here :)

On Sat, Nov 6, 2021 at 10:10 PM Eric Guo @.***> wrote:

download gem https://rubygems.org/gems/os/versions/1.1.2 directly and install gem install --ignore-dep ./os-1.1.2.gem will work, but still need fix in gem.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rdp/os/issues/51#issuecomment-962548957, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADBUDIKGDDWRY7MCGLJ23UKX32LANCNFSM5HQK6JJA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

emuesuenu commented 2 years ago

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