Skip to content

Commit 0eb42fc

Browse files
committed
Updating Gemfile to enable Jekyll to work on Windows 11
1 parent e3a4293 commit 0eb42fc

File tree

2 files changed

+127
-121
lines changed

2 files changed

+127
-121
lines changed

docs/Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ source "https://rubygems.org"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.0"
15+
gem "jekyll-include-cache"
1516

1617
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1718
# uncomment the line below. To upgrade, run `bundle update github-pages`.
@@ -32,3 +33,5 @@ end
3233
# Performance-booster for watching directories on Windows
3334
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
3435

36+
37+
gem "webrick", "~> 1.8"

docs/Gemfile.lock

Lines changed: 124 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -7,43 +7,42 @@ GEM
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
10+
addressable (2.8.6)
11+
public_suffix (>= 2.0.2, < 6.0)
1212
coffee-script (2.4.1)
1313
coffee-script-source
1414
execjs
15-
coffee-script-source (1.11.1)
15+
coffee-script-source (1.12.2)
1616
colorator (1.1.0)
17-
commonmarker (0.17.13)
18-
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.2.0)
20-
dnsruby (1.61.5)
21-
simpleidn (~> 0.1)
22-
em-websocket (0.5.2)
17+
commonmarker (0.23.10)
18+
concurrent-ruby (1.2.3)
19+
dnsruby (1.70.0)
20+
simpleidn (~> 0.2.1)
21+
em-websocket (0.5.3)
2322
eventmachine (>= 0.12.9)
24-
http_parser.rb (~> 0.6.0)
25-
ethon (0.12.0)
26-
ffi (>= 1.3.0)
23+
http_parser.rb (~> 0)
24+
ethon (0.16.0)
25+
ffi (>= 1.15.0)
2726
eventmachine (1.2.7)
28-
execjs (2.7.0)
29-
faraday (1.3.0)
30-
faraday-net_http (~> 1.0)
31-
multipart-post (>= 1.2, < 3)
32-
ruby2_keywords
33-
faraday-net_http (1.0.1)
34-
ffi (1.15.0)
27+
execjs (2.9.1)
28+
faraday (2.9.0)
29+
faraday-net_http (>= 2.0, < 3.2)
30+
faraday-net_http (3.1.0)
31+
net-http
32+
ffi (1.16.3)
3533
forwardable-extended (2.6.0)
36-
gemoji (3.0.1)
37-
github-pages (214)
38-
github-pages-health-check (= 1.17.0)
39-
jekyll (= 3.9.0)
40-
jekyll-avatar (= 0.7.0)
41-
jekyll-coffeescript (= 1.1.1)
42-
jekyll-commonmark-ghpages (= 0.1.6)
43-
jekyll-default-layout (= 0.1.4)
44-
jekyll-feed (= 0.15.1)
34+
gemoji (4.1.0)
35+
github-pages (231)
36+
github-pages-health-check (= 1.18.2)
37+
jekyll (= 3.9.5)
38+
jekyll-avatar (= 0.8.0)
39+
jekyll-coffeescript (= 1.2.2)
40+
jekyll-commonmark-ghpages (= 0.4.0)
41+
jekyll-default-layout (= 0.1.5)
42+
jekyll-feed (= 0.17.0)
4543
jekyll-gist (= 1.5.0)
46-
jekyll-github-metadata (= 2.13.0)
44+
jekyll-github-metadata (= 2.16.1)
45+
jekyll-include-cache (= 0.2.1)
4746
jekyll-mentions (= 1.6.0)
4847
jekyll-optional-front-matter (= 0.3.2)
4948
jekyll-paginate (= 1.1.0)
@@ -52,49 +51,49 @@ GEM
5251
jekyll-relative-links (= 0.6.1)
5352
jekyll-remote-theme (= 0.4.3)
5453
jekyll-sass-converter (= 1.5.2)
55-
jekyll-seo-tag (= 2.7.1)
54+
jekyll-seo-tag (= 2.8.0)
5655
jekyll-sitemap (= 1.4.0)
5756
jekyll-swiss (= 1.0.0)
58-
jekyll-theme-architect (= 0.1.1)
59-
jekyll-theme-cayman (= 0.1.1)
60-
jekyll-theme-dinky (= 0.1.1)
61-
jekyll-theme-hacker (= 0.1.2)
62-
jekyll-theme-leap-day (= 0.1.1)
63-
jekyll-theme-merlot (= 0.1.1)
64-
jekyll-theme-midnight (= 0.1.1)
65-
jekyll-theme-minimal (= 0.1.1)
66-
jekyll-theme-modernist (= 0.1.1)
67-
jekyll-theme-primer (= 0.5.4)
68-
jekyll-theme-slate (= 0.1.1)
69-
jekyll-theme-tactile (= 0.1.1)
70-
jekyll-theme-time-machine (= 0.1.1)
57+
jekyll-theme-architect (= 0.2.0)
58+
jekyll-theme-cayman (= 0.2.0)
59+
jekyll-theme-dinky (= 0.2.0)
60+
jekyll-theme-hacker (= 0.2.0)
61+
jekyll-theme-leap-day (= 0.2.0)
62+
jekyll-theme-merlot (= 0.2.0)
63+
jekyll-theme-midnight (= 0.2.0)
64+
jekyll-theme-minimal (= 0.2.0)
65+
jekyll-theme-modernist (= 0.2.0)
66+
jekyll-theme-primer (= 0.6.0)
67+
jekyll-theme-slate (= 0.2.0)
68+
jekyll-theme-tactile (= 0.2.0)
69+
jekyll-theme-time-machine (= 0.2.0)
7170
jekyll-titles-from-headings (= 0.5.3)
72-
jemoji (= 0.12.0)
73-
kramdown (= 2.3.1)
71+
jemoji (= 0.13.0)
72+
kramdown (= 2.4.0)
7473
kramdown-parser-gfm (= 1.1.0)
75-
liquid (= 4.0.3)
74+
liquid (= 4.0.4)
7675
mercenary (~> 0.3)
7776
minima (= 2.5.1)
78-
nokogiri (>= 1.10.4, < 2.0)
79-
rouge (= 3.26.0)
77+
nokogiri (>= 1.13.6, < 2.0)
78+
rouge (= 3.30.0)
8079
terminal-table (~> 1.4)
81-
github-pages-health-check (1.17.0)
80+
github-pages-health-check (1.18.2)
8281
addressable (~> 2.3)
8382
dnsruby (~> 1.60)
84-
octokit (~> 4.0)
85-
public_suffix (>= 2.0.2, < 5.0)
83+
octokit (>= 4, < 8)
84+
public_suffix (>= 3.0, < 6.0)
8685
typhoeus (~> 1.3)
87-
html-pipeline (2.14.0)
86+
html-pipeline (2.14.3)
8887
activesupport (>= 2)
8988
nokogiri (>= 1.4)
90-
http_parser.rb (0.6.0)
91-
i18n (0.9.5)
89+
http_parser.rb (0.8.0)
90+
i18n (1.14.1)
9291
concurrent-ruby (~> 1.0)
93-
jekyll (3.9.0)
92+
jekyll (3.9.5)
9493
addressable (~> 2.4)
9594
colorator (~> 1.0)
9695
em-websocket (~> 0.5)
97-
i18n (~> 0.7)
96+
i18n (>= 0.7, < 2)
9897
jekyll-sass-converter (~> 1.0)
9998
jekyll-watch (~> 2.0)
10099
kramdown (>= 1.17, < 3)
@@ -103,27 +102,29 @@ GEM
103102
pathutil (~> 0.9)
104103
rouge (>= 1.7, < 4)
105104
safe_yaml (~> 1.0)
106-
jekyll-avatar (0.7.0)
105+
jekyll-avatar (0.8.0)
107106
jekyll (>= 3.0, < 5.0)
108-
jekyll-coffeescript (1.1.1)
107+
jekyll-coffeescript (1.2.2)
109108
coffee-script (~> 2.2)
110-
coffee-script-source (~> 1.11.1)
111-
jekyll-commonmark (1.3.1)
112-
commonmarker (~> 0.14)
113-
jekyll (>= 3.7, < 5.0)
114-
jekyll-commonmark-ghpages (0.1.6)
115-
commonmarker (~> 0.17.6)
116-
jekyll-commonmark (~> 1.2)
117-
rouge (>= 2.0, < 4.0)
118-
jekyll-default-layout (0.1.4)
119-
jekyll (~> 3.0)
120-
jekyll-feed (0.15.1)
109+
coffee-script-source (~> 1.12)
110+
jekyll-commonmark (1.4.0)
111+
commonmarker (~> 0.22)
112+
jekyll-commonmark-ghpages (0.4.0)
113+
commonmarker (~> 0.23.7)
114+
jekyll (~> 3.9.0)
115+
jekyll-commonmark (~> 1.4.0)
116+
rouge (>= 2.0, < 5.0)
117+
jekyll-default-layout (0.1.5)
118+
jekyll (>= 3.0, < 5.0)
119+
jekyll-feed (0.17.0)
121120
jekyll (>= 3.7, < 5.0)
122121
jekyll-gist (1.5.0)
123122
octokit (~> 4.2)
124-
jekyll-github-metadata (2.13.0)
123+
jekyll-github-metadata (2.16.1)
125124
jekyll (>= 3.4, < 5.0)
126-
octokit (~> 4.0, != 4.4.0)
125+
octokit (>= 4, < 7, != 4.4.0)
126+
jekyll-include-cache (0.2.1)
127+
jekyll (>= 3.7, < 5.0)
127128
jekyll-mentions (1.6.0)
128129
html-pipeline (~> 2.3)
129130
jekyll (>= 3.7, < 5.0)
@@ -143,65 +144,65 @@ GEM
143144
rubyzip (>= 1.3.0, < 3.0)
144145
jekyll-sass-converter (1.5.2)
145146
sass (~> 3.4)
146-
jekyll-seo-tag (2.7.1)
147+
jekyll-seo-tag (2.8.0)
147148
jekyll (>= 3.8, < 5.0)
148149
jekyll-sitemap (1.4.0)
149150
jekyll (>= 3.7, < 5.0)
150151
jekyll-swiss (1.0.0)
151-
jekyll-theme-architect (0.1.1)
152-
jekyll (~> 3.5)
152+
jekyll-theme-architect (0.2.0)
153+
jekyll (> 3.5, < 5.0)
153154
jekyll-seo-tag (~> 2.0)
154-
jekyll-theme-cayman (0.1.1)
155-
jekyll (~> 3.5)
155+
jekyll-theme-cayman (0.2.0)
156+
jekyll (> 3.5, < 5.0)
156157
jekyll-seo-tag (~> 2.0)
157-
jekyll-theme-dinky (0.1.1)
158-
jekyll (~> 3.5)
158+
jekyll-theme-dinky (0.2.0)
159+
jekyll (> 3.5, < 5.0)
159160
jekyll-seo-tag (~> 2.0)
160-
jekyll-theme-hacker (0.1.2)
161+
jekyll-theme-hacker (0.2.0)
161162
jekyll (> 3.5, < 5.0)
162163
jekyll-seo-tag (~> 2.0)
163-
jekyll-theme-leap-day (0.1.1)
164-
jekyll (~> 3.5)
164+
jekyll-theme-leap-day (0.2.0)
165+
jekyll (> 3.5, < 5.0)
165166
jekyll-seo-tag (~> 2.0)
166-
jekyll-theme-merlot (0.1.1)
167-
jekyll (~> 3.5)
167+
jekyll-theme-merlot (0.2.0)
168+
jekyll (> 3.5, < 5.0)
168169
jekyll-seo-tag (~> 2.0)
169-
jekyll-theme-midnight (0.1.1)
170-
jekyll (~> 3.5)
170+
jekyll-theme-midnight (0.2.0)
171+
jekyll (> 3.5, < 5.0)
171172
jekyll-seo-tag (~> 2.0)
172-
jekyll-theme-minimal (0.1.1)
173-
jekyll (~> 3.5)
173+
jekyll-theme-minimal (0.2.0)
174+
jekyll (> 3.5, < 5.0)
174175
jekyll-seo-tag (~> 2.0)
175-
jekyll-theme-modernist (0.1.1)
176-
jekyll (~> 3.5)
176+
jekyll-theme-modernist (0.2.0)
177+
jekyll (> 3.5, < 5.0)
177178
jekyll-seo-tag (~> 2.0)
178-
jekyll-theme-primer (0.5.4)
179+
jekyll-theme-primer (0.6.0)
179180
jekyll (> 3.5, < 5.0)
180181
jekyll-github-metadata (~> 2.9)
181182
jekyll-seo-tag (~> 2.0)
182-
jekyll-theme-slate (0.1.1)
183-
jekyll (~> 3.5)
183+
jekyll-theme-slate (0.2.0)
184+
jekyll (> 3.5, < 5.0)
184185
jekyll-seo-tag (~> 2.0)
185-
jekyll-theme-tactile (0.1.1)
186-
jekyll (~> 3.5)
186+
jekyll-theme-tactile (0.2.0)
187+
jekyll (> 3.5, < 5.0)
187188
jekyll-seo-tag (~> 2.0)
188-
jekyll-theme-time-machine (0.1.1)
189-
jekyll (~> 3.5)
189+
jekyll-theme-time-machine (0.2.0)
190+
jekyll (> 3.5, < 5.0)
190191
jekyll-seo-tag (~> 2.0)
191192
jekyll-titles-from-headings (0.5.3)
192193
jekyll (>= 3.3, < 5.0)
193194
jekyll-watch (2.2.1)
194195
listen (~> 3.0)
195-
jemoji (0.12.0)
196-
gemoji (~> 3.0)
196+
jemoji (0.13.0)
197+
gemoji (>= 3, < 5)
197198
html-pipeline (~> 2.2)
198199
jekyll (>= 3.0, < 5.0)
199-
kramdown (2.3.1)
200+
kramdown (2.4.0)
200201
rexml
201202
kramdown-parser-gfm (1.1.0)
202203
kramdown (~> 2.0)
203-
liquid (4.0.3)
204-
listen (3.5.1)
204+
liquid (4.0.4)
205+
listen (3.9.0)
205206
rb-fsevent (~> 0.10, >= 0.10.3)
206207
rb-inotify (~> 0.9, >= 0.9.10)
207208
mercenary (0.3.6)
@@ -210,64 +211,66 @@ GEM
210211
jekyll (>= 3.5, < 5.0)
211212
jekyll-feed (~> 0.9)
212213
jekyll-seo-tag (~> 2.1)
213-
minitest (5.17.0)
214-
multipart-post (2.1.1)
214+
minitest (5.22.2)
215+
net-http (0.4.1)
216+
uri
215217
nokogiri (1.16.2)
216218
mini_portile2 (~> 2.8.2)
217219
racc (~> 1.4)
218-
octokit (4.20.0)
219-
faraday (>= 0.9)
220-
sawyer (~> 0.8.0, >= 0.5.3)
220+
octokit (4.25.1)
221+
faraday (>= 1, < 3)
222+
sawyer (~> 0.9)
221223
pathutil (0.16.2)
222224
forwardable-extended (~> 2.6)
223-
public_suffix (4.0.6)
225+
public_suffix (5.0.4)
224226
racc (1.7.3)
225-
rb-fsevent (0.10.4)
227+
rb-fsevent (0.11.2)
226228
rb-inotify (0.10.1)
227229
ffi (~> 1.0)
228-
rexml (3.2.5)
229-
rouge (3.26.0)
230-
ruby-enum (0.9.0)
231-
i18n
232-
ruby2_keywords (0.0.4)
233-
rubyzip (2.3.0)
230+
rexml (3.2.6)
231+
rouge (3.30.0)
232+
rubyzip (2.3.2)
234233
safe_yaml (1.0.5)
235234
sass (3.7.4)
236235
sass-listen (~> 4.0.0)
237236
sass-listen (4.0.0)
238237
rb-fsevent (~> 0.9, >= 0.9.4)
239238
rb-inotify (~> 0.9, >= 0.9.7)
240-
sawyer (0.8.2)
239+
sawyer (0.9.2)
241240
addressable (>= 2.3.5)
242-
faraday (> 0.8, < 2.0)
241+
faraday (>= 0.17.3, < 3)
243242
simpleidn (0.2.1)
244243
unf (~> 0.1.4)
245244
terminal-table (1.8.0)
246245
unicode-display_width (~> 1.1, >= 1.1.1)
247246
thread_safe (0.3.6)
248-
typhoeus (1.4.0)
247+
typhoeus (1.4.1)
249248
ethon (>= 0.9.0)
250-
tzinfo (1.2.10)
249+
tzinfo (1.2.11)
251250
thread_safe (~> 0.1)
252251
tzinfo-data (1.2021.1)
253252
tzinfo (>= 1.0.0)
254253
unf (0.1.4)
255254
unf_ext
256-
unf_ext (0.0.7.7)
257-
unicode-display_width (1.7.0)
255+
unf_ext (0.0.9.1)
256+
unicode-display_width (1.8.0)
257+
uri (0.13.0)
258258
wdm (0.1.1)
259-
zeitwerk (2.6.6)
259+
webrick (1.8.1)
260+
zeitwerk (2.6.13)
260261

261262
PLATFORMS
262263
ruby
263264

264265
DEPENDENCIES
265266
github-pages
266267
jekyll-feed (~> 0.6)
268+
jekyll-include-cache
267269
minima (~> 2.0)
268270
tzinfo (~> 1.2)
269271
tzinfo-data
270272
wdm (~> 0.1.0)
273+
webrick (~> 1.8)
271274

272275
BUNDLED WITH
273276
2.2.15

0 commit comments

Comments
 (0)