Commit 336ac78e authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 55222bae e9bf3672
---
title: Bump required Ruby version check to 2.5.3
merge_request: 27495
author:
type: other
......@@ -7,7 +7,7 @@ module SystemCheck
set_check_pass -> { "yes (#{self.current_version})" }
def self.required_version
@required_version ||= Gitlab::VersionInfo.new(2, 3, 5)
@required_version ||= Gitlab::VersionInfo.new(2, 5, 3)
end
def self.current_version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment