Skip to content

Commit 7b504b1

Browse files
Update dependency github-pages to v223 (#295)
Signed-off-by: Renovate Bot <[email protected]>
1 parent e78d86c commit 7b504b1

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source "https://rubygems.org"
1212
gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15-
gem "github-pages","~> 220", group: :jekyll_plugins
15+
gem "github-pages","~> 223", group: :jekyll_plugins
1616
gem "just-the-docs"
1717
# If you have any plugins, put them here!
1818
group :jekyll_plugins do

docs/Gemfile.lock

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.4.1)
4+
activesupport (6.0.4.4)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -19,10 +19,10 @@ GEM
1919
concurrent-ruby (1.1.9)
2020
dnsruby (1.61.7)
2121
simpleidn (~> 0.1)
22-
em-websocket (0.5.2)
22+
em-websocket (0.5.3)
2323
eventmachine (>= 0.12.9)
24-
http_parser.rb (~> 0.6.0)
25-
ethon (0.14.0)
24+
http_parser.rb (~> 0)
25+
ethon (0.15.0)
2626
ffi (>= 1.15.0)
2727
eventmachine (1.2.7)
2828
execjs (2.8.1)
@@ -48,7 +48,7 @@ GEM
4848
ffi (1.15.4)
4949
forwardable-extended (2.6.0)
5050
gemoji (3.0.1)
51-
github-pages (220)
51+
github-pages (223)
5252
github-pages-health-check (= 1.17.9)
5353
jekyll (= 3.9.0)
5454
jekyll-avatar (= 0.7.0)
@@ -58,6 +58,7 @@ GEM
5858
jekyll-feed (= 0.15.1)
5959
jekyll-gist (= 1.5.0)
6060
jekyll-github-metadata (= 2.13.0)
61+
jekyll-include-cache (= 0.2.1)
6162
jekyll-mentions (= 1.6.0)
6263
jekyll-optional-front-matter (= 0.3.2)
6364
jekyll-paginate (= 1.1.0)
@@ -89,7 +90,7 @@ GEM
8990
liquid (= 4.0.3)
9091
mercenary (~> 0.3)
9192
minima (= 2.5.1)
92-
nokogiri (>= 1.10.4, < 2.0)
93+
nokogiri (>= 1.12.5, < 2.0)
9394
rouge (= 3.26.0)
9495
terminal-table (~> 1.4)
9596
github-pages-health-check (1.17.9)
@@ -101,7 +102,7 @@ GEM
101102
html-pipeline (2.14.0)
102103
activesupport (>= 2)
103104
nokogiri (>= 1.4)
104-
http_parser.rb (0.6.0)
105+
http_parser.rb (0.8.0)
105106
i18n (0.9.5)
106107
concurrent-ruby (~> 1.0)
107108
jekyll (3.9.0)
@@ -138,6 +139,8 @@ GEM
138139
jekyll-github-metadata (2.13.0)
139140
jekyll (>= 3.4, < 5.0)
140141
octokit (~> 4.0, != 4.4.0)
142+
jekyll-include-cache (0.2.1)
143+
jekyll (>= 3.7, < 5.0)
141144
jekyll-mentions (1.6.0)
142145
html-pipeline (~> 2.3)
143146
jekyll (>= 3.7, < 5.0)
@@ -227,7 +230,7 @@ GEM
227230
jekyll (>= 3.5, < 5.0)
228231
jekyll-feed (~> 0.9)
229232
jekyll-seo-tag (~> 2.1)
230-
minitest (5.14.4)
233+
minitest (5.15.0)
231234
multipart-post (2.1.1)
232235
nokogiri (1.12.5-x86_64-linux)
233236
racc (~> 1.4)
@@ -237,7 +240,7 @@ GEM
237240
pathutil (0.16.2)
238241
forwardable-extended (~> 2.6)
239242
public_suffix (4.0.6)
240-
racc (1.5.2)
243+
racc (1.6.0)
241244
rake (13.0.6)
242245
rb-fsevent (0.11.0)
243246
rb-inotify (0.10.1)
@@ -270,13 +273,13 @@ GEM
270273
unf_ext
271274
unf_ext (0.0.8)
272275
unicode-display_width (1.8.0)
273-
zeitwerk (2.4.2)
276+
zeitwerk (2.5.2)
274277

275278
PLATFORMS
276279
x86_64-linux
277280

278281
DEPENDENCIES
279-
github-pages (~> 220)
282+
github-pages (~> 223)
280283
jekyll-feed (~> 0.12)
281284
just-the-docs
282285
minima (~> 2.5)

0 commit comments

Comments
 (0)