Skip to content

Commit

Permalink
chore: Adds x86_64-linux to platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Jan 19, 2024
1 parent 4fac33f commit fb1330d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.16.3)
ffi (1.16.3-x64-mingw-ucrt)
forwardable-extended (2.6.0)
google-protobuf (3.25.2-x64-mingw-ucrt)
google-protobuf (3.25.2-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -59,6 +61,8 @@ GEM
safe_yaml (1.0.5)
sass-embedded (1.70.0-x64-mingw-ucrt)
google-protobuf (~> 3.25)
sass-embedded (1.70.0-x86_64-linux-gnu)
google-protobuf (~> 3.25)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
Expand All @@ -71,6 +75,7 @@ GEM

PLATFORMS
x64-mingw-ucrt
x86_64-linux

DEPENDENCIES
http_parser.rb (~> 0.6.0)
Expand Down

0 comments on commit fb1330d

Please sign in to comment.