add darwin platform to lockfile
refs DE-1492 Change-Id: Idf80a5a4f6b8edbd033f4451022caf0f760d2a77 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/309900 Reviewed-by: Jacob Burroughs <jburroughs@instructure.com> Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> QA-Review: Aaron Ogata <aogata@instructure.com> Product-Review: Aaron Ogata <aogata@instructure.com> Build-Review: Aaron Ogata <aogata@instructure.com>
This commit is contained in:
parent
4f57e27ae4
commit
132ef537dd
|
@ -624,6 +624,7 @@ GEM
|
|||
retriable (~> 1.4)
|
||||
signet (~> 0.6)
|
||||
google-protobuf (3.21.12)
|
||||
google-protobuf (3.21.12-x86_64-darwin)
|
||||
google-protobuf (3.21.12-x86_64-linux)
|
||||
graphql (1.12.14)
|
||||
graphql-batch (0.4.3)
|
||||
|
@ -765,6 +766,10 @@ GEM
|
|||
nio4r (2.5.8)
|
||||
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)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.13.8-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
nokogiri-xmlsec-instructure (0.10.2)
|
||||
|
@ -1148,6 +1153,8 @@ GEM
|
|||
|
||||
PLATFORMS
|
||||
aarch64-linux
|
||||
arm64-darwin
|
||||
x86_64-darwin
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
|
|
|
@ -630,6 +630,7 @@ GEM
|
|||
retriable (~> 1.4)
|
||||
signet (~> 0.6)
|
||||
google-protobuf (3.21.12)
|
||||
google-protobuf (3.21.12-x86_64-darwin)
|
||||
google-protobuf (3.21.12-x86_64-linux)
|
||||
graphql (1.12.14)
|
||||
graphql-batch (0.4.3)
|
||||
|
@ -771,6 +772,10 @@ GEM
|
|||
nio4r (2.5.8)
|
||||
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)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.13.8-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
nokogiri-xmlsec-instructure (0.10.2)
|
||||
|
@ -1147,6 +1152,8 @@ GEM
|
|||
|
||||
PLATFORMS
|
||||
aarch64-linux
|
||||
arm64-darwin
|
||||
x86_64-darwin
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
|
|
Loading…
Reference in New Issue