install-bundler-gem: allow on ARM.
Needed for CI: https://github.com/Homebrew/homebrew-core/pull/69460/checks?check_run_id=1740727396#step:6:32
This commit is contained in:
parent
7360880780
commit
8cb2cc4bcc
@ -14,8 +14,6 @@ module Homebrew
|
|||||||
Homebrew::CLI::Parser.new do
|
Homebrew::CLI::Parser.new do
|
||||||
description <<~EOS
|
description <<~EOS
|
||||||
Install Homebrew's Bundler gems.
|
Install Homebrew's Bundler gems.
|
||||||
|
|
||||||
Not (yet) working on Apple Silicon.
|
|
||||||
EOS
|
EOS
|
||||||
|
|
||||||
named_args :none
|
named_args :none
|
||||||
@ -23,9 +21,6 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
def install_bundler_gems
|
def install_bundler_gems
|
||||||
# TODO: update description above if removing this.
|
|
||||||
raise UsageError, "not (yet) working on Apple Silicon!" if Hardware::CPU.arm?
|
|
||||||
|
|
||||||
install_bundler_gems_args.parse
|
install_bundler_gems_args.parse
|
||||||
|
|
||||||
Homebrew.install_bundler_gems!
|
Homebrew.install_bundler_gems!
|
||||||
|
|||||||
@ -1040,8 +1040,6 @@ Display the path where *`formula`* is located.
|
|||||||
|
|
||||||
Install Homebrew's Bundler gems.
|
Install Homebrew's Bundler gems.
|
||||||
|
|
||||||
Not (yet) working on Apple Silicon.
|
|
||||||
|
|
||||||
### `irb` [*`--examples`*] [*`--pry`*]
|
### `irb` [*`--examples`*] [*`--pry`*]
|
||||||
|
|
||||||
Enter the interactive Homebrew Ruby shell.
|
Enter the interactive Homebrew Ruby shell.
|
||||||
|
|||||||
@ -1434,9 +1434,6 @@ Display the path where \fIformula\fR is located\.
|
|||||||
.SS "\fBinstall\-bundler\-gems\fR"
|
.SS "\fBinstall\-bundler\-gems\fR"
|
||||||
Install Homebrew\'s Bundler gems\.
|
Install Homebrew\'s Bundler gems\.
|
||||||
.
|
.
|
||||||
.P
|
|
||||||
Not (yet) working on Apple Silicon\.
|
|
||||||
.
|
|
||||||
.SS "\fBirb\fR [\fI\-\-examples\fR] [\fI\-\-pry\fR]"
|
.SS "\fBirb\fR [\fI\-\-examples\fR] [\fI\-\-pry\fR]"
|
||||||
Enter the interactive Homebrew Ruby shell\.
|
Enter the interactive Homebrew Ruby shell\.
|
||||||
.
|
.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user