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

Fix the constantize method #408

Merged

Conversation

swilgosz
Copy link
Contributor

Resolves: #407

Solution:

Initially, I've thought about adding a managed string inflector as a dependency, but there is no need for that just to use this single method.

Instead, I've replaced the with the to avoid additional dependencies.

Initially I've thought about adding a [managed string inflector](https://github.com/dry-rb/dry-inflector/blob/main/lib/dry/inflector.rb#L88) as a dependency, but there is no need for that just to use this single method.

Instead I've replaced the  with the  to avoid additional dependencies.
Resolves: sidekiq-scheduler#407
Copy link
Member

@marcelolx marcelolx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @swilgosz!

@marcelolx marcelolx merged commit 02fc716 into sidekiq-scheduler:master Sep 22, 2022
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.

Scheduler uses Activesupport::Inflector#constantize without having dependency set in gemspec
2 participants