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
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT

GIT
remote: https://github.com/html2rss/html2rss.git
revision: e11e2513046ca688cba6178f20ca23adef3d92b7
revision: 4a414ce3f0652ca19d2b632a401042cfd00159a6
specs:
html2rss (0.18.0)
addressable (~> 2.7)
Expand All @@ -32,9 +32,9 @@ GIT
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.9)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
async (2.38.1)
async (2.39.0)
console (~> 1.29)
fiber-annotation
io-event (~> 1.11)
Expand All @@ -59,7 +59,7 @@ GEM
protocol-rack (~> 0.7)
protocol-websocket (~> 0.17)
base64 (0.3.0)
bigdecimal (4.1.0)
bigdecimal (4.1.1)
brotli (0.8.0)
concurrent-ruby (1.3.6)
console (1.34.3)
Expand Down Expand Up @@ -118,7 +118,7 @@ GEM
fiber-storage
fiber-storage (1.0.1)
io-endpoint (0.17.2)
io-event (1.14.5)
io-event (1.15.1)
io-stream (0.11.1)
json (2.19.3)
kramdown (2.5.2)
Expand All @@ -128,22 +128,22 @@ GEM
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2026.0317)
mime-types-data (3.2026.0331)
net-http (0.9.1)
uri (>= 0.11.1)
nokogiri (1.19.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.2-x86_64-linux-gnu)
racc (~> 1.4)
parallel (1.27.0)
parallel (2.0.0)
protocol-hpack (1.5.1)
protocol-http (0.60.0)
protocol-http1 (0.37.0)
protocol-http (~> 0.58)
protocol-http2 (0.24.0)
protocol-hpack (~> 1.4)
protocol-http (~> 0.47)
protocol-rack (0.22.0)
protocol-rack (0.22.1)
io-stream (>= 0.10)
protocol-http (~> 0.58)
rack (>= 1.0)
Expand All @@ -159,7 +159,7 @@ GEM
mime-types (>= 3.0)
racc (1.8.1)
rack (3.2.6)
regexp_parser (2.11.3)
regexp_parser (2.12.0)
reverse_markdown (3.0.2)
nokogiri
rexml (3.4.4)
Expand Down
Loading