mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Restore ARM Linux support when installing gems
This commit is contained in:
parent
0fdb06b421
commit
c150657005
@ -56,12 +56,18 @@ GEM
|
||||
mime-types (3.4.1)
|
||||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2022.0105)
|
||||
mini_portile2 (2.8.0)
|
||||
minitest (5.16.3)
|
||||
msgpack (1.6.0)
|
||||
mustache (1.1.1)
|
||||
net-http-digest_auth (1.4.1)
|
||||
net-http-persistent (4.0.1)
|
||||
connection_pool (~> 2.2)
|
||||
nokogiri (1.13.8)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.13.8-aarch64-linux)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.13.8-arm64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.13.8-x86_64-darwin)
|
||||
@ -212,6 +218,8 @@ GEM
|
||||
zeitwerk (2.6.1)
|
||||
|
||||
PLATFORMS
|
||||
aarch64-linux
|
||||
arm-linux
|
||||
arm64-darwin
|
||||
x86_64-darwin
|
||||
x86_64-linux
|
||||
@ -257,4 +265,4 @@ RUBY VERSION
|
||||
ruby 2.6.8p205
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.23
|
||||
2.3.24
|
||||
|
@ -10,7 +10,7 @@ require "English"
|
||||
module Homebrew
|
||||
# Keep in sync with the `Gemfile.lock`'s BUNDLED WITH.
|
||||
# After updating this, run `brew vendor-gems --update=--bundler`.
|
||||
HOMEBREW_BUNDLER_VERSION = "2.3.23"
|
||||
HOMEBREW_BUNDLER_VERSION = "2.3.24"
|
||||
|
||||
module_function
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user