summaryrefslogtreecommitdiff
path: root/lib/system_check
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-08 15:09:06 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-08 15:09:06 +0000
commit7a4a8bd5abf6ed6519f252abd79e5f528b8d29d6 (patch)
treeba92522281260a712f8de1daa3b40f10da494932 /lib/system_check
parentcca8451493930537fcd14f50642599b94e13ce09 (diff)
downloadgitlab-ce-7a4a8bd5abf6ed6519f252abd79e5f528b8d29d6.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/system_check')
-rw-r--r--lib/system_check/app/git_version_check.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system_check/app/git_version_check.rb b/lib/system_check/app/git_version_check.rb
index 0f4fbe4fba5..31456dc096b 100644
--- a/lib/system_check/app/git_version_check.rb
+++ b/lib/system_check/app/git_version_check.rb
@@ -7,7 +7,7 @@ module SystemCheck
set_check_pass -> { "yes (#{self.current_version})" }
def self.required_version
- @required_version ||= Gitlab::VersionInfo.parse('2.29.0')
+ @required_version ||= Gitlab::VersionInfo.parse('2.31.0')
end
def self.current_version