turingschool / curriculum

Turing's main repository of tutorials and projects
385 stars 502 forks source link

Address current sqlite3 gem incompatibility #1257

Open johnmeade-webdev opened 5 years ago

johnmeade-webdev commented 5 years ago

The sqlite3 gem was updated to version 1.4.0 on February 4th, 2019. Unfortunately, 1.4.0 breaks the rails app from running 'out-of-the-box'. The blogger 2 Gemfile needs to be updated for the time-being to gem 'sqlite', '~> 1.3.6' to allow the app to get off the ground.