Skip to content

Commit 00f958c

Browse files
committed
chore(deps): update ruby gems & bundler
1 parent 7e3cd3d commit 00f958c

1 file changed

Lines changed: 71 additions & 60 deletions

File tree

Gemfile.lock

Lines changed: 71 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
GIT
22
remote: https://github.com/html2rss/html2rss.git
3-
revision: e8973af55283bd03f49b4e34b2b88fb5a8be175c
3+
revision: 278c9511e23f673a28c195d2d0422596368695b5
44
specs:
5-
html2rss (0.9.0)
5+
html2rss (0.13.0)
66
addressable (~> 2.7)
77
faraday (> 2.0.1, < 3.0)
88
faraday-follow_redirects
99
kramdown
1010
mime-types (> 3.0)
1111
nokogiri (>= 1.10, < 2.0)
12+
parallel
1213
regexp_parser
1314
reverse_markdown (~> 2.0)
1415
rss
@@ -30,80 +31,88 @@ PATH
3031
GEM
3132
remote: https://rubygems.org/
3233
specs:
33-
addressable (2.8.0)
34-
public_suffix (>= 2.0.2, < 5.0)
34+
addressable (2.8.7)
35+
public_suffix (>= 2.0.2, < 7.0)
3536
ast (2.4.2)
36-
concurrent-ruby (1.1.10)
37+
concurrent-ruby (1.3.4)
3738
crass (1.0.6)
38-
diff-lcs (1.5.0)
39-
faraday (2.3.0)
40-
faraday-net_http (~> 2.0)
41-
ruby2_keywords (>= 0.0.4)
39+
diff-lcs (1.5.1)
40+
faraday (2.10.1)
41+
faraday-net_http (>= 2.0, < 3.2)
42+
logger
4243
faraday-follow_redirects (0.3.0)
4344
faraday (>= 1, < 3)
44-
faraday-net_http (2.0.3)
45+
faraday-net_http (3.1.1)
46+
net-http
4547
hashie (5.0.0)
46-
htmlbeautifier (1.4.2)
47-
json (2.6.2)
48+
htmlbeautifier (1.4.3)
49+
json (2.7.2)
4850
kramdown (2.4.0)
4951
rexml
50-
mime-types (3.4.1)
52+
language_server-protocol (3.17.0.3)
53+
logger (1.6.0)
54+
mime-types (3.5.2)
5155
mime-types-data (~> 3.2015)
52-
mime-types-data (3.2022.0105)
53-
nokogiri (1.16.5-x86_64-darwin)
56+
mime-types-data (3.2024.0806)
57+
net-http (0.4.1)
58+
uri
59+
nokogiri (1.16.7-arm64-darwin)
5460
racc (~> 1.4)
55-
nokogiri (1.16.5-x86_64-linux)
61+
nokogiri (1.16.7-x86_64-darwin)
5662
racc (~> 1.4)
57-
parallel (1.22.1)
58-
parser (3.1.2.0)
63+
nokogiri (1.16.7-x86_64-linux)
64+
racc (~> 1.4)
65+
parallel (1.26.3)
66+
parser (3.3.4.2)
5967
ast (~> 2.4.1)
68+
racc
6069
pastel (0.8.0)
6170
tty-color (~> 0.5)
62-
public_suffix (4.0.7)
63-
racc (1.7.3)
71+
public_suffix (6.0.1)
72+
racc (1.8.1)
6473
rainbow (3.1.1)
65-
rake (13.0.6)
66-
regexp_parser (2.5.0)
74+
rake (13.2.1)
75+
regexp_parser (2.9.2)
6776
reverse_markdown (2.1.1)
6877
nokogiri
69-
rexml (3.2.8)
70-
strscan (>= 3.0.9)
71-
rouge (3.29.0)
72-
rspec (3.11.0)
73-
rspec-core (~> 3.11.0)
74-
rspec-expectations (~> 3.11.0)
75-
rspec-mocks (~> 3.11.0)
76-
rspec-core (3.11.0)
77-
rspec-support (~> 3.11.0)
78-
rspec-expectations (3.11.0)
78+
rexml (3.3.5)
79+
strscan
80+
rouge (4.3.0)
81+
rspec (3.13.0)
82+
rspec-core (~> 3.13.0)
83+
rspec-expectations (~> 3.13.0)
84+
rspec-mocks (~> 3.13.0)
85+
rspec-core (3.13.0)
86+
rspec-support (~> 3.13.0)
87+
rspec-expectations (3.13.1)
7988
diff-lcs (>= 1.2.0, < 2.0)
80-
rspec-support (~> 3.11.0)
81-
rspec-mocks (3.11.1)
89+
rspec-support (~> 3.13.0)
90+
rspec-mocks (3.13.1)
8291
diff-lcs (>= 1.2.0, < 2.0)
83-
rspec-support (~> 3.11.0)
84-
rspec-support (3.11.0)
85-
rss (0.2.9)
92+
rspec-support (~> 3.13.0)
93+
rspec-support (3.13.1)
94+
rss (0.3.1)
8695
rexml
87-
rubocop (1.32.0)
96+
rubocop (1.65.1)
8897
json (~> 2.3)
98+
language_server-protocol (>= 3.17.0)
8999
parallel (~> 1.10)
90-
parser (>= 3.1.0.0)
100+
parser (>= 3.3.0.2)
91101
rainbow (>= 2.2.2, < 4.0)
92-
regexp_parser (>= 1.8, < 3.0)
102+
regexp_parser (>= 2.4, < 3.0)
93103
rexml (>= 3.2.5, < 4.0)
94-
rubocop-ast (>= 1.19.1, < 2.0)
104+
rubocop-ast (>= 1.31.1, < 2.0)
95105
ruby-progressbar (~> 1.7)
96-
unicode-display_width (>= 1.4.0, < 3.0)
97-
rubocop-ast (1.19.1)
98-
parser (>= 3.1.1.0)
99-
rubocop-performance (1.14.3)
100-
rubocop (>= 1.7.0, < 2.0)
101-
rubocop-ast (>= 0.4.0)
102-
rubocop-rspec (2.12.1)
103-
rubocop (~> 1.31)
104-
ruby-progressbar (1.11.0)
105-
ruby2_keywords (0.0.5)
106-
sanitize (6.0.2)
106+
unicode-display_width (>= 2.4.0, < 3.0)
107+
rubocop-ast (1.32.0)
108+
parser (>= 3.3.1.0)
109+
rubocop-performance (1.21.1)
110+
rubocop (>= 1.48.1, < 2.0)
111+
rubocop-ast (>= 1.31.1, < 2.0)
112+
rubocop-rspec (3.0.4)
113+
rubocop (~> 1.61)
114+
ruby-progressbar (1.13.0)
115+
sanitize (6.1.3)
107116
crass (~> 1.0.2)
108117
nokogiri (>= 1.12.0)
109118
strings (0.2.1)
@@ -112,13 +121,13 @@ GEM
112121
unicode_utils (~> 1.4)
113122
strings-ansi (0.2.0)
114123
strscan (3.1.0)
115-
thor (1.2.1)
124+
thor (1.3.1)
116125
tty-color (0.6.0)
117126
tty-cursor (0.7.1)
118-
tty-markdown (0.7.0)
127+
tty-markdown (0.7.2)
119128
kramdown (>= 1.16.2, < 3.0)
120129
pastel (~> 0.8)
121-
rouge (~> 3.14)
130+
rouge (>= 3.14, < 5.0)
122131
strings (~> 0.2.0)
123132
tty-color (~> 0.5)
124133
tty-screen (~> 0.8)
@@ -129,15 +138,17 @@ GEM
129138
tty-cursor (~> 0.7)
130139
tty-screen (~> 0.8)
131140
wisper (~> 2.0)
132-
tty-screen (0.8.1)
133-
tzinfo (2.0.5)
141+
tty-screen (0.8.2)
142+
tzinfo (2.0.6)
134143
concurrent-ruby (~> 1.0)
135-
unicode-display_width (2.2.0)
144+
unicode-display_width (2.5.0)
136145
unicode_utils (1.4.0)
146+
uri (0.13.0)
137147
wisper (2.0.1)
138-
zeitwerk (2.6.0)
148+
zeitwerk (2.6.17)
139149

140150
PLATFORMS
151+
arm64-darwin-23
141152
x86_64-darwin-20
142153
x86_64-linux
143154

@@ -151,4 +162,4 @@ DEPENDENCIES
151162
rubocop-rspec
152163

153164
BUNDLED WITH
154-
2.3.19
165+
2.5.17

0 commit comments

Comments
 (0)