DEV: add support for macOS in bundler (#11600)

see: 39ba1ae2b5
This commit is contained in:
Arpit Jalan 2020-12-29 10:09:50 +05:30 committed by GitHub
parent 39ba1ae2b5
commit 357d698557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -160,6 +160,9 @@ GEM
jwt (2.2.2)
kgio (2.11.3)
libv8 (8.4.255.0)
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)
libv8 (8.4.255.0-x86_64-linux)
listen (3.3.3)
rb-fsevent (~> 0.10, >= 0.10.3)
@ -433,6 +436,9 @@ GEM
PLATFORMS
ruby
x86_64-darwin-18
x86_64-darwin-19
x86_64-darwin-20
x86_64-linux
DEPENDENCIES
@ -560,4 +566,4 @@ DEPENDENCIES
yaml-lint
BUNDLED WITH
2.2.2
2.2.3