Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit f55adc9

Browse files
authored
Merge pull request #93 from boxen/fix-depends-deprecation-notice
Fix `depends_on` deprecation
2 parents 1dbf520 + 9173aeb commit f55adc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/brews/git.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ class Git < Formula
3232

3333
if build.with? "subversion"
3434
depends_on "subversion"
35-
depends_on :perl => ["5.6", :recommended]
35+
depends_on "perl" => ["5.6", :recommended]
3636
else
3737
option "with-perl", "Build against a custom Perl rather than system default"
38-
depends_on :perl => ["5.6", :optional]
38+
depends_on "perl" => ["5.6", :optional]
3939
end
4040

4141
resource "html" do

0 commit comments

Comments
 (0)