Skip to content

Commit 324322b

Browse files
authored
Update sqlite3 to version 2.2.0
1 parent 9ae12c0 commit 324322b

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.2"
1717
end
1818
gem "mysql2" if ENV["DB"] == "mysql"
1919
gem "pg", "~> 1.0" if ENV["DB"] == "postgresql"

0 commit comments

Comments
 (0)