Skip to content

Commit

Permalink
include updated lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
DawnweiSong committed Nov 23, 2024
1 parent cb6b016 commit b35df34
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ node_modules/
vendor
.idea
*.lock*
*.bak
12 changes: 12 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
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)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
Expand Down Expand Up @@ -110,6 +112,8 @@ GEM
webrick (~> 1.7)
jekyll-archives (2.2.1)
jekyll (>= 3.6, < 5.0)
jekyll-diagrams (0.10.0)
jekyll (>= 3.8, < 5.0)
jekyll-email-protect (1.1.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
Expand Down Expand Up @@ -170,11 +174,15 @@ GEM
matrix (0.4.2)
mercenary (0.4.0)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.1)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
namae (1.2.0)
racc (~> 1.7)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.7-arm-linux)
Expand Down Expand Up @@ -208,6 +216,8 @@ GEM
google-protobuf (~> 4.28)
sass-embedded (1.80.3-arm64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.80.3-x64-mingw32)
google-protobuf (~> 4.28)
sass-embedded (1.80.3-x86-linux-gnu)
google-protobuf (~> 4.28)
sass-embedded (1.80.3-x86-linux-musl)
Expand Down Expand Up @@ -240,6 +250,7 @@ PLATFORMS
arm-linux-musl
arm-linux-musleabihf
arm64-darwin
x64-mingw32
x86-linux
x86-linux-gnu
x86-linux-musl
Expand All @@ -254,6 +265,7 @@ DEPENDENCIES
httparty
jekyll
jekyll-archives
jekyll-diagrams
jekyll-email-protect
jekyll-feed
jekyll-get-json
Expand Down
28 changes: 18 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b35df34

Please sign in to comment.