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 f5feac1 + 16e96ef commit 3c4aa6dCopy full SHA for 3c4aa6d
1 file changed
Gemfile
@@ -21,7 +21,7 @@ end
21
case ENV['DB']
22
when 'mysql'
23
gem 'mysql2', '~> 0.4.10'
24
-when 'postgres'
+when 'postgresql'
25
gem 'pg', '~> 0.21'
26
end
27
0 commit comments