Daniel Kuruc
Daniel Kuruc
It's not only sqlite, but all db engines. Try changing: https://github.com/jamesrwhite/minicron/blob/15702030f5ebb63537852626b19b408317acc6e9/server/minicron.gemspec#L27 to ``` spec.add_runtime_dependency 'activerecord', '= 5.0.1' ``` and https://github.com/jamesrwhite/minicron/blob/b207d41d2943f371ef7330bb832aaaf40aec6413/server/minicron.gemspec#L42 to ``` spec.add_runtime_dependency 'activesupport', '= 5.0.1' ``` before `bundle install`
@RussBaz, please publish new version on pypi.
@p1c2u > Why you need Draft7? The idea started simply - because it's newest available JSON Schema specification version, and [draft-05 is officially abandoned](https://json-schema.org/draft-06/json-schema-release-notes.html#q-what-happened-to-draft-05). But it all started from connexion...