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 config deprecation #32

Merged
merged 1 commit into from
Aug 11, 2022
Merged

Conversation

permidon
Copy link
Contributor

@permidon permidon commented Aug 10, 2022

This fixes config.options[:key] = value is deprecated, use config[:key] = value issue

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Owner

@iMacTia iMacTia 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 for opening this PR @permidon 🙏

We need to be careful, as config[...] won't work in Sidekiq prior to v6.5, so I'll need to update the gemspec before releasing this.
The PR itself is OK though, so I'll merge this in and do the other changes myself.

@iMacTia iMacTia merged commit 21a4560 into iMacTia:master Aug 11, 2022
iMacTia added a commit that referenced this pull request Aug 11, 2022
@permidon
Copy link
Contributor Author

Thank you Matt! I was happy to take part

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.

2 participants