Commit 33c818d2 authored by Robert Speicher's avatar Robert Speicher

Require Ruby 2.1.0 in `gitlab:app:check` task

[ci skip]
parent 18cbf07f
......@@ -749,7 +749,7 @@ namespace :gitlab do
end
def check_ruby_version
required_version = Gitlab::VersionInfo.new(2, 0, 0)
required_version = Gitlab::VersionInfo.new(2, 1, 0)
current_version = Gitlab::VersionInfo.parse(run(%W(ruby --version)))
print "Ruby version >= #{required_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