Error Your Version Of Sqlite (3.7.17) Is Too Old. Active Record Supports Sqlite >= 3.8
I have just upgraded from rails 5.2 to rails 6 and when I try to do anything with the app the above error is thrown. I am using sqlite3 for development in the gem file and the old
Solution 1:
I switched my dev machine over to Ubuntu Server 18.04 LTS which has a higher version of Sqlite 3.22 which is not the latest but run Rails 6 just fine.

Post a Comment for "Error Your Version Of Sqlite (3.7.17) Is Too Old. Active Record Supports Sqlite >= 3.8"