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 29 dependency "preparation"
30 30  
31 31 dependency "git"
32   -dependency "postgresql"
33 32 dependency "redis"
34 33 dependency "nginx"
35 34 dependency "gitlab-shell"
... ...