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
22 changes: 11 additions & 11 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: 4a23fb69459c154014f9e15b2c69686a082176ac
revision: eaebbf2159f9e82734c216da55bddb346db9865a
specs:
html2rss (0.22.2)
addressable (~> 2.7)
Expand All @@ -33,16 +33,16 @@ GEM
specs:
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
async (2.43.0)
async (2.44.0)
console (~> 1.29)
fiber-annotation
io-event (~> 1.11)
async-http (0.98.1)
async-http (0.99.0)
async (>= 2.35.1)
async-pool (~> 0.11)
io-endpoint (~> 0.14)
io-stream (~> 0.14)
protocol-http (~> 0.64)
protocol-http (~> 0.66)
protocol-http1 (~> 0.39)
protocol-http2 (~> 0.26)
protocol-url (~> 0.2)
Expand Down Expand Up @@ -113,10 +113,10 @@ GEM
fiber-storage
fiber-storage (1.0.1)
io-endpoint (0.17.2)
io-event (1.19.3)
io-event (1.19.4)
io-stream (0.14.0)
openssl (>= 3.3)
json (2.21.1)
json (2.21.2)
kramdown (2.5.2)
rexml (>= 3.4.4)
logger (1.7.0)
Expand All @@ -132,17 +132,17 @@ GEM
racc (~> 1.4)
openssl (4.0.2)
protocol-hpack (1.5.1)
protocol-http (0.64.0)
protocol-http1 (0.39.0)
protocol-http (~> 0.62)
protocol-http (0.68.0)
protocol-http1 (0.40.0)
protocol-http (~> 0.68)
protocol-http2 (0.26.2)
protocol-hpack (~> 1.4)
protocol-http (~> 0.62)
protocol-rack (0.22.1)
io-stream (>= 0.10)
protocol-http (~> 0.58)
rack (>= 1.0)
protocol-url (0.4.0)
protocol-url (0.5.0)
protocol-websocket (0.21.1)
protocol-http (~> 0.2)
public_suffix (7.0.5)
Expand Down Expand Up @@ -170,7 +170,7 @@ GEM
uri (1.1.1)
urlpattern (0.1.1-arm64-darwin)
urlpattern (0.1.1-x86_64-linux)
zeitwerk (2.8.2)
zeitwerk (2.8.3)
zlib (3.2.3)

PLATFORMS
Expand Down
Loading