Skip to content

Commit c0d2aad

Browse files
authored
Update sqlite3 to version 2.4.1
1 parent ac65a52 commit c0d2aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gemspec
1313

1414
group :test do
1515
if ENV["DB"].nil? || ENV["DB"] == "sqlite"
16-
gem "sqlite3", "~> 1.4"
16+
gem "sqlite3", "~> 2.4"
1717
end
1818
gem "mysql2" if ENV["DB"] == "mysql"
1919
gem "pg", "~> 1.0" if ENV["DB"] == "postgresql"

0 commit comments

Comments
 (0)