Commit dc8f51ad340a1e7ef447211ab5bdb3ee4ebb38b8
1 parent
9a6eb96e
Exists in
6-6-stable-ee
Pin gitlab-rails to 6.6.2-ee
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
config/software/gitlab-rails.rb
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | # |
18 | 18 | |
19 | 19 | name "gitlab-rails" |
20 | -version "v6.6.2" | |
20 | +version "v6.6.2-ee" | |
21 | 21 | |
22 | 22 | dependency "ruby" |
23 | 23 | dependency "bundler" |
... | ... | @@ -28,7 +28,7 @@ dependency "rsync" |
28 | 28 | dependency "libicu" |
29 | 29 | dependency "postgresql" |
30 | 30 | |
31 | -source :git => "https://gitlab.com/gitlab-org/gitlab-ce.git" | |
31 | +source :git => "git@gitlab.com:subscribers/gitlab-ee.git" | |
32 | 32 | |
33 | 33 | env = { |
34 | 34 | "LDFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include", | ... | ... |