-
Notifications
You must be signed in to change notification settings - Fork 42
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
support for Sidekiq 3.0.0 #36
Comments
@rolandjitsu This should work (I've run the specs against Sidekiq 3) but I haven't had a chance to check it on a live application yet. I'll do so shortly and re-open this issue if something breaks. In the meantime, feel free to test on your application if you can! |
Great, I'll try it out, in case the issue persists, I'll let you know @bkudria |
@rolandjitsu v0.9.0 is available now with SK3.0 support. |
I haven't had any issues with it since you last patch, thanks for letting me know @bkudria |
It seems like the terminal complains on
bundle install
about the version of sidekiq required by this gem, is not compatible (it requires an older version of sidekiq). Can it be updated to the new version so we can use 3.0.0 ?The text was updated successfully, but these errors were encountered: