Commit aaeb419599d7e8ee6ccee9a20b6ff54140e50aa9

Authored by Antonio Terceiro
1 parent 1fd36e5c
Exists in master and in 1 other branch gitlab-8.x

Fix RPM dependencies

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
gitlab-deps.spec
... ... @@ -8,7 +8,7 @@ URL: https://beta.softwarepublico.gov.br/gitlab/softwarepublico/gitlab-deps
8 8 Source0: %{name}-%{version}.tar.gz
9 9  
10 10 BuildRequires: make, gcc, gcc-c++, ruby, ruby-devel, rubygem-bundler, libicu-devel, cmake, mysql-devel, postgresql-devel
11   -Requires: rubygem-bunder
  11 +Requires: ruby, rubygem-bundler
12 12  
13 13 %description
14 14 Dependencies for GitLab
... ...