We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05114fc + d6a044f commit 7281ec1Copy full SHA for 7281ec1
1 file changed
Gemfile
@@ -13,7 +13,7 @@ gemspec
13
14
group :test do
15
if ENV["DB"].nil? || ENV["DB"] == "sqlite"
16
- gem "sqlite3", "~> 1.4"
+ gem "sqlite3", "~> 2.5"
17
end
18
gem "mysql2" if ENV["DB"] == "mysql"
19
gem "pg", "~> 1.0" if ENV["DB"] == "postgresql"
0 commit comments