reidmorrison / rails_semantic_logger

Rails Semantic Logger replaces the Rails default logger with Semantic Logger
https://logger.rocketjob.io/rails
Apache License 2.0
325 stars 116 forks source link

Update sqlite3 development dependency #216

Closed Drowze closed 3 months ago

Drowze commented 6 months ago

Issue # (if available)

Description of changes

Update sqlite3 development dependency, since 1.4 won't build on newer MacOS (see sparklemotion/sqlite3-ruby#313). v1.5 should fix the issue

Also relax sqlite3 constraint, so we allow all 1.5+ <2.0 versions (our tests break on sqlite3 v2, probably because rails 6 does not support sqlite3 v2)

reidmorrison commented 3 months ago

Should have pulled in your PR earlier. Just finished fighting with sqlite3 and Ruby 3.3 and the various Rails versions.

reidmorrison commented 3 months ago

Thank you for the PR. Changes should be in master to support the sqlite builds now.