plashchynski / crono

A time-based background job scheduler daemon (just like Cron) for Rails
https://github.com/plashchynski/crono
Apache License 2.0
687 stars 56 forks source link

Release a Rails-5-compatible version #73

Open derikson opened 6 years ago

derikson commented 6 years ago

The currently released gem versions don't contain 3344c431a98dc0f9648501976b0affabc3f2c805, causing an error to be raised when running the migration. An updated gem version should be released to fix this issue.

PHKenny commented 6 years ago

I fixed this problem adding "[5.1]" into my migrate. image