Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ GEM
remote: https://rubygems.org/
specs:
Ascii85 (2.0.1)
addressable (2.8.9)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
afm (1.0.0)
ast (2.4.3)
async (2.35.3)
async (2.37.0)
console (~> 1.29)
fiber-annotation
io-event (~> 1.11)
Expand All @@ -22,7 +22,7 @@ GEM
colorator (1.1.0)
colorize (1.1.0)
concurrent-ruby (1.3.5)
console (1.34.2)
console (1.34.3)
fiber-annotation
fiber-local (~> 1.1)
json
Expand All @@ -35,8 +35,8 @@ GEM
logger
eventmachine (1.2.7)
execjs (2.7.0)
ffi (1.17.3-arm64-darwin)
ffi (1.17.3-x86_64-linux-gnu)
ffi (1.17.4-arm64-darwin)
ffi (1.17.4-x86_64-linux-gnu)
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
Expand Down Expand Up @@ -78,7 +78,7 @@ GEM
guard (>= 2.0.0)
guard-compat (~> 1.0)
hashery (2.1.2)
html-proofer (5.2.0)
html-proofer (5.2.1)
addressable (~> 2.3)
async (~> 2.1)
benchmark (~> 0.5)
Expand All @@ -92,7 +92,7 @@ GEM
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
io-event (1.14.2)
io-event (1.14.3)
jekyll (4.4.1)
addressable (~> 2.4)
base64 (~> 0.2)
Expand Down Expand Up @@ -158,9 +158,9 @@ GEM
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
nenv (0.3.0)
nokogiri (1.19.1-arm64-darwin)
nokogiri (1.19.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.1-x86_64-linux-gnu)
nokogiri (1.19.2-x86_64-linux-gnu)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -259,12 +259,12 @@ GEM
traces (0.18.2)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
typhoeus (1.4.1)
ethon (>= 0.9.0)
typhoeus (1.6.0)
ethon (>= 0.18.0)
unicode-display_width (2.6.0)
webrick (1.9.2)
yell (2.2.2)
zeitwerk (2.7.4)
zeitwerk (2.7.5)

PLATFORMS
arm64-darwin-24
Expand Down
Loading