Skip to content

Commit

Permalink
Update sqlite3 to version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Nov 26, 2024
1 parent ac65a52 commit 0a9b423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gemspec

group :test do
if ENV["DB"].nil? || ENV["DB"] == "sqlite"
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 2.3"
end
gem "mysql2" if ENV["DB"] == "mysql"
gem "pg", "~> 1.0" if ENV["DB"] == "postgresql"
Expand Down

0 comments on commit 0a9b423

Please sign in to comment.