Skip to content

Commit c024849

Browse files
committed
chore(deps): switch to released gem
1 parent c3c7ef2 commit c024849

2 files changed

Lines changed: 114 additions & 69 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

7-
gem 'html2rss', github: 'html2rss/html2rss', branch: :master
7+
gem 'html2rss', '~> 0.18'
88

99
group :development do
1010
gem 'html2rss-generator', github: 'html2rss/generator', branch: :main

Gemfile.lock

Lines changed: 113 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,6 @@ GIT
1010
tty-markdown
1111
tty-prompt
1212

13-
GIT
14-
remote: https://github.com/html2rss/html2rss
15-
revision: e11e2513046ca688cba6178f20ca23adef3d92b7
16-
branch: master
17-
specs:
18-
html2rss (0.18.0)
19-
addressable (~> 2.7)
20-
brotli
21-
dry-validation
22-
faraday (> 2.0.1, < 3.0)
23-
faraday-follow_redirects
24-
faraday-gzip (~> 3)
25-
kramdown
26-
mime-types (> 3.0)
27-
nokogiri (>= 1.10, < 2.0)
28-
parallel
29-
puppeteer-ruby
30-
regexp_parser
31-
reverse_markdown (~> 3.0)
32-
rss
33-
sanitize
34-
thor
35-
tzinfo
36-
zeitwerk
37-
3813
PATH
3914
remote: .
4015
specs:
@@ -47,40 +22,75 @@ GEM
4722
addressable (2.8.9)
4823
public_suffix (>= 2.0.2, < 8.0)
4924
ast (2.4.3)
25+
async (2.38.1)
26+
console (~> 1.29)
27+
fiber-annotation
28+
io-event (~> 1.11)
29+
metrics (~> 0.12)
30+
traces (~> 0.18)
31+
async-http (0.94.2)
32+
async (>= 2.10.2)
33+
async-pool (~> 0.11)
34+
io-endpoint (~> 0.14)
35+
io-stream (~> 0.6)
36+
metrics (~> 0.12)
37+
protocol-http (~> 0.58)
38+
protocol-http1 (~> 0.36)
39+
protocol-http2 (~> 0.22)
40+
protocol-url (~> 0.2)
41+
traces (~> 0.10)
42+
async-pool (0.11.2)
43+
async (>= 2.0)
44+
async-websocket (0.30.0)
45+
async-http (~> 0.76)
46+
protocol-http (~> 0.34)
47+
protocol-rack (~> 0.7)
48+
protocol-websocket (~> 0.17)
5049
base64 (0.3.0)
5150
bigdecimal (4.1.0)
5251
brotli (0.8.0)
5352
concurrent-ruby (1.3.6)
53+
console (1.34.3)
54+
fiber-annotation
55+
fiber-local (~> 1.1)
56+
json
5457
crass (1.0.6)
5558
diff-lcs (1.6.2)
56-
dry-configurable (0.16.1)
57-
dry-core (~> 0.6)
59+
dry-configurable (1.3.0)
60+
dry-core (~> 1.1)
61+
zeitwerk (~> 2.6)
62+
dry-core (1.2.0)
63+
concurrent-ruby (~> 1.0)
64+
logger
5865
zeitwerk (~> 2.6)
59-
dry-container (0.11.0)
66+
dry-inflector (1.3.1)
67+
dry-initializer (3.2.0)
68+
dry-logic (1.6.0)
69+
bigdecimal
6070
concurrent-ruby (~> 1.0)
61-
dry-core (0.9.1)
71+
dry-core (~> 1.1)
72+
zeitwerk (~> 2.6)
73+
dry-schema (1.16.0)
6274
concurrent-ruby (~> 1.0)
75+
dry-configurable (~> 1.0, >= 1.0.1)
76+
dry-core (~> 1.1)
77+
dry-initializer (~> 3.2)
78+
dry-logic (~> 1.6)
79+
dry-types (~> 1.9, >= 1.9.1)
6380
zeitwerk (~> 2.6)
64-
dry-equalizer (0.3.0)
65-
dry-logic (0.4.2)
66-
dry-container (~> 0.2, >= 0.2.6)
67-
dry-core (~> 0.2)
68-
dry-equalizer (~> 0.2)
69-
dry-types (0.12.3)
81+
dry-types (1.9.1)
82+
bigdecimal (>= 3.0)
7083
concurrent-ruby (~> 1.0)
71-
dry-configurable (~> 0.1)
72-
dry-container (~> 0.3)
73-
dry-core (~> 0.2, >= 0.2.1)
74-
dry-equalizer (~> 0.2)
75-
dry-logic (~> 0.4, >= 0.4.2)
76-
inflecto (~> 0.0.0, >= 0.0.2)
77-
dry-validation (0.11.2)
84+
dry-core (~> 1.0)
85+
dry-inflector (~> 1.0)
86+
dry-logic (~> 1.4)
87+
zeitwerk (~> 2.6)
88+
dry-validation (1.11.1)
7889
concurrent-ruby (~> 1.0)
79-
dry-configurable (~> 0.1, >= 0.1.3)
80-
dry-core (~> 0.2, >= 0.2.1)
81-
dry-equalizer (~> 0.2)
82-
dry-logic (~> 0.4.2)
83-
dry-types (~> 0.12.0)
90+
dry-core (~> 1.1)
91+
dry-initializer (~> 3.2)
92+
dry-schema (~> 1.14)
93+
zeitwerk (~> 2.6)
8494
faraday (2.14.1)
8595
faraday-net_http (>= 2.0, < 3.5)
8696
json
@@ -92,46 +102,84 @@ GEM
92102
zlib (~> 3.0)
93103
faraday-net_http (3.4.2)
94104
net-http (~> 0.5)
105+
fiber-annotation (0.2.0)
106+
fiber-local (1.1.0)
107+
fiber-storage
108+
fiber-storage (1.0.1)
95109
hashie (5.1.0)
96110
logger
111+
html2rss (0.18.0)
112+
addressable (~> 2.7)
113+
brotli
114+
dry-validation
115+
faraday (> 2.0.1, < 3.0)
116+
faraday-follow_redirects
117+
faraday-gzip (~> 3)
118+
kramdown
119+
mime-types (> 3.0)
120+
nokogiri (>= 1.10, < 2.0)
121+
parallel
122+
puppeteer-ruby
123+
regexp_parser
124+
reverse_markdown (~> 3.0)
125+
rss
126+
sanitize
127+
thor
128+
tzinfo
129+
zeitwerk
97130
htmlbeautifier (1.4.3)
98-
inflecto (0.0.2)
131+
io-endpoint (0.17.2)
132+
io-event (1.14.5)
133+
io-stream (0.11.1)
99134
json (2.19.3)
100-
json-schema (6.2.0)
101-
addressable (~> 2.8)
102-
bigdecimal (>= 3.1, < 5)
103135
kramdown (2.5.2)
104136
rexml (>= 3.4.4)
105137
language_server-protocol (3.17.0.5)
106138
lint_roller (1.1.0)
107139
logger (1.7.0)
108-
mcp (0.8.0)
109-
json-schema (>= 4.1)
140+
metrics (0.15.0)
110141
mime-types (3.7.0)
111142
logger
112143
mime-types-data (~> 3.2025, >= 3.2025.0507)
113144
mime-types-data (3.2026.0317)
114145
net-http (0.9.1)
115146
uri (>= 0.11.1)
116-
nokogiri (1.19.1-arm64-darwin)
147+
nokogiri (1.19.2-arm64-darwin)
117148
racc (~> 1.4)
118-
nokogiri (1.19.1-x86_64-darwin)
149+
nokogiri (1.19.2-x86_64-darwin)
119150
racc (~> 1.4)
120-
nokogiri (1.19.1-x86_64-linux-gnu)
151+
nokogiri (1.19.2-x86_64-linux-gnu)
121152
racc (~> 1.4)
122153
parallel (1.27.0)
123-
parser (3.3.10.2)
154+
parser (3.3.11.1)
124155
ast (~> 2.4.1)
125156
racc
126157
pastel (0.8.0)
127158
tty-color (~> 0.5)
128159
prism (1.9.0)
160+
protocol-hpack (1.5.1)
161+
protocol-http (0.60.0)
162+
protocol-http1 (0.37.0)
163+
protocol-http (~> 0.58)
164+
protocol-http2 (0.24.0)
165+
protocol-hpack (~> 1.4)
166+
protocol-http (~> 0.47)
167+
protocol-rack (0.22.0)
168+
io-stream (>= 0.10)
169+
protocol-http (~> 0.58)
170+
rack (>= 1.0)
171+
protocol-url (0.4.0)
172+
protocol-websocket (0.20.2)
173+
protocol-http (~> 0.2)
129174
public_suffix (7.0.5)
130-
puppeteer-ruby (0.45.6)
131-
concurrent-ruby (>= 1.1, < 1.4)
175+
puppeteer-ruby (0.51.0)
176+
async (>= 2.35.1, < 3.0)
177+
async-http (>= 0.60, < 1.0)
178+
async-websocket (>= 0.27, < 1.0)
179+
base64
132180
mime-types (>= 3.0)
133-
websocket-driver (>= 0.6.0)
134181
racc (1.8.1)
182+
rack (3.2.5)
135183
rainbow (3.1.1)
136184
regexp_parser (2.11.3)
137185
reverse_markdown (3.0.2)
@@ -153,11 +201,10 @@ GEM
153201
rspec-support (3.13.7)
154202
rss (0.3.2)
155203
rexml
156-
rubocop (1.85.1)
204+
rubocop (1.86.0)
157205
json (~> 2.3)
158206
language_server-protocol (~> 3.17.0.2)
159207
lint_roller (~> 1.1.0)
160-
mcp (~> 0.6)
161208
parallel (~> 1.10)
162209
parser (>= 3.3.0.2)
163210
rainbow (>= 2.2.2, < 4.0)
@@ -185,6 +232,7 @@ GEM
185232
unicode_utils (~> 1.4)
186233
strings-ansi (0.2.0)
187234
thor (1.5.0)
235+
traces (0.18.2)
188236
tty-color (0.6.0)
189237
tty-cursor (0.7.1)
190238
tty-markdown (0.7.2)
@@ -207,22 +255,19 @@ GEM
207255
unicode-display_width (2.6.0)
208256
unicode_utils (1.4.0)
209257
uri (1.1.1)
210-
websocket-driver (0.8.0)
211-
base64
212-
websocket-extensions (>= 0.1.0)
213-
websocket-extensions (0.1.5)
214258
wisper (2.0.1)
215-
zeitwerk (2.6.18)
259+
zeitwerk (2.7.5)
216260
zlib (3.2.3)
217261

218262
PLATFORMS
219263
arm64-darwin-23
220264
arm64-darwin-24
265+
arm64-darwin-25
221266
x86_64-darwin-20
222267
x86_64-linux
223268

224269
DEPENDENCIES
225-
html2rss!
270+
html2rss (~> 0.18)
226271
html2rss-configs!
227272
html2rss-generator!
228273
nokogiri

0 commit comments

Comments
 (0)