Skip to content

Commit a0a2385

Browse files
Updated gems
1 parent cced70c commit a0a2385

File tree

1 file changed

+64
-45
lines changed

1 file changed

+64
-45
lines changed

Gemfile.lock

Lines changed: 64 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.2.4.2)
4+
activesupport (6.0.3.4)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
910
addressable (2.7.0)
1011
public_suffix (>= 2.0.2, < 5.0)
1112
coffee-script (2.4.1)
@@ -15,46 +16,49 @@ GEM
1516
colorator (1.1.0)
1617
commonmarker (0.17.13)
1718
ruby-enum (~> 0.5)
18-
concurrent-ruby (1.1.6)
19-
dnsruby (1.61.3)
20-
addressable (~> 2.5)
21-
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)
2223
eventmachine (>= 0.12.9)
2324
http_parser.rb (~> 0.6.0)
2425
ethon (0.12.0)
2526
ffi (>= 1.3.0)
2627
eventmachine (1.2.7)
2728
execjs (2.7.0)
28-
faraday (1.0.1)
29+
faraday (1.3.0)
30+
faraday-net_http (~> 1.0)
2931
multipart-post (>= 1.2, < 3)
30-
ffi (1.12.2)
32+
ruby2_keywords
33+
faraday-net_http (1.0.1)
34+
ffi (1.14.2)
3135
forwardable-extended (2.6.0)
3236
gemoji (3.0.1)
33-
github-pages (204)
37+
github-pages (210)
3438
github-pages-health-check (= 1.16.1)
35-
jekyll (= 3.8.5)
39+
jekyll (= 3.9.0)
3640
jekyll-avatar (= 0.7.0)
3741
jekyll-coffeescript (= 1.1.1)
3842
jekyll-commonmark-ghpages (= 0.1.6)
3943
jekyll-default-layout (= 0.1.4)
40-
jekyll-feed (= 0.13.0)
44+
jekyll-feed (= 0.15.1)
4145
jekyll-gist (= 1.5.0)
4246
jekyll-github-metadata (= 2.13.0)
43-
jekyll-mentions (= 1.5.1)
47+
jekyll-mentions (= 1.6.0)
4448
jekyll-optional-front-matter (= 0.3.2)
4549
jekyll-paginate (= 1.1.0)
4650
jekyll-readme-index (= 0.3.0)
47-
jekyll-redirect-from (= 0.15.0)
51+
jekyll-redirect-from (= 0.16.0)
4852
jekyll-relative-links (= 0.6.1)
49-
jekyll-remote-theme (= 0.4.1)
53+
jekyll-remote-theme (= 0.4.2)
5054
jekyll-sass-converter (= 1.5.2)
51-
jekyll-seo-tag (= 2.6.1)
55+
jekyll-seo-tag (= 2.7.1)
5256
jekyll-sitemap (= 1.4.0)
5357
jekyll-swiss (= 1.0.0)
5458
jekyll-theme-architect (= 0.1.1)
5559
jekyll-theme-cayman (= 0.1.1)
5660
jekyll-theme-dinky (= 0.1.1)
57-
jekyll-theme-hacker (= 0.1.1)
61+
jekyll-theme-hacker (= 0.1.2)
5862
jekyll-theme-leap-day (= 0.1.1)
5963
jekyll-theme-merlot (= 0.1.1)
6064
jekyll-theme-midnight (= 0.1.1)
@@ -65,34 +69,35 @@ GEM
6569
jekyll-theme-tactile (= 0.1.1)
6670
jekyll-theme-time-machine (= 0.1.1)
6771
jekyll-titles-from-headings (= 0.5.3)
68-
jemoji (= 0.11.1)
69-
kramdown (= 1.17.0)
72+
jemoji (= 0.12.0)
73+
kramdown (= 2.3.0)
74+
kramdown-parser-gfm (= 1.1.0)
7075
liquid (= 4.0.3)
7176
mercenary (~> 0.3)
7277
minima (= 2.5.1)
7378
nokogiri (>= 1.10.4, < 2.0)
74-
rouge (= 3.13.0)
79+
rouge (= 3.23.0)
7580
terminal-table (~> 1.4)
7681
github-pages-health-check (1.16.1)
7782
addressable (~> 2.3)
7883
dnsruby (~> 1.60)
7984
octokit (~> 4.0)
8085
public_suffix (~> 3.0)
8186
typhoeus (~> 1.3)
82-
html-pipeline (2.12.3)
87+
html-pipeline (2.14.0)
8388
activesupport (>= 2)
8489
nokogiri (>= 1.4)
8590
http_parser.rb (0.6.0)
8691
i18n (0.9.5)
8792
concurrent-ruby (~> 1.0)
88-
jekyll (3.8.5)
93+
jekyll (3.9.0)
8994
addressable (~> 2.4)
9095
colorator (~> 1.0)
9196
em-websocket (~> 0.5)
9297
i18n (~> 0.7)
9398
jekyll-sass-converter (~> 1.0)
9499
jekyll-watch (~> 2.0)
95-
kramdown (~> 1.14)
100+
kramdown (>= 1.17, < 3)
96101
liquid (~> 4.0)
97102
mercenary (~> 0.3.3)
98103
pathutil (~> 0.9)
@@ -112,33 +117,34 @@ GEM
112117
rouge (>= 2.0, < 4.0)
113118
jekyll-default-layout (0.1.4)
114119
jekyll (~> 3.0)
115-
jekyll-feed (0.13.0)
120+
jekyll-feed (0.15.1)
116121
jekyll (>= 3.7, < 5.0)
117122
jekyll-gist (1.5.0)
118123
octokit (~> 4.2)
119124
jekyll-github-metadata (2.13.0)
120125
jekyll (>= 3.4, < 5.0)
121126
octokit (~> 4.0, != 4.4.0)
122-
jekyll-mentions (1.5.1)
127+
jekyll-mentions (1.6.0)
123128
html-pipeline (~> 2.3)
124129
jekyll (>= 3.7, < 5.0)
125130
jekyll-optional-front-matter (0.3.2)
126131
jekyll (>= 3.0, < 5.0)
127132
jekyll-paginate (1.1.0)
128133
jekyll-readme-index (0.3.0)
129134
jekyll (>= 3.0, < 5.0)
130-
jekyll-redirect-from (0.15.0)
135+
jekyll-redirect-from (0.16.0)
131136
jekyll (>= 3.3, < 5.0)
132137
jekyll-relative-links (0.6.1)
133138
jekyll (>= 3.3, < 5.0)
134-
jekyll-remote-theme (0.4.1)
139+
jekyll-remote-theme (0.4.2)
135140
addressable (~> 2.0)
136141
jekyll (>= 3.5, < 5.0)
137-
rubyzip (>= 1.3.0)
142+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
143+
rubyzip (>= 1.3.0, < 3.0)
138144
jekyll-sass-converter (1.5.2)
139145
sass (~> 3.4)
140-
jekyll-seo-tag (2.6.1)
141-
jekyll (>= 3.3, < 5.0)
146+
jekyll-seo-tag (2.7.1)
147+
jekyll (>= 3.8, < 5.0)
142148
jekyll-sitemap (1.4.0)
143149
jekyll (>= 3.7, < 5.0)
144150
jekyll-swiss (1.0.0)
@@ -151,8 +157,8 @@ GEM
151157
jekyll-theme-dinky (0.1.1)
152158
jekyll (~> 3.5)
153159
jekyll-seo-tag (~> 2.0)
154-
jekyll-theme-hacker (0.1.1)
155-
jekyll (~> 3.5)
160+
jekyll-theme-hacker (0.1.2)
161+
jekyll (> 3.5, < 5.0)
156162
jekyll-seo-tag (~> 2.0)
157163
jekyll-theme-leap-day (0.1.1)
158164
jekyll (~> 3.5)
@@ -186,38 +192,45 @@ GEM
186192
jekyll (>= 3.3, < 5.0)
187193
jekyll-watch (2.2.1)
188194
listen (~> 3.0)
189-
jemoji (0.11.1)
195+
jemoji (0.12.0)
190196
gemoji (~> 3.0)
191197
html-pipeline (~> 2.2)
192198
jekyll (>= 3.0, < 5.0)
193-
kramdown (1.17.0)
199+
kramdown (2.3.0)
200+
rexml
201+
kramdown-parser-gfm (1.1.0)
202+
kramdown (~> 2.0)
194203
liquid (4.0.3)
195-
listen (3.2.1)
204+
listen (3.4.1)
196205
rb-fsevent (~> 0.10, >= 0.10.3)
197206
rb-inotify (~> 0.9, >= 0.9.10)
198207
mercenary (0.3.6)
199-
mini_portile2 (2.4.0)
208+
mini_portile2 (2.5.0)
200209
minima (2.5.1)
201210
jekyll (>= 3.5, < 5.0)
202211
jekyll-feed (~> 0.9)
203212
jekyll-seo-tag (~> 2.1)
204-
minitest (5.14.0)
213+
minitest (5.14.3)
205214
multipart-post (2.1.1)
206-
nokogiri (1.10.9)
207-
mini_portile2 (~> 2.4.0)
208-
octokit (4.18.0)
215+
nokogiri (1.11.1)
216+
mini_portile2 (~> 2.5.0)
217+
racc (~> 1.4)
218+
octokit (4.20.0)
209219
faraday (>= 0.9)
210220
sawyer (~> 0.8.0, >= 0.5.3)
211221
pathutil (0.16.2)
212222
forwardable-extended (~> 2.6)
213223
public_suffix (3.1.1)
214-
rb-fsevent (0.10.3)
224+
racc (1.5.2)
225+
rb-fsevent (0.10.4)
215226
rb-inotify (0.10.1)
216227
ffi (~> 1.0)
217-
rouge (3.13.0)
228+
rexml (3.2.4)
229+
rouge (3.23.0)
218230
ruby-enum (0.8.0)
219231
i18n
220-
rubyzip (1.3.0)
232+
ruby2_keywords (0.0.4)
233+
rubyzip (2.3.0)
221234
safe_yaml (1.0.5)
222235
sass (3.7.4)
223236
sass-listen (~> 4.0.0)
@@ -227,20 +240,26 @@ GEM
227240
sawyer (0.8.2)
228241
addressable (>= 2.3.5)
229242
faraday (> 0.8, < 2.0)
243+
simpleidn (0.2.1)
244+
unf (~> 0.1.4)
230245
terminal-table (1.8.0)
231246
unicode-display_width (~> 1.1, >= 1.1.1)
232247
thread_safe (0.3.6)
233-
typhoeus (1.3.1)
248+
typhoeus (1.4.0)
234249
ethon (>= 0.9.0)
235-
tzinfo (1.2.7)
250+
tzinfo (1.2.9)
236251
thread_safe (~> 0.1)
252+
unf (0.1.4)
253+
unf_ext
254+
unf_ext (0.0.7.7)
237255
unicode-display_width (1.7.0)
256+
zeitwerk (2.4.2)
238257

239258
PLATFORMS
240259
ruby
241260

242261
DEPENDENCIES
243-
github-pages (= 204)
262+
github-pages (= 210)
244263

245264
BUNDLED WITH
246-
1.16.6
265+
1.17.2

0 commit comments

Comments
 (0)