Skip to content

Commit 0a2505e

Browse files
authored
Merge pull request #5708 from jeromedalbert/fix-ci-rails-main
Rails 8: Fix CI sqlite3 error for Gemfile-rails-main
2 parents a259ff3 + 1d859b5 commit 0a2505e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemfiles/Gemfile-rails-main

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ group :test do
2121
end
2222

2323
platforms :ruby do
24-
gem "sqlite3", "~> 1.4"
24+
gem "sqlite3", "~> 2.0"
2525
end

0 commit comments

Comments
 (0)