ruby: fix head (#34679)
This commit is contained in:
parent
8066ec3f38
commit
58e7babcd5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue