Restore ARM Linux support when installing gems

This commit is contained in:
Bo Anderson 2022-10-17 13:57:31 +01:00
parent 0fdb06b421
commit c150657005
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65
2 changed files with 10 additions and 2 deletions

View File

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

View File

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