collectiveidea / delayed_job

Database based asynchronous priority queue system -- Extracted from Shopify
http://groups.google.com/group/delayed_job
MIT License
4.81k stars 955 forks source link

Allow unreleased versions of Rails 7.0 #1141

Closed ghiculescu closed 2 years ago

ghiculescu commented 3 years ago

Rails 6.2 is being skipped in favor of Rails 7. So we shouldn't reference 6.2 in the gemspec.

I copied the implementation from https://github.com/cgriego/active_attr/pull/183 / https://github.com/cgriego/active_attr/commit/25ef02d9fc3702d59696002b0d04a7d1def283c1

edariedl commented 2 years ago

Hi everyone, any chance of getting this (and its equivalent in delayed_job_active_record https://github.com/collectiveidea/delayed_job_active_record/pull/192) pull request merged?

ghiculescu commented 2 years ago

closing in favour of https://github.com/collectiveidea/delayed_job/pull/1152