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
28 changes: 14 additions & 14 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: a21ca4f131ff5cb77c1b4a89083913f4d4b28be3
revision: ca2521a1b4c54b5e861edfb9ebc70d09c00623cb
specs:
html2rss (0.17.0)
addressable (~> 2.7)
Expand All @@ -32,13 +32,13 @@ GEM
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
ast (2.4.3)
base64 (0.2.0)
bigdecimal (3.1.9)
colorator (1.1.0)
concurrent-ruby (1.3.5)
crass (1.0.6)
csv (3.3.2)
csv (3.3.3)
dry-configurable (1.3.0)
dry-core (~> 1.1)
zeitwerk (~> 2.6)
Expand Down Expand Up @@ -153,18 +153,18 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.6)
mercenary (0.4.0)
mime-types (3.6.0)
mime-types (3.6.1)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2025.0304)
mime-types-data (3.2025.0318)
net-http (0.6.0)
uri
nokogiri (1.18.4-arm64-darwin)
nokogiri (1.18.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.4-x86_64-linux-gnu)
nokogiri (1.18.5-x86_64-linux-gnu)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.7.1)
parser (3.3.7.2)
ast (~> 2.4.1)
racc
pathutil (0.16.2)
Expand Down Expand Up @@ -198,17 +198,17 @@ GEM
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.39.0)
parser (>= 3.3.1.0)
rubocop-ast (1.41.0)
parser (>= 3.3.7.2)
ruby-progressbar (1.13.0)
safe_yaml (1.0.5)
sanitize (7.0.0)
crass (~> 1.0.2)
nokogiri (>= 1.16.8)
sass-embedded (1.85.1-arm64-darwin)
google-protobuf (~> 4.29)
sass-embedded (1.85.1-x86_64-linux-gnu)
google-protobuf (~> 4.29)
sass-embedded (1.86.0-arm64-darwin)
google-protobuf (~> 4.30)
sass-embedded (1.86.0-x86_64-linux-gnu)
google-protobuf (~> 4.30)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.2)
Expand Down
Loading