rubocops/uses_from_macos: remove gnu-getopt and rpcgen
Also add `bc-gh` which is the version of bc provided by Ventura and newer macOS. Other `bc` (GNU bc) was provided until Monterey
This commit is contained in:
parent
94eb0c7f83
commit
fcf05d1b21
@ -11,6 +11,7 @@ module RuboCop
|
||||
PROVIDED_BY_MACOS_FORMULAE = %w[
|
||||
apr
|
||||
bc
|
||||
bc-gh
|
||||
berkeley-db
|
||||
bison
|
||||
bzip2
|
||||
@ -22,7 +23,6 @@ module RuboCop
|
||||
expat
|
||||
file-formula
|
||||
flex
|
||||
gnu-getopt
|
||||
gperf
|
||||
icu4c
|
||||
krb5
|
||||
@ -46,7 +46,6 @@ module RuboCop
|
||||
pax
|
||||
pcsc-lite
|
||||
pod2man
|
||||
rpcgen
|
||||
ruby
|
||||
sqlite
|
||||
ssh-copy-id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user