Skip to content

Commit 3135094

Browse files
committed
How you slice it post
1 parent 2206261 commit 3135094

8 files changed

Lines changed: 238 additions & 81 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem "github-pages", group: :jekyll_plugins
44

55
# If you have any plugins, put them here!
66
group :jekyll_plugins do
7-
gem "jekyll-include-cache"
7+
88
end
99

1010
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 127 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,72 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.6)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.8.1)
11-
public_suffix (>= 2.0.2, < 6.0)
4+
activesupport (8.0.0)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.7)
18+
public_suffix (>= 2.0.2, < 7.0)
19+
base64 (0.2.0)
20+
benchmark (0.4.0)
21+
bigdecimal (3.1.8)
1222
coffee-script (2.4.1)
1323
coffee-script-source
1424
execjs
15-
coffee-script-source (1.11.1)
25+
coffee-script-source (1.12.2)
1626
colorator (1.1.0)
17-
commonmarker (0.23.6)
18-
concurrent-ruby (1.1.10)
19-
dnsruby (1.61.9)
20-
simpleidn (~> 0.1)
27+
commonmarker (0.23.11)
28+
concurrent-ruby (1.3.4)
29+
connection_pool (2.4.1)
30+
csv (3.3.0)
31+
dnsruby (1.72.3)
32+
base64 (~> 0.2.0)
33+
simpleidn (~> 0.2.1)
34+
drb (2.2.1)
2135
em-websocket (0.5.3)
2236
eventmachine (>= 0.12.9)
2337
http_parser.rb (~> 0)
2438
ethon (0.16.0)
2539
ffi (>= 1.15.0)
2640
eventmachine (1.2.7)
27-
execjs (2.8.1)
28-
faraday (2.7.1)
29-
faraday-net_http (>= 2.0, < 3.1)
30-
ruby2_keywords (>= 0.0.4)
31-
faraday-net_http (3.0.2)
32-
ffi (1.15.5)
41+
execjs (2.10.0)
42+
faraday (2.12.1)
43+
faraday-net_http (>= 2.0, < 3.5)
44+
json
45+
logger
46+
faraday-net_http (3.4.0)
47+
net-http (>= 0.5.0)
48+
ffi (1.17.0-aarch64-linux-gnu)
49+
ffi (1.17.0-aarch64-linux-musl)
50+
ffi (1.17.0-arm-linux-gnu)
51+
ffi (1.17.0-arm-linux-musl)
52+
ffi (1.17.0-arm64-darwin)
53+
ffi (1.17.0-x86-linux-gnu)
54+
ffi (1.17.0-x86-linux-musl)
55+
ffi (1.17.0-x86_64-darwin)
56+
ffi (1.17.0-x86_64-linux-gnu)
57+
ffi (1.17.0-x86_64-linux-musl)
3358
forwardable-extended (2.6.0)
34-
gemoji (3.0.1)
35-
github-pages (227)
36-
github-pages-health-check (= 1.17.9)
37-
jekyll (= 3.9.2)
38-
jekyll-avatar (= 0.7.0)
39-
jekyll-coffeescript (= 1.1.1)
40-
jekyll-commonmark-ghpages (= 0.2.0)
41-
jekyll-default-layout (= 0.1.4)
42-
jekyll-feed (= 0.15.1)
59+
gemoji (4.1.0)
60+
github-pages (232)
61+
github-pages-health-check (= 1.18.2)
62+
jekyll (= 3.10.0)
63+
jekyll-avatar (= 0.8.0)
64+
jekyll-coffeescript (= 1.2.2)
65+
jekyll-commonmark-ghpages (= 0.5.1)
66+
jekyll-default-layout (= 0.1.5)
67+
jekyll-feed (= 0.17.0)
4368
jekyll-gist (= 1.5.0)
44-
jekyll-github-metadata (= 2.13.0)
69+
jekyll-github-metadata (= 2.16.1)
4570
jekyll-include-cache (= 0.2.1)
4671
jekyll-mentions (= 1.6.0)
4772
jekyll-optional-front-matter (= 0.3.2)
@@ -68,32 +93,34 @@ GEM
6893
jekyll-theme-tactile (= 0.2.0)
6994
jekyll-theme-time-machine (= 0.2.0)
7095
jekyll-titles-from-headings (= 0.5.3)
71-
jemoji (= 0.12.0)
72-
kramdown (= 2.3.2)
96+
jemoji (= 0.13.0)
97+
kramdown (= 2.4.0)
7398
kramdown-parser-gfm (= 1.1.0)
74-
liquid (= 4.0.3)
99+
liquid (= 4.0.4)
75100
mercenary (~> 0.3)
76101
minima (= 2.5.1)
77-
nokogiri (>= 1.13.6, < 2.0)
78-
rouge (= 3.26.0)
102+
nokogiri (>= 1.16.2, < 2.0)
103+
rouge (= 3.30.0)
79104
terminal-table (~> 1.4)
80-
github-pages-health-check (1.17.9)
105+
webrick (~> 1.8)
106+
github-pages-health-check (1.18.2)
81107
addressable (~> 2.3)
82108
dnsruby (~> 1.60)
83-
octokit (~> 4.0)
84-
public_suffix (>= 3.0, < 5.0)
109+
octokit (>= 4, < 8)
110+
public_suffix (>= 3.0, < 6.0)
85111
typhoeus (~> 1.3)
86112
html-pipeline (2.14.3)
87113
activesupport (>= 2)
88114
nokogiri (>= 1.4)
89115
http_parser.rb (0.8.0)
90-
i18n (0.9.5)
116+
i18n (1.14.6)
91117
concurrent-ruby (~> 1.0)
92-
jekyll (3.9.2)
118+
jekyll (3.10.0)
93119
addressable (~> 2.4)
94120
colorator (~> 1.0)
121+
csv (~> 3.0)
95122
em-websocket (~> 0.5)
96-
i18n (~> 0.7)
123+
i18n (>= 0.7, < 2)
97124
jekyll-sass-converter (~> 1.0)
98125
jekyll-watch (~> 2.0)
99126
kramdown (>= 1.17, < 3)
@@ -102,27 +129,28 @@ GEM
102129
pathutil (~> 0.9)
103130
rouge (>= 1.7, < 4)
104131
safe_yaml (~> 1.0)
105-
jekyll-avatar (0.7.0)
132+
webrick (>= 1.0)
133+
jekyll-avatar (0.8.0)
106134
jekyll (>= 3.0, < 5.0)
107-
jekyll-coffeescript (1.1.1)
135+
jekyll-coffeescript (1.2.2)
108136
coffee-script (~> 2.2)
109-
coffee-script-source (~> 1.11.1)
137+
coffee-script-source (~> 1.12)
110138
jekyll-commonmark (1.4.0)
111139
commonmarker (~> 0.22)
112-
jekyll-commonmark-ghpages (0.2.0)
113-
commonmarker (~> 0.23.4)
114-
jekyll (~> 3.9.0)
140+
jekyll-commonmark-ghpages (0.5.1)
141+
commonmarker (>= 0.23.7, < 1.1.0)
142+
jekyll (>= 3.9, < 4.0)
115143
jekyll-commonmark (~> 1.4.0)
116-
rouge (>= 2.0, < 4.0)
117-
jekyll-default-layout (0.1.4)
118-
jekyll (~> 3.0)
119-
jekyll-feed (0.15.1)
144+
rouge (>= 2.0, < 5.0)
145+
jekyll-default-layout (0.1.5)
146+
jekyll (>= 3.0, < 5.0)
147+
jekyll-feed (0.17.0)
120148
jekyll (>= 3.7, < 5.0)
121149
jekyll-gist (1.5.0)
122150
octokit (~> 4.2)
123-
jekyll-github-metadata (2.13.0)
151+
jekyll-github-metadata (2.16.1)
124152
jekyll (>= 3.4, < 5.0)
125-
octokit (~> 4.0, != 4.4.0)
153+
octokit (>= 4, < 7, != 4.4.0)
126154
jekyll-include-cache (0.2.1)
127155
jekyll (>= 3.7, < 5.0)
128156
jekyll-mentions (1.6.0)
@@ -193,39 +221,52 @@ GEM
193221
jekyll (>= 3.3, < 5.0)
194222
jekyll-watch (2.2.1)
195223
listen (~> 3.0)
196-
jemoji (0.12.0)
197-
gemoji (~> 3.0)
224+
jemoji (0.13.0)
225+
gemoji (>= 3, < 5)
198226
html-pipeline (~> 2.2)
199227
jekyll (>= 3.0, < 5.0)
200-
kramdown (2.3.2)
228+
json (2.9.0)
229+
kramdown (2.4.0)
201230
rexml
202231
kramdown-parser-gfm (1.1.0)
203232
kramdown (~> 2.0)
204-
liquid (4.0.3)
205-
listen (3.7.1)
233+
liquid (4.0.4)
234+
listen (3.9.0)
206235
rb-fsevent (~> 0.10, >= 0.10.3)
207236
rb-inotify (~> 0.9, >= 0.9.10)
237+
logger (1.6.2)
208238
mercenary (0.3.6)
209239
minima (2.5.1)
210240
jekyll (>= 3.5, < 5.0)
211241
jekyll-feed (~> 0.9)
212242
jekyll-seo-tag (~> 2.1)
213-
minitest (5.16.3)
214-
nokogiri (1.13.9-x86_64-darwin)
243+
minitest (5.25.4)
244+
net-http (0.6.0)
245+
uri
246+
nokogiri (1.16.8-aarch64-linux)
247+
racc (~> 1.4)
248+
nokogiri (1.16.8-arm-linux)
249+
racc (~> 1.4)
250+
nokogiri (1.16.8-arm64-darwin)
251+
racc (~> 1.4)
252+
nokogiri (1.16.8-x86-linux)
253+
racc (~> 1.4)
254+
nokogiri (1.16.8-x86_64-darwin)
255+
racc (~> 1.4)
256+
nokogiri (1.16.8-x86_64-linux)
215257
racc (~> 1.4)
216258
octokit (4.25.1)
217259
faraday (>= 1, < 3)
218260
sawyer (~> 0.9)
219261
pathutil (0.16.2)
220262
forwardable-extended (~> 2.6)
221-
public_suffix (4.0.7)
222-
racc (1.6.0)
263+
public_suffix (5.1.1)
264+
racc (1.8.1)
223265
rb-fsevent (0.11.2)
224-
rb-inotify (0.10.1)
266+
rb-inotify (0.11.1)
225267
ffi (~> 1.0)
226-
rexml (3.2.5)
227-
rouge (3.26.0)
228-
ruby2_keywords (0.0.5)
268+
rexml (3.3.9)
269+
rouge (3.30.0)
229270
rubyzip (2.3.2)
230271
safe_yaml (1.0.5)
231272
sass (3.7.4)
@@ -236,33 +277,40 @@ GEM
236277
sawyer (0.9.2)
237278
addressable (>= 2.3.5)
238279
faraday (>= 0.17.3, < 3)
239-
simpleidn (0.2.1)
240-
unf (~> 0.1.4)
280+
securerandom (0.4.0)
281+
simpleidn (0.2.3)
241282
terminal-table (1.8.0)
242283
unicode-display_width (~> 1.1, >= 1.1.1)
243-
thread_safe (0.3.6)
244-
typhoeus (1.4.0)
284+
typhoeus (1.4.1)
245285
ethon (>= 0.9.0)
246-
tzinfo (1.2.10)
247-
thread_safe (~> 0.1)
248-
unf (0.1.4)
249-
unf_ext
250-
unf_ext (0.0.8.2)
286+
tzinfo (2.0.6)
287+
concurrent-ruby (~> 1.0)
251288
unicode-display_width (1.8.0)
252-
webrick (1.7.0)
253-
zeitwerk (2.6.6)
289+
uri (1.0.2)
290+
webrick (1.9.1)
254291

255292
PLATFORMS
256-
x86_64-darwin-21
293+
aarch64-linux
294+
aarch64-linux-gnu
295+
aarch64-linux-musl
296+
arm-linux
297+
arm-linux-gnu
298+
arm-linux-musl
299+
arm64-darwin
300+
x86-linux
301+
x86-linux-gnu
302+
x86-linux-musl
303+
x86_64-darwin
304+
x86_64-linux-gnu
305+
x86_64-linux-musl
257306

258307
DEPENDENCIES
259308
github-pages
260309
http_parser.rb (~> 0.6.0)
261-
jekyll-include-cache
262310
tzinfo (~> 1.2)
263311
tzinfo-data
264312
wdm (~> 0.1.1)
265313
webrick (~> 1.7)
266314

267315
BUNDLED WITH
268-
2.3.17
316+
2.5.11

0 commit comments

Comments
 (0)