Skip to content

Commit

Permalink
Add x86_64-linux platform to Gemfile.lock for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xinwuchn committed Nov 24, 2024
1 parent d0f1f6e commit 944a5c8
Showing 1 changed file with 24 additions and 15 deletions.
39 changes: 24 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ GEM
eventmachine (1.2.7)
execjs (2.9.1)
fast-stemmer (1.0.2)
feedjira (3.2.3)
loofah (>= 2.3.1, < 3)
sax-machine (>= 1.0, < 2)
ffi (1.17.0-aarch64-linux-gnu)
feedjira (3.2.1)
loofah (>= 2.3.1)
sax-machine (>= 1.0)
ffi (1.17.0)
forwardable-extended (2.6.0)
gemoji (4.1.0)
google-protobuf (4.27.3-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (3.23.4-aarch64-linux)
google-protobuf (3.23.4-arm64-darwin)
google-protobuf (3.23.4-x86_64-linux)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
Expand All @@ -67,7 +67,7 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.3.3)
jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -116,7 +116,7 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-tabs (1.2.1)
jekyll (>= 3.0, < 5.0)
jekyll-toc (0.19.0)
jekyll-toc (0.18.0)
jekyll (>= 3.9)
nokogiri (~> 1.12)
jekyll-twitter-plugin (2.1.0)
Expand All @@ -135,11 +135,13 @@ GEM
kramdown (~> 2.0)
latex-decode (0.4.0)
libv8-node (22.5.1.0-aarch64-linux)
libv8-node (22.5.1.0-arm64-darwin)
libv8-node (22.5.1.0-x86_64-linux)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
matrix (0.4.2)
Expand All @@ -153,7 +155,11 @@ GEM
mutex_m (0.2.0)
namae (1.2.0)
racc (~> 1.7)
nokogiri (1.16.7-aarch64-linux)
nokogiri (1.13.10-aarch64-linux)
racc (~> 1.4)
nokogiri (1.13.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
Expand All @@ -167,8 +173,9 @@ GEM
strscan
rouge (4.3.0)
safe_yaml (1.0.5)
sass-embedded (1.77.8-aarch64-linux-gnu)
google-protobuf (~> 4.26)
sass-embedded (1.58.3)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sax-machine (1.3.2)
strscan (3.1.0)
terminal-table (3.0.2)
Expand All @@ -182,7 +189,9 @@ GEM
webrick (1.8.1)

PLATFORMS
aarch64-linux-gnu
aarch64-linux
arm64-darwin-24
x86_64-linux

DEPENDENCIES
classifier-reborn
Expand Down Expand Up @@ -211,4 +220,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.5.17
2.4.22

0 comments on commit 944a5c8

Please sign in to comment.