Commit 22dad1ffc824c514a66e35f9a530277c15a1b334

Authored by Jacob Vosmaer
1 parent 94ea8cf7
Exists in 7-1-stable-ee

Use a proper SHA1

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/software/gitlab-rails.rb
... ... @@ -17,7 +17,7 @@
17 17 #
18 18  
19 19 name "gitlab-rails"
20   -default_version "5093c800a" # 7.1.0.rc1-ish EE
  20 +default_version "5093c800a7410f464230e192fe6514435c7b9172" # 7.1.0.rc1-ish EE
21 21  
22 22 EE = system("#{Omnibus.project_root}/support/is_gitlab_ee.sh")
23 23  
... ...