Skip to content

Commit

Permalink
Merge pull request #5708 from jeromedalbert/fix-ci-rails-main
Browse files Browse the repository at this point in the history
Rails 8: Fix CI sqlite3 error for Gemfile-rails-main
  • Loading branch information
nashby committed Aug 17, 2024
2 parents a259ff3 + 1d859b5 commit 0a2505e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails-main
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ group :test do
end

platforms :ruby do
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 2.0"
end

0 comments on commit 0a2505e

Please sign in to comment.