ruby: fix head (#34679)

This commit is contained in:
Yurii Kolesnykov 2018-12-01 17:43:56 +02:00 committed by FX Coudert
parent 8066ec3f38
commit 58e7babcd5

View file

@ -12,7 +12,7 @@ class Ruby < Formula
end
head do
url "https://github.com/ruby/ruby.git"
url "https://github.com/ruby/ruby.git", :branch => "trunk"
depends_on "autoconf" => :build
end