@lentschi wrote in #1120 regarding running Foodsoft with SQLite:
I'm getting this error if I try it:
can't activate sqlite3 (~> 1.4), already activated sqlite3-1.3.13
This can be fixed by setting gem 'sqlite3', '~> 1.4' in Gemfile and running bundle update sqlite3.
I can confirm this bug.
@lentschi wrote in #1120 regarding running Foodsoft with SQLite:
I can confirm this bug.