summaryrefslogtreecommitdiff
path: root/lib/system_check/app/ruby_version_check.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-26 00:09:35 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-26 00:09:35 +0000
commit9331523ddc35cee6d42f73f31b1567478a4298c4 (patch)
tree3fead346fc7a64417cf4b8bf65d3e5c289d10f3f /lib/system_check/app/ruby_version_check.rb
parentb8817e66c3e17d8981757869fbfab3efc5cc592d (diff)
downloadgitlab-ce-9331523ddc35cee6d42f73f31b1567478a4298c4.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/system_check/app/ruby_version_check.rb')
-rw-r--r--lib/system_check/app/ruby_version_check.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system_check/app/ruby_version_check.rb b/lib/system_check/app/ruby_version_check.rb
index 53da62df176..135413c528d 100644
--- a/lib/system_check/app/ruby_version_check.rb
+++ b/lib/system_check/app/ruby_version_check.rb
@@ -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