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

Remove circular dependency #33

Open
jrmhaig opened this issue Feb 15, 2023 · 0 comments · May be fixed by #34
Open

Remove circular dependency #33

jrmhaig opened this issue Feb 15, 2023 · 0 comments · May be fixed by #34

Comments

@jrmhaig
Copy link

jrmhaig commented Feb 15, 2023

Thanks for pushing an update to Rubygems.

Version 1.1.6 includes a dependency on itself and this makes it unusable:

% gem install scheduler_daemon:1.1.6
ERROR:  While executing gem ... (Gem::Resolver::Molinillo::CircularDependencyError)
    There is a circular dependency between scheduler_daemon

This can be fixed by remove this line from scheduler_daemon.gemspec:

  s.add_runtime_dependency(%q<scheduler_daemon>.freeze, [">= 0"])
@jrmhaig jrmhaig linked a pull request Mar 22, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant