ruby-build: fix audit

Closes Homebrew/homebrew#48776.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
master
Erik Nilsen 2016-02-03 01:13:01 -08:00 committed by Baptiste Fontaine
parent cd3482829d
commit 1ac9e40c8c
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ class RubyBuild < Formula
url "https://github.com/rbenv/ruby-build/archive/v20160130.tar.gz"
sha256 "9f64d81252a08ad95a6e3a66c07e0f3be127a70a742da526bdf42b501304b547"
bottle :unneeded
head "https://github.com/rbenv/ruby-build.git"
bottle :unneeded
depends_on "autoconf" => [:recommended, :run]
depends_on "pkg-config" => [:recommended, :run]
depends_on "openssl" => :recommended