Added x86 platform support

This commit is contained in:
2023-07-09 22:02:17 +02:00
parent 04478c49ce
commit 5c81172e76

View File

@@ -12,6 +12,7 @@ GEM
ffi (1.15.5) ffi (1.15.5)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
google-protobuf (3.23.1-arm64-darwin) google-protobuf (3.23.1-arm64-darwin)
google-protobuf (3.23.1-x86_64-darwin)
http_parser.rb (0.8.0) http_parser.rb (0.8.0)
i18n (1.13.0) i18n (1.13.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
@@ -64,6 +65,8 @@ GEM
safe_yaml (1.0.5) safe_yaml (1.0.5)
sass-embedded (1.62.1-arm64-darwin) sass-embedded (1.62.1-arm64-darwin)
google-protobuf (~> 3.21) google-protobuf (~> 3.21)
sass-embedded (1.62.1-x86_64-darwin)
google-protobuf (~> 3.21)
terminal-table (3.0.2) terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3) unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2) unicode-display_width (2.4.2)
@@ -71,6 +74,7 @@ GEM
PLATFORMS PLATFORMS
arm64-darwin-22 arm64-darwin-22
x86_64-darwin-22
DEPENDENCIES DEPENDENCIES
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)