Try to build with sqlite3 1.6.3

This commit is contained in:
zzak 2023-08-27 09:29:29 +09:00
parent 55412cd925
commit 0f580a20fe
No known key found for this signature in database
GPG Key ID: 213927DFCF4FF102
2 changed files with 5 additions and 5 deletions

@ -154,7 +154,7 @@ platforms :ruby, :windows do
gem "racc", ">=1.4.6", require: false
# Active Record.
gem "sqlite3", "~> 1.4"
gem "sqlite3", "< 1.6.4"
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.2)
sqlite3 (1.6.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.2-x86_64-darwin)
sqlite3 (1.6.2-x86_64-linux)
sqlite3 (1.6.3-x86_64-darwin)
sqlite3 (1.6.3-x86_64-linux)
stackprof (0.2.23)
stimulus-rails (1.2.1)
railties (>= 6.0.0)
@ -626,7 +626,7 @@ DEPENDENCIES
sidekiq
sneakers
sprockets-rails (>= 2.0.0)
sqlite3 (~> 1.4)
sqlite3 (< 1.6.4)
stackprof
stimulus-rails
sucker_punch