Skip to content

Commit bc5e6ef

Browse files
committed
bundle update
1 parent 4493433 commit bc5e6ef

File tree

1 file changed

+97
-74
lines changed

1 file changed

+97
-74
lines changed

Gemfile.lock

Lines changed: 97 additions & 74 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.3.4)
4+
activesupport (6.0.4.6)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -16,23 +16,44 @@ GEM
1616
colorator (1.1.0)
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.7)
20-
dnsruby (1.61.4)
19+
concurrent-ruby (1.1.9)
20+
dnsruby (1.61.9)
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.12.0)
26-
ffi (>= 1.3.0)
24+
http_parser.rb (~> 0)
25+
ethon (0.15.0)
26+
ffi (>= 1.15.0)
2727
eventmachine (1.2.7)
28-
execjs (2.7.0)
29-
faraday (1.0.1)
28+
execjs (2.8.1)
29+
faraday (1.10.0)
30+
faraday-em_http (~> 1.0)
31+
faraday-em_synchrony (~> 1.0)
32+
faraday-excon (~> 1.1)
33+
faraday-httpclient (~> 1.0)
34+
faraday-multipart (~> 1.0)
35+
faraday-net_http (~> 1.0)
36+
faraday-net_http_persistent (~> 1.0)
37+
faraday-patron (~> 1.0)
38+
faraday-rack (~> 1.0)
39+
faraday-retry (~> 1.0)
40+
ruby2_keywords (>= 0.0.4)
41+
faraday-em_http (1.0.0)
42+
faraday-em_synchrony (1.0.0)
43+
faraday-excon (1.1.0)
44+
faraday-httpclient (1.0.1)
45+
faraday-multipart (1.0.3)
3046
multipart-post (>= 1.2, < 3)
31-
ffi (1.13.1)
47+
faraday-net_http (1.0.1)
48+
faraday-net_http_persistent (1.2.0)
49+
faraday-patron (1.0.0)
50+
faraday-rack (1.0.0)
51+
faraday-retry (1.0.3)
52+
ffi (1.15.5)
3253
forwardable-extended (2.6.0)
3354
gemoji (3.0.1)
34-
github-pages (209)
35-
github-pages-health-check (= 1.16.1)
55+
github-pages (223)
56+
github-pages-health-check (= 1.17.9)
3657
jekyll (= 3.9.0)
3758
jekyll-avatar (= 0.7.0)
3859
jekyll-coffeescript (= 1.1.1)
@@ -41,50 +62,51 @@ GEM
4162
jekyll-feed (= 0.15.1)
4263
jekyll-gist (= 1.5.0)
4364
jekyll-github-metadata (= 2.13.0)
65+
jekyll-include-cache (= 0.2.1)
4466
jekyll-mentions (= 1.6.0)
4567
jekyll-optional-front-matter (= 0.3.2)
4668
jekyll-paginate (= 1.1.0)
4769
jekyll-readme-index (= 0.3.0)
4870
jekyll-redirect-from (= 0.16.0)
4971
jekyll-relative-links (= 0.6.1)
50-
jekyll-remote-theme (= 0.4.2)
72+
jekyll-remote-theme (= 0.4.3)
5173
jekyll-sass-converter (= 1.5.2)
52-
jekyll-seo-tag (= 2.6.1)
74+
jekyll-seo-tag (= 2.7.1)
5375
jekyll-sitemap (= 1.4.0)
5476
jekyll-swiss (= 1.0.0)
55-
jekyll-theme-architect (= 0.1.1)
56-
jekyll-theme-cayman (= 0.1.1)
57-
jekyll-theme-dinky (= 0.1.1)
58-
jekyll-theme-hacker (= 0.1.2)
59-
jekyll-theme-leap-day (= 0.1.1)
60-
jekyll-theme-merlot (= 0.1.1)
61-
jekyll-theme-midnight (= 0.1.1)
62-
jekyll-theme-minimal (= 0.1.1)
63-
jekyll-theme-modernist (= 0.1.1)
64-
jekyll-theme-primer (= 0.5.4)
65-
jekyll-theme-slate (= 0.1.1)
66-
jekyll-theme-tactile (= 0.1.1)
67-
jekyll-theme-time-machine (= 0.1.1)
77+
jekyll-theme-architect (= 0.2.0)
78+
jekyll-theme-cayman (= 0.2.0)
79+
jekyll-theme-dinky (= 0.2.0)
80+
jekyll-theme-hacker (= 0.2.0)
81+
jekyll-theme-leap-day (= 0.2.0)
82+
jekyll-theme-merlot (= 0.2.0)
83+
jekyll-theme-midnight (= 0.2.0)
84+
jekyll-theme-minimal (= 0.2.0)
85+
jekyll-theme-modernist (= 0.2.0)
86+
jekyll-theme-primer (= 0.6.0)
87+
jekyll-theme-slate (= 0.2.0)
88+
jekyll-theme-tactile (= 0.2.0)
89+
jekyll-theme-time-machine (= 0.2.0)
6890
jekyll-titles-from-headings (= 0.5.3)
6991
jemoji (= 0.12.0)
70-
kramdown (= 2.3.0)
92+
kramdown (= 2.3.1)
7193
kramdown-parser-gfm (= 1.1.0)
7294
liquid (= 4.0.3)
7395
mercenary (~> 0.3)
7496
minima (= 2.5.1)
75-
nokogiri (>= 1.10.4, < 2.0)
76-
rouge (= 3.23.0)
97+
nokogiri (>= 1.12.5, < 2.0)
98+
rouge (= 3.26.0)
7799
terminal-table (~> 1.4)
78-
github-pages-health-check (1.16.1)
100+
github-pages-health-check (1.17.9)
79101
addressable (~> 2.3)
80102
dnsruby (~> 1.60)
81103
octokit (~> 4.0)
82-
public_suffix (~> 3.0)
104+
public_suffix (>= 3.0, < 5.0)
83105
typhoeus (~> 1.3)
84106
html-pipeline (2.14.0)
85107
activesupport (>= 2)
86108
nokogiri (>= 1.4)
87-
http_parser.rb (0.6.0)
109+
http_parser.rb (0.8.0)
88110
i18n (0.9.5)
89111
concurrent-ruby (~> 1.0)
90112
jekyll (3.9.0)
@@ -135,57 +157,57 @@ GEM
135157
jekyll (>= 3.3, < 5.0)
136158
jekyll-relative-links (0.6.1)
137159
jekyll (>= 3.3, < 5.0)
138-
jekyll-remote-theme (0.4.2)
160+
jekyll-remote-theme (0.4.3)
139161
addressable (~> 2.0)
140162
jekyll (>= 3.5, < 5.0)
141163
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
142164
rubyzip (>= 1.3.0, < 3.0)
143165
jekyll-sass-converter (1.5.2)
144166
sass (~> 3.4)
145-
jekyll-seo-tag (2.6.1)
146-
jekyll (>= 3.3, < 5.0)
167+
jekyll-seo-tag (2.7.1)
168+
jekyll (>= 3.8, < 5.0)
147169
jekyll-sitemap (1.4.0)
148170
jekyll (>= 3.7, < 5.0)
149171
jekyll-swiss (1.0.0)
150-
jekyll-theme-architect (0.1.1)
151-
jekyll (~> 3.5)
172+
jekyll-theme-architect (0.2.0)
173+
jekyll (> 3.5, < 5.0)
152174
jekyll-seo-tag (~> 2.0)
153-
jekyll-theme-cayman (0.1.1)
154-
jekyll (~> 3.5)
175+
jekyll-theme-cayman (0.2.0)
176+
jekyll (> 3.5, < 5.0)
155177
jekyll-seo-tag (~> 2.0)
156-
jekyll-theme-dinky (0.1.1)
157-
jekyll (~> 3.5)
178+
jekyll-theme-dinky (0.2.0)
179+
jekyll (> 3.5, < 5.0)
158180
jekyll-seo-tag (~> 2.0)
159-
jekyll-theme-hacker (0.1.2)
181+
jekyll-theme-hacker (0.2.0)
160182
jekyll (> 3.5, < 5.0)
161183
jekyll-seo-tag (~> 2.0)
162-
jekyll-theme-leap-day (0.1.1)
163-
jekyll (~> 3.5)
184+
jekyll-theme-leap-day (0.2.0)
185+
jekyll (> 3.5, < 5.0)
164186
jekyll-seo-tag (~> 2.0)
165-
jekyll-theme-merlot (0.1.1)
166-
jekyll (~> 3.5)
187+
jekyll-theme-merlot (0.2.0)
188+
jekyll (> 3.5, < 5.0)
167189
jekyll-seo-tag (~> 2.0)
168-
jekyll-theme-midnight (0.1.1)
169-
jekyll (~> 3.5)
190+
jekyll-theme-midnight (0.2.0)
191+
jekyll (> 3.5, < 5.0)
170192
jekyll-seo-tag (~> 2.0)
171-
jekyll-theme-minimal (0.1.1)
172-
jekyll (~> 3.5)
193+
jekyll-theme-minimal (0.2.0)
194+
jekyll (> 3.5, < 5.0)
173195
jekyll-seo-tag (~> 2.0)
174-
jekyll-theme-modernist (0.1.1)
175-
jekyll (~> 3.5)
196+
jekyll-theme-modernist (0.2.0)
197+
jekyll (> 3.5, < 5.0)
176198
jekyll-seo-tag (~> 2.0)
177-
jekyll-theme-primer (0.5.4)
199+
jekyll-theme-primer (0.6.0)
178200
jekyll (> 3.5, < 5.0)
179201
jekyll-github-metadata (~> 2.9)
180202
jekyll-seo-tag (~> 2.0)
181-
jekyll-theme-slate (0.1.1)
182-
jekyll (~> 3.5)
203+
jekyll-theme-slate (0.2.0)
204+
jekyll (> 3.5, < 5.0)
183205
jekyll-seo-tag (~> 2.0)
184-
jekyll-theme-tactile (0.1.1)
185-
jekyll (~> 3.5)
206+
jekyll-theme-tactile (0.2.0)
207+
jekyll (> 3.5, < 5.0)
186208
jekyll-seo-tag (~> 2.0)
187-
jekyll-theme-time-machine (0.1.1)
188-
jekyll (~> 3.5)
209+
jekyll-theme-time-machine (0.2.0)
210+
jekyll (> 3.5, < 5.0)
189211
jekyll-seo-tag (~> 2.0)
190212
jekyll-titles-from-headings (0.5.3)
191213
jekyll (>= 3.3, < 5.0)
@@ -195,12 +217,12 @@ GEM
195217
gemoji (~> 3.0)
196218
html-pipeline (~> 2.2)
197219
jekyll (>= 3.0, < 5.0)
198-
kramdown (2.3.0)
220+
kramdown (2.3.1)
199221
rexml
200222
kramdown-parser-gfm (1.1.0)
201223
kramdown (~> 2.0)
202224
liquid (4.0.3)
203-
listen (3.2.1)
225+
listen (3.7.1)
204226
rb-fsevent (~> 0.10, >= 0.10.3)
205227
rb-inotify (~> 0.9, >= 0.9.10)
206228
mercenary (0.3.6)
@@ -209,26 +231,27 @@ GEM
209231
jekyll (>= 3.5, < 5.0)
210232
jekyll-feed (~> 0.9)
211233
jekyll-seo-tag (~> 2.1)
212-
minitest (5.14.2)
234+
minitest (5.15.0)
213235
multipart-post (2.1.1)
214236
nokogiri (1.13.3)
215237
mini_portile2 (~> 2.8.0)
216238
racc (~> 1.4)
217-
octokit (4.18.0)
239+
octokit (4.22.0)
218240
faraday (>= 0.9)
219241
sawyer (~> 0.8.0, >= 0.5.3)
220242
pathutil (0.16.2)
221243
forwardable-extended (~> 2.6)
222-
public_suffix (3.1.1)
244+
public_suffix (4.0.6)
223245
racc (1.6.0)
224-
rb-fsevent (0.10.4)
246+
rb-fsevent (0.11.1)
225247
rb-inotify (0.10.1)
226248
ffi (~> 1.0)
227249
rexml (3.2.5)
228-
rouge (3.23.0)
229-
ruby-enum (0.8.0)
250+
rouge (3.26.0)
251+
ruby-enum (0.9.0)
230252
i18n
231-
rubyzip (2.3.0)
253+
ruby2_keywords (0.0.5)
254+
rubyzip (2.3.2)
232255
safe_yaml (1.0.5)
233256
sass (3.7.4)
234257
sass-listen (~> 4.0.0)
@@ -238,20 +261,20 @@ GEM
238261
sawyer (0.8.2)
239262
addressable (>= 2.3.5)
240263
faraday (> 0.8, < 2.0)
241-
simpleidn (0.1.1)
264+
simpleidn (0.2.1)
242265
unf (~> 0.1.4)
243266
terminal-table (1.8.0)
244267
unicode-display_width (~> 1.1, >= 1.1.1)
245268
thread_safe (0.3.6)
246269
typhoeus (1.4.0)
247270
ethon (>= 0.9.0)
248-
tzinfo (1.2.7)
271+
tzinfo (1.2.9)
249272
thread_safe (~> 0.1)
250273
unf (0.1.4)
251274
unf_ext
252-
unf_ext (0.0.7.7)
253-
unicode-display_width (1.7.0)
254-
zeitwerk (2.4.0)
275+
unf_ext (0.0.8)
276+
unicode-display_width (1.8.0)
277+
zeitwerk (2.5.4)
255278

256279
PLATFORMS
257280
ruby

0 commit comments

Comments
 (0)