Skip to content

Commit f9fc8d4

Browse files
committed
git-lfs: drop unused ronn
1 parent 15466b1 commit f9fc8d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Formula/g/git-lfs.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,13 @@ class GitLfs < Formula
2424

2525
depends_on "asciidoctor" => :build
2626
depends_on "go" => :build
27-
depends_on "ronn" => :build
28-
depends_on "ruby" => :build
2927

3028
def install
3129
ENV["GIT_LFS_SHA"] = ""
3230
ENV["VERSION"] = version
3331

3432
system "make"
35-
system "make", "man", "RONN=#{Formula["ronn"].bin}/ronn"
33+
system "make", "man"
3634

3735
bin.install "bin/git-lfs"
3836
man1.install Dir["man/man1/*.1"]

0 commit comments

Comments
 (0)