Skip to content

Commit ad1606f

Browse files
author
Sean M. Bryan
committed
Gem dependencies updated.
1 parent f4f4ffe commit ad1606f

File tree

1 file changed

+63
-51
lines changed

1 file changed

+63
-51
lines changed

Gemfile.lock

Lines changed: 63 additions & 51 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.3.5)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -16,46 +16,49 @@ 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.3)
21-
addressable (~> 2.5)
22-
em-websocket (0.5.1)
19+
concurrent-ruby (1.1.8)
20+
dnsruby (1.61.5)
21+
simpleidn (~> 0.1)
22+
em-websocket (0.5.2)
2323
eventmachine (>= 0.12.9)
2424
http_parser.rb (~> 0.6.0)
2525
ethon (0.12.0)
2626
ffi (>= 1.3.0)
2727
eventmachine (1.2.7)
2828
execjs (2.7.0)
29-
faraday (1.0.1)
29+
faraday (1.3.0)
30+
faraday-net_http (~> 1.0)
3031
multipart-post (>= 1.2, < 3)
31-
ffi (1.12.2)
32+
ruby2_keywords
33+
faraday-net_http (1.0.1)
34+
ffi (1.15.0)
3235
forwardable-extended (2.6.0)
3336
gemoji (3.0.1)
34-
github-pages (204)
35-
github-pages-health-check (= 1.16.1)
36-
jekyll (= 3.8.5)
37+
github-pages (213)
38+
github-pages-health-check (= 1.17.0)
39+
jekyll (= 3.9.0)
3740
jekyll-avatar (= 0.7.0)
3841
jekyll-coffeescript (= 1.1.1)
3942
jekyll-commonmark-ghpages (= 0.1.6)
4043
jekyll-default-layout (= 0.1.4)
41-
jekyll-feed (= 0.13.0)
44+
jekyll-feed (= 0.15.1)
4245
jekyll-gist (= 1.5.0)
4346
jekyll-github-metadata (= 2.13.0)
44-
jekyll-mentions (= 1.5.1)
47+
jekyll-mentions (= 1.6.0)
4548
jekyll-optional-front-matter (= 0.3.2)
4649
jekyll-paginate (= 1.1.0)
4750
jekyll-readme-index (= 0.3.0)
48-
jekyll-redirect-from (= 0.15.0)
51+
jekyll-redirect-from (= 0.16.0)
4952
jekyll-relative-links (= 0.6.1)
50-
jekyll-remote-theme (= 0.4.1)
53+
jekyll-remote-theme (= 0.4.3)
5154
jekyll-sass-converter (= 1.5.2)
52-
jekyll-seo-tag (= 2.6.1)
55+
jekyll-seo-tag (= 2.7.1)
5356
jekyll-sitemap (= 1.4.0)
5457
jekyll-swiss (= 1.0.0)
5558
jekyll-theme-architect (= 0.1.1)
5659
jekyll-theme-cayman (= 0.1.1)
5760
jekyll-theme-dinky (= 0.1.1)
58-
jekyll-theme-hacker (= 0.1.1)
61+
jekyll-theme-hacker (= 0.1.2)
5962
jekyll-theme-leap-day (= 0.1.1)
6063
jekyll-theme-merlot (= 0.1.1)
6164
jekyll-theme-midnight (= 0.1.1)
@@ -66,34 +69,35 @@ GEM
6669
jekyll-theme-tactile (= 0.1.1)
6770
jekyll-theme-time-machine (= 0.1.1)
6871
jekyll-titles-from-headings (= 0.5.3)
69-
jemoji (= 0.11.1)
70-
kramdown (= 1.17.0)
72+
jemoji (= 0.12.0)
73+
kramdown (= 2.3.0)
74+
kramdown-parser-gfm (= 1.1.0)
7175
liquid (= 4.0.3)
7276
mercenary (~> 0.3)
7377
minima (= 2.5.1)
7478
nokogiri (>= 1.10.4, < 2.0)
75-
rouge (= 3.13.0)
79+
rouge (= 3.26.0)
7680
terminal-table (~> 1.4)
77-
github-pages-health-check (1.16.1)
81+
github-pages-health-check (1.17.0)
7882
addressable (~> 2.3)
7983
dnsruby (~> 1.60)
8084
octokit (~> 4.0)
81-
public_suffix (~> 3.0)
85+
public_suffix (>= 2.0.2, < 5.0)
8286
typhoeus (~> 1.3)
83-
html-pipeline (2.12.3)
87+
html-pipeline (2.14.0)
8488
activesupport (>= 2)
8589
nokogiri (>= 1.4)
8690
http_parser.rb (0.6.0)
8791
i18n (0.9.5)
8892
concurrent-ruby (~> 1.0)
89-
jekyll (3.8.5)
93+
jekyll (3.9.0)
9094
addressable (~> 2.4)
9195
colorator (~> 1.0)
9296
em-websocket (~> 0.5)
9397
i18n (~> 0.7)
9498
jekyll-sass-converter (~> 1.0)
9599
jekyll-watch (~> 2.0)
96-
kramdown (~> 1.14)
100+
kramdown (>= 1.17, < 3)
97101
liquid (~> 4.0)
98102
mercenary (~> 0.3.3)
99103
pathutil (~> 0.9)
@@ -113,35 +117,36 @@ GEM
113117
rouge (>= 2.0, < 4.0)
114118
jekyll-default-layout (0.1.4)
115119
jekyll (~> 3.0)
116-
jekyll-feed (0.13.0)
120+
jekyll-feed (0.15.1)
117121
jekyll (>= 3.7, < 5.0)
118122
jekyll-gist (1.5.0)
119123
octokit (~> 4.2)
120124
jekyll-github-metadata (2.13.0)
121125
jekyll (>= 3.4, < 5.0)
122126
octokit (~> 4.0, != 4.4.0)
123-
jekyll-include-cache (0.2.0)
127+
jekyll-include-cache (0.2.1)
124128
jekyll (>= 3.7, < 5.0)
125-
jekyll-mentions (1.5.1)
129+
jekyll-mentions (1.6.0)
126130
html-pipeline (~> 2.3)
127131
jekyll (>= 3.7, < 5.0)
128132
jekyll-optional-front-matter (0.3.2)
129133
jekyll (>= 3.0, < 5.0)
130134
jekyll-paginate (1.1.0)
131135
jekyll-readme-index (0.3.0)
132136
jekyll (>= 3.0, < 5.0)
133-
jekyll-redirect-from (0.15.0)
137+
jekyll-redirect-from (0.16.0)
134138
jekyll (>= 3.3, < 5.0)
135139
jekyll-relative-links (0.6.1)
136140
jekyll (>= 3.3, < 5.0)
137-
jekyll-remote-theme (0.4.1)
141+
jekyll-remote-theme (0.4.3)
138142
addressable (~> 2.0)
139143
jekyll (>= 3.5, < 5.0)
140-
rubyzip (>= 1.3.0)
144+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
145+
rubyzip (>= 1.3.0, < 3.0)
141146
jekyll-sass-converter (1.5.2)
142147
sass (~> 3.4)
143-
jekyll-seo-tag (2.6.1)
144-
jekyll (>= 3.3, < 5.0)
148+
jekyll-seo-tag (2.7.1)
149+
jekyll (>= 3.8, < 5.0)
145150
jekyll-sitemap (1.4.0)
146151
jekyll (>= 3.7, < 5.0)
147152
jekyll-swiss (1.0.0)
@@ -154,8 +159,8 @@ GEM
154159
jekyll-theme-dinky (0.1.1)
155160
jekyll (~> 3.5)
156161
jekyll-seo-tag (~> 2.0)
157-
jekyll-theme-hacker (0.1.1)
158-
jekyll (~> 3.5)
162+
jekyll-theme-hacker (0.1.2)
163+
jekyll (> 3.5, < 5.0)
159164
jekyll-seo-tag (~> 2.0)
160165
jekyll-theme-leap-day (0.1.1)
161166
jekyll (~> 3.5)
@@ -189,13 +194,16 @@ GEM
189194
jekyll (>= 3.3, < 5.0)
190195
jekyll-watch (2.2.1)
191196
listen (~> 3.0)
192-
jemoji (0.11.1)
197+
jemoji (0.12.0)
193198
gemoji (~> 3.0)
194199
html-pipeline (~> 2.2)
195200
jekyll (>= 3.0, < 5.0)
196-
kramdown (1.17.0)
201+
kramdown (2.3.0)
202+
rexml
203+
kramdown-parser-gfm (1.1.0)
204+
kramdown (~> 2.0)
197205
liquid (4.0.3)
198-
listen (3.2.1)
206+
listen (3.4.1)
199207
rb-fsevent (~> 0.10, >= 0.10.3)
200208
rb-inotify (~> 0.9, >= 0.9.10)
201209
mercenary (0.3.6)
@@ -204,48 +212,51 @@ GEM
204212
jekyll (>= 3.5, < 5.0)
205213
jekyll-feed (~> 0.9)
206214
jekyll-seo-tag (~> 2.1)
207-
minimal-mistakes-jekyll (4.19.1)
215+
minimal-mistakes-jekyll (4.22.0)
208216
jekyll (>= 3.7, < 5.0)
209217
jekyll-feed (~> 0.1)
210218
jekyll-gist (~> 1.5)
211219
jekyll-include-cache (~> 0.1)
212220
jekyll-paginate (~> 1.1)
213221
jekyll-sitemap (~> 1.3)
214-
minitest (5.14.2)
222+
minitest (5.14.4)
215223
multipart-post (2.1.1)
216-
nokogiri (1.11.0)
224+
nokogiri (1.11.2)
217225
mini_portile2 (~> 2.5.0)
218226
racc (~> 1.4)
219-
octokit (4.18.0)
227+
octokit (4.20.0)
220228
faraday (>= 0.9)
221229
sawyer (~> 0.8.0, >= 0.5.3)
222230
pathutil (0.16.2)
223231
forwardable-extended (~> 2.6)
224-
public_suffix (3.1.1)
232+
public_suffix (4.0.6)
225233
racc (1.5.2)
226-
rb-fsevent (0.10.3)
234+
rb-fsevent (0.10.4)
227235
rb-inotify (0.10.1)
228236
ffi (~> 1.0)
229-
rouge (3.13.0)
230-
ruby-enum (0.8.0)
237+
rexml (3.2.4)
238+
rouge (3.26.0)
239+
ruby-enum (0.9.0)
231240
i18n
241+
ruby2_keywords (0.0.4)
232242
rubyzip (2.3.0)
233243
safe_yaml (1.0.5)
234244
sass (3.7.4)
235-
sass-listen (~> 4.0.0)
236-
sass-listen (4.0.0)
237-
rb-fsevent (~> 0.9, >= 0.9.4)
238-
rb-inotify (~> 0.9, >= 0.9.7)
239245
sawyer (0.8.2)
240246
addressable (>= 2.3.5)
241247
faraday (> 0.8, < 2.0)
248+
simpleidn (0.2.1)
249+
unf (~> 0.1.4)
242250
terminal-table (1.8.0)
243251
unicode-display_width (~> 1.1, >= 1.1.1)
244252
thread_safe (0.3.6)
245-
typhoeus (1.3.1)
253+
typhoeus (1.4.0)
246254
ethon (>= 0.9.0)
247-
tzinfo (1.2.8)
255+
tzinfo (1.2.9)
248256
thread_safe (~> 0.1)
257+
unf (0.1.4)
258+
unf_ext
259+
unf_ext (0.0.7.7)
249260
unicode-display_width (1.7.0)
250261
zeitwerk (2.4.2)
251262

@@ -259,6 +270,7 @@ DEPENDENCIES
259270
jekyll-paginate
260271
jekyll-sitemap
261272
jemoji
273+
kramdown (>= 2.3.0)
262274
minimal-mistakes-jekyll
263275
nokogiri (>= 1.10.8)
264276

0 commit comments

Comments
 (0)