Skip to content

Commit cd5f394

Browse files
Bump github-pages from 218 to 225 in /docs
Bumps [github-pages](https://github.com/github/pages-gem) from 218 to 225. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v218...v225) --- updated-dependencies: - dependency-name: github-pages dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e920119 commit cd5f394

File tree

1 file changed

+49
-43
lines changed

1 file changed

+49
-43
lines changed

docs/Gemfile.lock

Lines changed: 49 additions & 43 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)
4+
activesupport (6.0.4.7)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -14,50 +14,56 @@ GEM
1414
execjs
1515
coffee-script-source (1.11.1)
1616
colorator (1.1.0)
17-
commonmarker (0.17.13)
18-
ruby-enum (~> 0.5)
17+
commonmarker (0.23.4)
1918
concurrent-ruby (1.1.9)
20-
dnsruby (1.61.7)
19+
dnsruby (1.61.9)
2120
simpleidn (~> 0.1)
22-
em-websocket (0.5.2)
21+
em-websocket (0.5.3)
2322
eventmachine (>= 0.12.9)
24-
http_parser.rb (~> 0.6.0)
25-
ethon (0.14.0)
23+
http_parser.rb (~> 0)
24+
ethon (0.15.0)
2625
ffi (>= 1.15.0)
2726
eventmachine (1.2.7)
2827
eventmachine (1.2.7-x64-mingw32)
2928
execjs (2.8.1)
30-
faraday (1.5.1)
29+
faraday (1.10.0)
3130
faraday-em_http (~> 1.0)
3231
faraday-em_synchrony (~> 1.0)
3332
faraday-excon (~> 1.1)
34-
faraday-httpclient (~> 1.0.1)
33+
faraday-httpclient (~> 1.0)
34+
faraday-multipart (~> 1.0)
3535
faraday-net_http (~> 1.0)
36-
faraday-net_http_persistent (~> 1.1)
36+
faraday-net_http_persistent (~> 1.0)
3737
faraday-patron (~> 1.0)
38-
multipart-post (>= 1.2, < 3)
38+
faraday-rack (~> 1.0)
39+
faraday-retry (~> 1.0)
3940
ruby2_keywords (>= 0.0.4)
4041
faraday-em_http (1.0.0)
4142
faraday-em_synchrony (1.0.0)
4243
faraday-excon (1.1.0)
4344
faraday-httpclient (1.0.1)
45+
faraday-multipart (1.0.3)
46+
multipart-post (>= 1.2, < 3)
4447
faraday-net_http (1.0.1)
4548
faraday-net_http_persistent (1.2.0)
4649
faraday-patron (1.0.0)
47-
ffi (1.15.3)
48-
ffi (1.15.3-x64-mingw32)
50+
faraday-rack (1.0.0)
51+
faraday-retry (1.0.3)
52+
ffi (1.15.5)
53+
ffi (1.15.5-x64-mingw32)
4954
forwardable-extended (2.6.0)
5055
gemoji (3.0.1)
51-
github-pages (218)
52-
github-pages-health-check (= 1.17.2)
56+
github-pages (225)
57+
github-pages-health-check (= 1.17.9)
5358
jekyll (= 3.9.0)
5459
jekyll-avatar (= 0.7.0)
5560
jekyll-coffeescript (= 1.1.1)
56-
jekyll-commonmark-ghpages (= 0.1.6)
61+
jekyll-commonmark-ghpages (= 0.2.0)
5762
jekyll-default-layout (= 0.1.4)
5863
jekyll-feed (= 0.15.1)
5964
jekyll-gist (= 1.5.0)
6065
jekyll-github-metadata (= 2.13.0)
66+
jekyll-include-cache (= 0.2.1)
6167
jekyll-mentions (= 1.6.0)
6268
jekyll-optional-front-matter (= 0.3.2)
6369
jekyll-paginate (= 1.1.0)
@@ -66,7 +72,7 @@ GEM
6672
jekyll-relative-links (= 0.6.1)
6773
jekyll-remote-theme (= 0.4.3)
6874
jekyll-sass-converter (= 1.5.2)
69-
jekyll-seo-tag (= 2.7.1)
75+
jekyll-seo-tag (= 2.8.0)
7076
jekyll-sitemap (= 1.4.0)
7177
jekyll-swiss (= 1.0.0)
7278
jekyll-theme-architect (= 0.2.0)
@@ -89,19 +95,19 @@ GEM
8995
liquid (= 4.0.3)
9096
mercenary (~> 0.3)
9197
minima (= 2.5.1)
92-
nokogiri (>= 1.10.4, < 2.0)
98+
nokogiri (>= 1.12.5, < 2.0)
9399
rouge (= 3.26.0)
94100
terminal-table (~> 1.4)
95-
github-pages-health-check (1.17.2)
101+
github-pages-health-check (1.17.9)
96102
addressable (~> 2.3)
97103
dnsruby (~> 1.60)
98104
octokit (~> 4.0)
99-
public_suffix (>= 2.0.2, < 5.0)
105+
public_suffix (>= 3.0, < 5.0)
100106
typhoeus (~> 1.3)
101107
html-pipeline (2.14.0)
102108
activesupport (>= 2)
103109
nokogiri (>= 1.4)
104-
http_parser.rb (0.6.0)
110+
http_parser.rb (0.8.0)
105111
i18n (0.9.5)
106112
concurrent-ruby (~> 1.0)
107113
jekyll (3.9.0)
@@ -122,12 +128,12 @@ GEM
122128
jekyll-coffeescript (1.1.1)
123129
coffee-script (~> 2.2)
124130
coffee-script-source (~> 1.11.1)
125-
jekyll-commonmark (1.3.1)
126-
commonmarker (~> 0.14)
127-
jekyll (>= 3.7, < 5.0)
128-
jekyll-commonmark-ghpages (0.1.6)
129-
commonmarker (~> 0.17.6)
130-
jekyll-commonmark (~> 1.2)
131+
jekyll-commonmark (1.4.0)
132+
commonmarker (~> 0.22)
133+
jekyll-commonmark-ghpages (0.2.0)
134+
commonmarker (~> 0.23.4)
135+
jekyll (~> 3.9.0)
136+
jekyll-commonmark (~> 1.4.0)
131137
rouge (>= 2.0, < 4.0)
132138
jekyll-default-layout (0.1.4)
133139
jekyll (~> 3.0)
@@ -138,6 +144,8 @@ GEM
138144
jekyll-github-metadata (2.13.0)
139145
jekyll (>= 3.4, < 5.0)
140146
octokit (~> 4.0, != 4.4.0)
147+
jekyll-include-cache (0.2.1)
148+
jekyll (>= 3.7, < 5.0)
141149
jekyll-mentions (1.6.0)
142150
html-pipeline (~> 2.3)
143151
jekyll (>= 3.7, < 5.0)
@@ -157,7 +165,7 @@ GEM
157165
rubyzip (>= 1.3.0, < 3.0)
158166
jekyll-sass-converter (1.5.2)
159167
sass (~> 3.4)
160-
jekyll-seo-tag (2.7.1)
168+
jekyll-seo-tag (2.8.0)
161169
jekyll (>= 3.8, < 5.0)
162170
jekyll-sitemap (1.4.0)
163171
jekyll (>= 3.7, < 5.0)
@@ -215,36 +223,34 @@ GEM
215223
kramdown-parser-gfm (1.1.0)
216224
kramdown (~> 2.0)
217225
liquid (4.0.3)
218-
listen (3.6.0)
226+
listen (3.7.1)
219227
rb-fsevent (~> 0.10, >= 0.10.3)
220228
rb-inotify (~> 0.9, >= 0.9.10)
221229
mercenary (0.3.6)
222-
mini_portile2 (2.6.1)
230+
mini_portile2 (2.8.0)
223231
minima (2.5.1)
224232
jekyll (>= 3.5, < 5.0)
225233
jekyll-feed (~> 0.9)
226234
jekyll-seo-tag (~> 2.1)
227-
minitest (5.14.4)
235+
minitest (5.15.0)
228236
multipart-post (2.1.1)
229-
nokogiri (1.12.5)
230-
mini_portile2 (~> 2.6.1)
237+
nokogiri (1.13.3)
238+
mini_portile2 (~> 2.8.0)
231239
racc (~> 1.4)
232-
nokogiri (1.12.5-x64-mingw32)
240+
nokogiri (1.13.3-x64-mingw32)
233241
racc (~> 1.4)
234-
octokit (4.21.0)
242+
octokit (4.22.0)
235243
faraday (>= 0.9)
236244
sawyer (~> 0.8.0, >= 0.5.3)
237245
pathutil (0.16.2)
238246
forwardable-extended (~> 2.6)
239247
public_suffix (4.0.6)
240-
racc (1.5.2)
241-
rb-fsevent (0.11.0)
248+
racc (1.6.0)
249+
rb-fsevent (0.11.1)
242250
rb-inotify (0.10.1)
243251
ffi (~> 1.0)
244252
rexml (3.2.5)
245253
rouge (3.26.0)
246-
ruby-enum (0.9.0)
247-
i18n
248254
ruby2_keywords (0.0.5)
249255
rubyzip (2.3.2)
250256
safe_yaml (1.0.5)
@@ -267,10 +273,10 @@ GEM
267273
thread_safe (~> 0.1)
268274
unf (0.1.4)
269275
unf_ext
270-
unf_ext (0.0.7.7)
271-
unf_ext (0.0.7.7-x64-mingw32)
272-
unicode-display_width (1.7.0)
273-
zeitwerk (2.4.2)
276+
unf_ext (0.0.8)
277+
unf_ext (0.0.8-x64-mingw32)
278+
unicode-display_width (1.8.0)
279+
zeitwerk (2.5.4)
274280

275281
PLATFORMS
276282
ruby

0 commit comments

Comments
 (0)