veeqo / activejob-uniqueness

Unique jobs for ActiveJob. Ensure the uniqueness of jobs in the queue.
https://devs.veeqo.com/job-uniqueness-for-activejob/
MIT License
265 stars 27 forks source link

Rails 7.2 support #79

Closed thibaudgg closed 1 month ago

thibaudgg commented 1 month ago

The gemspec is locking the dependency on activejob < 7.2, it would be great if that was upgraded to support Rails 7.2.

spec.add_dependency 'activejob', '>= 4.2', '< 7.2'

Would you like me to submit a PR to handle the latest activejob version on the CI?

sharshenov commented 1 month ago

https://github.com/veeqo/activejob-uniqueness/pull/80 is merged, a new version of the gem will be pushed in a few days. Meanwhile the main branch can be used

gem "activejob-uniqueness", github: "veeqo/activejob-uniqueness"
rzaharenkov commented 1 month ago

Could you please release a new version?

sharshenov commented 1 month ago

Version 0.3.2 has been released https://rubygems.org/gems/activejob-uniqueness/versions/0.3.2