Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Dec 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -140,7 +140,7 @@ platforms :ruby, :windows do
gem "racc", ">=1.4.6", require: false

# Active Record.
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 1.4", "< 1.5"

group :db do
gem "pg", "~> 1.3"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -628,7 +628,7 @@ DEPENDENCIES
sneakers
sprockets-export
sprockets-rails (>= 2.0.0)
sqlite3 (~> 1.4)
sqlite3 (~> 1.4, < 1.5)
stackprof
stimulus-rails
sucker_punch
Expand Down