Revert "Lock sqlite3 gem to 1.4 to run Rails CI using rubylang/ruby:master-nightly-focal"

This commit is contained in:
Yasuo Honda 2022-12-16 08:47:32 +09:00 committed by GitHub
parent 12c0c0a4c1
commit 425d60c97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -628,7 +628,7 @@ DEPENDENCIES
sneakers
sprockets-export
sprockets-rails (>= 2.0.0)
sqlite3 (~> 1.4, < 1.5)
sqlite3 (~> 1.4)
stackprof
stimulus-rails
sucker_punch