DEV: Update Gemfile.lock for arm64-darwin-20 (#11865)

After this, the only remaining issue preventing Discourse from booting on apple silicon is mini_racer/libv8. See upstream discussion at https://github.com/rubyjs/mini_racer/pull/186 for an experimental solution.
This commit is contained in:
David Taylor 2021-01-27 15:20:29 +00:00 committed by GitHub
parent 1ccb6583b1
commit 415f8cfd3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -170,6 +170,7 @@ GEM
jwt (2.2.2)
kgio (2.11.3)
libv8 (8.4.255.0)
libv8 (8.4.255.0-universal-darwin-20)
libv8 (8.4.255.0-x86_64-darwin-18)
libv8 (8.4.255.0-x86_64-darwin-19)
libv8 (8.4.255.0-x86_64-darwin-20)
@ -220,6 +221,8 @@ GEM
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-linux)
@ -453,6 +456,7 @@ GEM
zeitwerk (2.4.2)
PLATFORMS
arm64-darwin-20
ruby
x86_64-darwin-18
x86_64-darwin-19
@ -585,4 +589,4 @@ DEPENDENCIES
yaml-lint
BUNDLED WITH
2.2.3
2.2.6