File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ class Rubyfmt < Formula
22 desc "Ruby autoformatter"
33 homepage "https://github.com/fables-tales/rubyfmt"
44 url "https://github.com/fables-tales/rubyfmt.git" ,
5- tag : "v0.11 .0" ,
6- revision : "55f41919cf5779fb9e2c410c04e2f613f7d79f2b "
5+ tag : "v0.12 .0" ,
6+ revision : "6221b009587c39f326b376085c931eed25f42ebc "
77 license "MIT"
88 head "https://github.com/fables-tales/rubyfmt.git" , branch : "trunk"
99
@@ -15,7 +15,7 @@ class Rubyfmt < Formula
1515 strategy :github_latest
1616 end
1717
18- no_autobump! because : :requires_manual_review
18+ no_autobump! because : :bumped_by_upstream
1919
2020 bottle do
2121 rebuild 1
@@ -38,6 +38,7 @@ class Rubyfmt < Formula
3838 # use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes
3939 depends_on macos : :monterey
4040
41+ uses_from_macos "llvm" => :build # for libclang to build ruby-prism-sys
4142 uses_from_macos "libxcrypt"
4243 uses_from_macos "ruby"
4344 uses_from_macos "zlib"
You can’t perform that action at this time.
0 commit comments