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.
1 parent c89fded commit 9600f3fCopy full SHA for 9600f3f
Gemfile
@@ -31,7 +31,7 @@ when "mysql"
31
when "postgresql"
32
gem "pg"
33
else
34
- gem "sqlite3"
+ gem "sqlite3", "~> 1.4"
35
end
36
37
gemspec
0 commit comments