Skip to content

Remove circular dependency#34

Open
jrmhaig wants to merge 1 commit intossoroka:masterfrom
jrmhaig:fix_dependencies
Open

Remove circular dependency#34
jrmhaig wants to merge 1 commit intossoroka:masterfrom
jrmhaig:fix_dependencies

Conversation

@jrmhaig
Copy link

@jrmhaig jrmhaig commented Mar 22, 2023

Fixes #33

The gem should not depend on itself. This causes installation to fail:

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

The gem should not depend on itself. This causes installation to fail:

```
% gem install scheduler_daemon:1.1.6
ERROR:  While executing gem ... (Gem::Resolver::Molinillo::CircularDependencyError)
    There is a circular dependency between scheduler_daemon
```
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 this pull request may close these issues.

Remove circular dependency

1 participant