Skip to content

Commit 3c4aa6d

Browse files
authored
Merge pull request #177 from nebulab/kennyadsl/fix-postgres-configuration
Update postgresql variable name to reflect CircleCI config
2 parents f5feac1 + 16e96ef commit 3c4aa6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ end
2121
case ENV['DB']
2222
when 'mysql'
2323
gem 'mysql2', '~> 0.4.10'
24-
when 'postgres'
24+
when 'postgresql'
2525
gem 'pg', '~> 0.21'
2626
end
2727

0 commit comments

Comments
 (0)