lewagon / setup

Setup instructions for Le Wagon's students on their first day of Web Development Bootcamp
https://www.lewagon.com
18.66k stars 1.6k forks source link

Fix verisons of sqlite3 and activerecord #468

Closed ajdubovoy closed 6 months ago

ajdubovoy commented 6 months ago

related https://github.com/lewagon/fullstack-challenges/pull/2646

ajdubovoy commented 6 months ago

@Eschults Ok if I merge this as well?

Eschults commented 6 months ago

Sure, let's make sure we revert the change as soon as the issue w/ M1 is solved 👌

ajdubovoy commented 6 months ago

So it's actually not an issue with M1 but rather that the latest version of SQLite3 is incompatible with ActiveRecord. We can wait till they both upgrade, but also given that every single past upgrade to SQLite3 and ActiveRecord has broken our setup, is there any disadvantage to leaving the versions fixed and upgrading the fixed versions when we're sure they're compatible?

Eschults commented 6 months ago

Yes it's fine, as long as we have an issue on our radar to remind us to unlock versions when the problem is solved, otherwise the risk is to fall behind and teach old versions to our students 👌