Skip to content

Commit

Permalink
Add more ruby platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrnikitin committed Jan 29, 2024
1 parent 3014d40 commit d328eef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.25.2-x86_64-linux)
google-protobuf (3.25.2)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -54,6 +55,10 @@ GEM
rexml (3.2.6)
rouge (4.2.0)
safe_yaml (1.0.5)
sass-embedded (1.70.0-x64-mingw-ucrt)
google-protobuf (~> 3.25)
sass-embedded (1.70.0-x64-mingw32)
google-protobuf (~> 3.25)
sass-embedded (1.70.0-x86_64-linux-gnu)
google-protobuf (~> 3.25)
terminal-table (3.0.2)
Expand All @@ -62,6 +67,8 @@ GEM
webrick (1.8.1)

PLATFORMS
x64-mingw-ucrt
x64-mingw32
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit d328eef

Please sign in to comment.