Commit dc2796b3 authored by Stan Hu's avatar Stan Hu

Make Rake task check for Ruby 2.7.2

parent ad40138b
---
title: Update Rake check and docs to require Ruby 2.7
merge_request: 48552
author:
type: changed
......@@ -7,7 +7,7 @@ module SystemCheck
set_check_pass -> { "yes (#{self.current_version})" }
def self.required_version
@required_version ||= Gitlab::VersionInfo.new(2, 5, 3)
@required_version ||= Gitlab::VersionInfo.new(2, 7, 2)
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