Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 05aed0a

Browse files
committed
updated docs
1 parent 493a39b commit 05aed0a

File tree

1 file changed

+61
-55
lines changed

1 file changed

+61
-55
lines changed

docs/Gemfile.lock

Lines changed: 61 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.7)
4+
activesupport (6.0.4.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.7.0)
10+
addressable (2.8.0)
1111
public_suffix (>= 2.0.2, < 5.0)
1212
coffee-script (2.4.1)
1313
coffee-script-source
@@ -17,7 +17,7 @@ GEM
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
1919
concurrent-ruby (1.1.9)
20-
dnsruby (1.61.5)
20+
dnsruby (1.61.7)
2121
simpleidn (~> 0.1)
2222
em-websocket (0.5.2)
2323
eventmachine (>= 0.12.9)
@@ -26,24 +26,30 @@ GEM
2626
ffi (>= 1.15.0)
2727
eventmachine (1.2.7)
2828
execjs (2.8.1)
29-
faraday (1.4.2)
29+
faraday (1.8.0)
3030
faraday-em_http (~> 1.0)
3131
faraday-em_synchrony (~> 1.0)
3232
faraday-excon (~> 1.1)
33+
faraday-httpclient (~> 1.0.1)
3334
faraday-net_http (~> 1.0)
3435
faraday-net_http_persistent (~> 1.1)
36+
faraday-patron (~> 1.0)
37+
faraday-rack (~> 1.0)
3538
multipart-post (>= 1.2, < 3)
3639
ruby2_keywords (>= 0.0.4)
3740
faraday-em_http (1.0.0)
3841
faraday-em_synchrony (1.0.0)
3942
faraday-excon (1.1.0)
43+
faraday-httpclient (1.0.1)
4044
faraday-net_http (1.0.1)
41-
faraday-net_http_persistent (1.1.0)
42-
ffi (1.15.1)
45+
faraday-net_http_persistent (1.2.0)
46+
faraday-patron (1.0.0)
47+
faraday-rack (1.0.0)
48+
ffi (1.15.4)
4349
forwardable-extended (2.6.0)
4450
gemoji (3.0.1)
45-
github-pages (215)
46-
github-pages-health-check (= 1.17.2)
51+
github-pages (220)
52+
github-pages-health-check (= 1.17.9)
4753
jekyll (= 3.9.0)
4854
jekyll-avatar (= 0.7.0)
4955
jekyll-coffeescript (= 1.1.1)
@@ -63,19 +69,19 @@ GEM
6369
jekyll-seo-tag (= 2.7.1)
6470
jekyll-sitemap (= 1.4.0)
6571
jekyll-swiss (= 1.0.0)
66-
jekyll-theme-architect (= 0.1.1)
67-
jekyll-theme-cayman (= 0.1.1)
68-
jekyll-theme-dinky (= 0.1.1)
69-
jekyll-theme-hacker (= 0.1.2)
70-
jekyll-theme-leap-day (= 0.1.1)
71-
jekyll-theme-merlot (= 0.1.1)
72-
jekyll-theme-midnight (= 0.1.1)
73-
jekyll-theme-minimal (= 0.1.1)
74-
jekyll-theme-modernist (= 0.1.1)
75-
jekyll-theme-primer (= 0.5.4)
76-
jekyll-theme-slate (= 0.1.1)
77-
jekyll-theme-tactile (= 0.1.1)
78-
jekyll-theme-time-machine (= 0.1.1)
72+
jekyll-theme-architect (= 0.2.0)
73+
jekyll-theme-cayman (= 0.2.0)
74+
jekyll-theme-dinky (= 0.2.0)
75+
jekyll-theme-hacker (= 0.2.0)
76+
jekyll-theme-leap-day (= 0.2.0)
77+
jekyll-theme-merlot (= 0.2.0)
78+
jekyll-theme-midnight (= 0.2.0)
79+
jekyll-theme-minimal (= 0.2.0)
80+
jekyll-theme-modernist (= 0.2.0)
81+
jekyll-theme-primer (= 0.6.0)
82+
jekyll-theme-slate (= 0.2.0)
83+
jekyll-theme-tactile (= 0.2.0)
84+
jekyll-theme-time-machine (= 0.2.0)
7985
jekyll-titles-from-headings (= 0.5.3)
8086
jemoji (= 0.12.0)
8187
kramdown (= 2.3.1)
@@ -86,11 +92,11 @@ GEM
8692
nokogiri (>= 1.10.4, < 2.0)
8793
rouge (= 3.26.0)
8894
terminal-table (~> 1.4)
89-
github-pages-health-check (1.17.2)
95+
github-pages-health-check (1.17.9)
9096
addressable (~> 2.3)
9197
dnsruby (~> 1.60)
9298
octokit (~> 4.0)
93-
public_suffix (>= 2.0.2, < 5.0)
99+
public_suffix (>= 3.0, < 5.0)
94100
typhoeus (~> 1.3)
95101
html-pipeline (2.14.0)
96102
activesupport (>= 2)
@@ -156,45 +162,45 @@ GEM
156162
jekyll-sitemap (1.4.0)
157163
jekyll (>= 3.7, < 5.0)
158164
jekyll-swiss (1.0.0)
159-
jekyll-theme-architect (0.1.1)
160-
jekyll (~> 3.5)
165+
jekyll-theme-architect (0.2.0)
166+
jekyll (> 3.5, < 5.0)
161167
jekyll-seo-tag (~> 2.0)
162-
jekyll-theme-cayman (0.1.1)
163-
jekyll (~> 3.5)
168+
jekyll-theme-cayman (0.2.0)
169+
jekyll (> 3.5, < 5.0)
164170
jekyll-seo-tag (~> 2.0)
165-
jekyll-theme-dinky (0.1.1)
166-
jekyll (~> 3.5)
171+
jekyll-theme-dinky (0.2.0)
172+
jekyll (> 3.5, < 5.0)
167173
jekyll-seo-tag (~> 2.0)
168-
jekyll-theme-hacker (0.1.2)
174+
jekyll-theme-hacker (0.2.0)
169175
jekyll (> 3.5, < 5.0)
170176
jekyll-seo-tag (~> 2.0)
171-
jekyll-theme-leap-day (0.1.1)
172-
jekyll (~> 3.5)
177+
jekyll-theme-leap-day (0.2.0)
178+
jekyll (> 3.5, < 5.0)
173179
jekyll-seo-tag (~> 2.0)
174-
jekyll-theme-merlot (0.1.1)
175-
jekyll (~> 3.5)
180+
jekyll-theme-merlot (0.2.0)
181+
jekyll (> 3.5, < 5.0)
176182
jekyll-seo-tag (~> 2.0)
177-
jekyll-theme-midnight (0.1.1)
178-
jekyll (~> 3.5)
183+
jekyll-theme-midnight (0.2.0)
184+
jekyll (> 3.5, < 5.0)
179185
jekyll-seo-tag (~> 2.0)
180-
jekyll-theme-minimal (0.1.1)
181-
jekyll (~> 3.5)
186+
jekyll-theme-minimal (0.2.0)
187+
jekyll (> 3.5, < 5.0)
182188
jekyll-seo-tag (~> 2.0)
183-
jekyll-theme-modernist (0.1.1)
184-
jekyll (~> 3.5)
189+
jekyll-theme-modernist (0.2.0)
190+
jekyll (> 3.5, < 5.0)
185191
jekyll-seo-tag (~> 2.0)
186-
jekyll-theme-primer (0.5.4)
192+
jekyll-theme-primer (0.6.0)
187193
jekyll (> 3.5, < 5.0)
188194
jekyll-github-metadata (~> 2.9)
189195
jekyll-seo-tag (~> 2.0)
190-
jekyll-theme-slate (0.1.1)
191-
jekyll (~> 3.5)
196+
jekyll-theme-slate (0.2.0)
197+
jekyll (> 3.5, < 5.0)
192198
jekyll-seo-tag (~> 2.0)
193-
jekyll-theme-tactile (0.1.1)
194-
jekyll (~> 3.5)
199+
jekyll-theme-tactile (0.2.0)
200+
jekyll (> 3.5, < 5.0)
195201
jekyll-seo-tag (~> 2.0)
196-
jekyll-theme-time-machine (0.1.1)
197-
jekyll (~> 3.5)
202+
jekyll-theme-time-machine (0.2.0)
203+
jekyll (> 3.5, < 5.0)
198204
jekyll-seo-tag (~> 2.0)
199205
jekyll-titles-from-headings (0.5.3)
200206
jekyll (>= 3.3, < 5.0)
@@ -209,19 +215,19 @@ GEM
209215
kramdown-parser-gfm (1.1.0)
210216
kramdown (~> 2.0)
211217
liquid (4.0.3)
212-
listen (3.5.1)
218+
listen (3.7.0)
213219
rb-fsevent (~> 0.10, >= 0.10.3)
214220
rb-inotify (~> 0.9, >= 0.9.10)
215221
mercenary (0.3.6)
216-
mini_portile2 (2.5.3)
222+
mini_portile2 (2.6.1)
217223
minima (2.5.1)
218224
jekyll (>= 3.5, < 5.0)
219225
jekyll-feed (~> 0.9)
220226
jekyll-seo-tag (~> 2.1)
221227
minitest (5.14.4)
222228
multipart-post (2.1.1)
223-
nokogiri (1.11.7)
224-
mini_portile2 (~> 2.5.0)
229+
nokogiri (1.12.5)
230+
mini_portile2 (~> 2.6.1)
225231
racc (~> 1.4)
226232
octokit (4.21.0)
227233
faraday (>= 0.9)
@@ -237,8 +243,8 @@ GEM
237243
rouge (3.26.0)
238244
ruby-enum (0.9.0)
239245
i18n
240-
ruby2_keywords (0.0.4)
241-
rubyzip (2.3.0)
246+
ruby2_keywords (0.0.5)
247+
rubyzip (2.3.2)
242248
safe_yaml (1.0.5)
243249
sass (3.7.4)
244250
sass-listen (~> 4.0.0)
@@ -259,8 +265,8 @@ GEM
259265
thread_safe (~> 0.1)
260266
unf (0.1.4)
261267
unf_ext
262-
unf_ext (0.0.7.7)
263-
unicode-display_width (1.7.0)
268+
unf_ext (0.0.8)
269+
unicode-display_width (1.8.0)
264270
zeitwerk (2.4.2)
265271

266272
PLATFORMS

0 commit comments

Comments
 (0)