diff --git a/Library/Homebrew/dev-cmd/install-bundler-gems.rb b/Library/Homebrew/dev-cmd/install-bundler-gems.rb index 2019303086..73ba1f7f49 100644 --- a/Library/Homebrew/dev-cmd/install-bundler-gems.rb +++ b/Library/Homebrew/dev-cmd/install-bundler-gems.rb @@ -14,8 +14,6 @@ module Homebrew Homebrew::CLI::Parser.new do description <<~EOS Install Homebrew's Bundler gems. - - Not (yet) working on Apple Silicon. EOS named_args :none @@ -23,9 +21,6 @@ module Homebrew end 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 Homebrew.install_bundler_gems! diff --git a/docs/Manpage.md b/docs/Manpage.md index 05d7ab8874..361ae2ff3b 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1040,8 +1040,6 @@ Display the path where *`formula`* is located. Install Homebrew's Bundler gems. -Not (yet) working on Apple Silicon. - ### `irb` [*`--examples`*] [*`--pry`*] Enter the interactive Homebrew Ruby shell. diff --git a/manpages/brew.1 b/manpages/brew.1 index 0000e95cf0..5c90003237 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1434,9 +1434,6 @@ Display the path where \fIformula\fR is located\. .SS "\fBinstall\-bundler\-gems\fR" Install Homebrew\'s Bundler gems\. . -.P -Not (yet) working on Apple Silicon\. -. .SS "\fBirb\fR [\fI\-\-examples\fR] [\fI\-\-pry\fR]" Enter the interactive Homebrew Ruby shell\. .