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 @@ -14,10 +14,10 @@ GEM
minitest (>= 5.1, < 6)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.8)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
afm (1.0.0)
async (2.35.2)
async (2.39.0)
console (~> 1.29)
fiber-annotation
io-event (~> 1.11)
Expand Down Expand Up @@ -49,7 +49,7 @@ GEM
sass (>= 3.2, < 3.5)
concurrent-ruby (1.3.4)
connection_pool (3.0.2)
console (1.34.2)
console (1.34.3)
fiber-annotation
fiber-local (~> 1.1)
json
Expand All @@ -68,7 +68,7 @@ GEM
execjs (2.10.0)
fast_blank (1.0.1)
fastimage (2.4.0)
ffi (1.17.3)
ffi (1.17.4)
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
Expand Down Expand Up @@ -105,7 +105,7 @@ GEM
concurrent-ruby (~> 1.0)
hashery (2.1.2)
hashie (3.6.0)
html-proofer (5.2.0)
html-proofer (5.2.1)
addressable (~> 2.3)
async (~> 2.1)
benchmark (~> 0.5)
Expand All @@ -118,8 +118,8 @@ GEM
http_parser.rb (0.8.0)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
io-event (1.14.2)
json (2.19.2)
io-event (1.15.1)
json (2.19.3)
kramdown (2.5.1)
rexml (>= 3.3.9)
listen (3.9.0)
Expand Down Expand Up @@ -185,7 +185,7 @@ GEM
minitest (5.27.0)
multi_json (1.18.0)
mutex_m (0.3.0)
nokogiri (1.19.1)
nokogiri (1.19.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
openapi3_parser (0.9.2)
Expand All @@ -203,7 +203,7 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (7.0.2)
public_suffix (7.0.5)
racc (1.8.1)
rack (3.2.5)
rack-livereload (0.3.17)
Expand Down Expand Up @@ -243,15 +243,15 @@ 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)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
webrick (1.9.2)
yell (2.2.2)
zeitwerk (2.7.4)
zeitwerk (2.7.5)

PLATFORMS
ruby
Expand Down
Loading