Skip to content

Commit a45ca7a

Browse files
committed
Add linux as a platform
1 parent 4d67887 commit a45ca7a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Gemfile.lock

+7-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ GEM
1111
http_parser.rb (~> 0)
1212
eventmachine (1.2.7)
1313
ffi (1.17.0-x64-mingw-ucrt)
14+
ffi (1.17.0-x86_64-linux-gnu)
1415
forwardable-extended (2.6.0)
1516
google-protobuf (4.27.1-x64-mingw-ucrt)
1617
bigdecimal
1718
rake (>= 13)
19+
google-protobuf (4.27.1-x86_64-linux)
20+
bigdecimal
21+
rake (>= 13)
1822
http_parser.rb (0.8.0)
1923
i18n (1.14.5)
2024
concurrent-ruby (~> 1.0)
@@ -70,6 +74,8 @@ GEM
7074
safe_yaml (1.0.5)
7175
sass-embedded (1.77.5-x64-mingw-ucrt)
7276
google-protobuf (>= 3.25, < 5.0)
77+
sass-embedded (1.77.5-x86_64-linux-gnu)
78+
google-protobuf (>= 3.25, < 5.0)
7379
strscan (3.1.0)
7480
terminal-table (3.0.2)
7581
unicode-display_width (>= 1.1.1, < 3)
@@ -78,20 +84,18 @@ GEM
7884
tzinfo-data (1.2024.1)
7985
tzinfo (>= 1.0.0)
8086
unicode-display_width (2.5.0)
81-
wdm (0.1.1)
8287
webrick (1.8.1)
8388

8489
PLATFORMS
8590
x64-mingw-ucrt
91+
x86_64-linux
8692

8793
DEPENDENCIES
8894
http_parser.rb (~> 0.6.0)
89-
jekyll (~> 4.3.3)
9095
jekyll-dash (~> 2)
9196
jekyll-feed (~> 0.12)
9297
tzinfo (>= 1, < 3)
9398
tzinfo-data
94-
wdm (~> 0.1.1)
9599

96100
BUNDLED WITH
97101
2.5.12

0 commit comments

Comments
 (0)