Skip to content

Commit 7b3a958

Browse files
author
codefl0w
committed
Fix workflow
1 parent ea84c25 commit 7b3a958

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ _site/
77
.jekyll-metadata
88
# Ignore folders generated by Bundler
99
.bundle/
10+
.bundle-user/
1011
vendor/
1112
node_modules/
1213
.docusaurus/

Gemfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ GEM
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
1515
ffi (1.17.2-x64-mingw-ucrt)
16+
ffi (1.17.2-x86_64-linux-gnu)
1617
forwardable-extended (2.6.0)
1718
google-protobuf (4.30.2-x64-mingw-ucrt)
1819
bigdecimal
1920
rake (>= 13)
21+
google-protobuf (4.30.2-x86_64-linux)
22+
bigdecimal
23+
rake (>= 13)
2024
http_parser.rb (0.8.0)
2125
i18n (1.14.7)
2226
concurrent-ruby (~> 1.0)
@@ -65,13 +69,16 @@ GEM
6569
safe_yaml (1.0.5)
6670
sass-embedded (1.86.3-x64-mingw-ucrt)
6771
google-protobuf (~> 4.30)
72+
sass-embedded (1.86.3-x86_64-linux-gnu)
73+
google-protobuf (~> 4.30)
6874
terminal-table (3.0.2)
6975
unicode-display_width (>= 1.1.1, < 3)
7076
unicode-display_width (2.6.0)
7177
webrick (1.9.1)
7278

7379
PLATFORMS
7480
x64-mingw-ucrt
81+
x86_64-linux
7582

7683
DEPENDENCIES
7784
jekyll

0 commit comments

Comments
 (0)