Commit 04ef5a845e53520e83d6aa5d8dc30629022d267a

Authored by Jacob Vosmaer
1 parent 10905fef

Do not require postgresql at the project level

It is still required indirectly by gitlab-rails. This change
mysteriously fixes a failing omnibus-ruby build.
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
config/projects/gitlab.rb
@@ -29,7 +29,6 @@ build_iteration 1 @@ -29,7 +29,6 @@ build_iteration 1
29 dependency "preparation" 29 dependency "preparation"
30 30
31 dependency "git" 31 dependency "git"
32 -dependency "postgresql"  
33 dependency "redis" 32 dependency "redis"
34 dependency "nginx" 33 dependency "nginx"
35 dependency "gitlab-shell" 34 dependency "gitlab-shell"