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:
Mike McQuaid 2021-01-21 10:02:57 +00:00
parent 7360880780
commit 8cb2cc4bcc
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
3 changed files with 0 additions and 10 deletions

View File

@ -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!

View File

@ -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.

View File

@ -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\.
. .