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

Cleanup CI and fix failures on master #1139

Closed johnnyshields closed 2 years ago

johnnyshields commented 3 years ago

@albus522 please review.

albus522 commented 2 years ago

Rails version 6.0 is not equivalent to 6.0.0. The rails version is injected in the Gemfile with the end result of the full specification being ~> 6.0.0. Making it ~> 6.0 would install 6.1.4.4 today.