Skip to content
Open
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,10 +2,10 @@ GEM
remote: https://rubygems.org/
specs:
Ascii85 (2.0.1)
addressable (2.8.8)
addressable (2.8.9)
public_suffix (>= 2.0.2, < 8.0)
afm (1.0.0)
async (2.35.1)
async (2.38.1)
console (~> 1.29)
fiber-annotation
io-event (~> 1.11)
Expand All @@ -16,7 +16,7 @@ GEM
bigdecimal (3.3.1)
colorator (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 @@ -28,7 +28,7 @@ GEM
ffi (>= 1.15.0)
logger
eventmachine (1.2.7)
ffi (1.17.3)
ffi (1.17.4)
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
Expand All @@ -38,7 +38,7 @@ GEM
bigdecimal
rake (>= 13)
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 @@ -51,7 +51,7 @@ GEM
http_parser.rb (0.8.0)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-event (1.14.2)
io-event (1.14.5)
jekyll (4.4.1)
addressable (~> 2.4)
base64 (~> 0.2)
Expand All @@ -75,7 +75,7 @@ GEM
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.19.2)
json (2.19.3)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
Expand All @@ -88,7 +88,7 @@ GEM
mercenary (0.4.0)
metrics (0.15.0)
mini_portile2 (2.8.9)
nokogiri (1.19.1)
nokogiri (1.19.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pathutil (0.16.2)
Expand All @@ -99,7 +99,7 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (7.0.2)
public_suffix (7.0.5)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
Expand All @@ -118,12 +118,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.1)
yell (2.2.2)
zeitwerk (2.7.4)
zeitwerk (2.7.5)

PLATFORMS
ruby
Expand Down
Loading