Skip to content

Commit 2e4164c

Browse files
committed
impl: Update dependency github-pages to v232
Signed-off-by: Mend Renovate <bot@renovateapp.com>
1 parent 7667d29 commit 2e4164c

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

docs/Gemfile.lock

+17-22
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3)
4+
activesupport (7.1.3.4)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -11,22 +11,21 @@ GEM
1111
minitest (>= 5.1)
1212
mutex_m
1313
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
14+
addressable (2.8.7)
15+
public_suffix (>= 2.0.2, < 7.0)
1616
base64 (0.2.0)
17-
bigdecimal (3.1.6)
17+
bigdecimal (3.1.8)
1818
coffee-script (2.4.1)
1919
coffee-script-source
2020
execjs
2121
coffee-script-source (1.12.2)
2222
colorator (1.1.0)
2323
commonmarker (0.23.10)
24-
concurrent-ruby (1.2.3)
24+
concurrent-ruby (1.3.4)
2525
connection_pool (2.4.1)
26-
dnsruby (1.70.0)
26+
dnsruby (1.72.2)
2727
simpleidn (~> 0.2.1)
28-
drb (2.2.0)
29-
ruby2_keywords
28+
drb (2.2.1)
3029
em-websocket (0.5.3)
3130
eventmachine (>= 0.12.9)
3231
http_parser.rb (~> 0)
@@ -39,7 +38,7 @@ GEM
3938
faraday-net_http (>= 2.0, < 3.1)
4039
ruby2_keywords (>= 0.0.4)
4140
faraday-net_http (3.0.2)
42-
ffi (1.16.3)
41+
ffi (1.17.0)
4342
forwardable-extended (2.6.0)
4443
gemoji (4.1.0)
4544
github-pages (231)
@@ -97,7 +96,7 @@ GEM
9796
activesupport (>= 2)
9897
nokogiri (>= 1.4)
9998
http_parser.rb (0.8.0)
100-
i18n (1.14.1)
99+
i18n (1.14.5)
101100
concurrent-ruby (~> 1.0)
102101
jekyll (3.9.5)
103102
addressable (~> 2.4)
@@ -212,16 +211,16 @@ GEM
212211
kramdown-parser-gfm (1.1.0)
213212
kramdown (~> 2.0)
214213
liquid (4.0.4)
215-
listen (3.8.0)
214+
listen (3.9.0)
216215
rb-fsevent (~> 0.10, >= 0.10.3)
217216
rb-inotify (~> 0.9, >= 0.9.10)
218217
mercenary (0.3.6)
219-
mini_portile2 (2.8.5)
218+
mini_portile2 (2.8.7)
220219
minima (2.5.1)
221220
jekyll (>= 3.5, < 5.0)
222221
jekyll-feed (~> 0.9)
223222
jekyll-seo-tag (~> 2.1)
224-
minitest (5.22.2)
223+
minitest (5.25.1)
225224
mutex_m (0.2.0)
226225
netrc (0.11.0)
227226
nokogiri (1.15.6)
@@ -232,12 +231,12 @@ GEM
232231
sawyer (~> 0.9)
233232
pathutil (0.16.2)
234233
forwardable-extended (~> 2.6)
235-
public_suffix (5.0.4)
236-
racc (1.7.3)
234+
public_suffix (5.1.1)
235+
racc (1.8.1)
237236
rb-fsevent (0.11.2)
238-
rb-inotify (0.10.1)
237+
rb-inotify (0.11.1)
239238
ffi (~> 1.0)
240-
rexml (3.3.3)
239+
rexml (3.3.5)
241240
strscan
242241
rouge (3.30.0)
243242
ruby2_keywords (0.0.5)
@@ -251,18 +250,14 @@ GEM
251250
sawyer (0.9.2)
252251
addressable (>= 2.3.5)
253252
faraday (>= 0.17.3, < 3)
254-
simpleidn (0.2.1)
255-
unf (~> 0.1.4)
253+
simpleidn (0.2.3)
256254
strscan (3.1.0)
257255
terminal-table (1.8.0)
258256
unicode-display_width (~> 1.1, >= 1.1.1)
259257
typhoeus (1.4.1)
260258
ethon (>= 0.9.0)
261259
tzinfo (2.0.6)
262260
concurrent-ruby (~> 1.0)
263-
unf (0.1.4)
264-
unf_ext
265-
unf_ext (0.0.9.1)
266261
unicode-display_width (1.8.0)
267262
webrick (1.8.1)
268263

0 commit comments

Comments
 (0)