dep: bump sqlite3 dependency

sqlite3-ruby v1.6.6 has sqlite 3.43.1 which fixes the AVG() bug
described in https://github.com/sparklemotion/sqlite3-ruby/issues/396

See related https://github.com/rails/rails/pull/49048
This commit is contained in:
Mike Dalessio 2023-09-12 14:13:21 -04:00
parent 099f979dc7
commit 64169655c7
No known key found for this signature in database
GPG Key ID: FCF96ED17542E12F
2 changed files with 5 additions and 5 deletions

@ -150,7 +150,7 @@ platforms :ruby, :windows do
gem "racc", ">=1.4.6", require: false
# Active Record.
gem "sqlite3", "< 1.6.4"
gem "sqlite3", "~> 1.6", ">= 1.6.6"
group :db do
gem "pg", "~> 1.3"

@ -503,10 +503,10 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.3)
sqlite3 (1.6.6)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.3-x86_64-darwin)
sqlite3 (1.6.3-x86_64-linux)
sqlite3 (1.6.6-x86_64-darwin)
sqlite3 (1.6.6-x86_64-linux)
stackprof (0.2.23)
stimulus-rails (1.2.1)
railties (>= 6.0.0)
@ -627,7 +627,7 @@ DEPENDENCIES
sidekiq
sneakers
sprockets-rails (>= 2.0.0)
sqlite3 (< 1.6.4)
sqlite3 (~> 1.6, >= 1.6.6)
stackprof
stimulus-rails
sucker_punch