Closed severinraez closed 4 years ago
@jturkel at last... :)
Please merge this if it looks good.
What do you think about upgrading the dummy app to rails 6? This would enable us to update the dev dependencies in the gemspec and could be done in another PR. For me personally, the next goal is to work on https://github.com/salsify/delayed_job_worker_pool/pull/3
Thanks @severinraez! Upgrading the dummy app to Rails 6.0 sounds good to me.
I looked at the code in preparation for an attempt on https://github.com/salsify/delayed_job_worker_pool/pull/3 . Some side products:
spec.add_development_dependency 'sqlite3', '>= 1.3', '< 1.4'
. Didn't look at 2.0. With those versions now being EOL, what do you think about dropping support for them to keep things simple?