Open ndrolf opened 6 years ago
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
to
spec.add_runtime_dependency 'activesupport', '= 5.0.1'
before bundle install
My guess is it is a gem version issue but I am not strong in Ruby. The server component starts up but generates database errors. I am guessing the first step is to do the db setup.