Commit 9f7c7c85 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'rs-check-ruby-version' into 'master'

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

See merge request !1165
parents 18cbf07f 33c818d2
......@@ -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