Skip to content

Commit 12af1e5

Browse files
committed
Work on new ruby
1 parent 537bcf4 commit 12af1e5

File tree

2 files changed

+43
-221
lines changed

2 files changed

+43
-221
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ gem 'jekyll-redirect-from'
2323
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2424
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2525

26+
gem "webrick"
27+

Gemfile.lock

Lines changed: 41 additions & 221 deletions
Original file line numberDiff line numberDiff line change
@@ -1,269 +1,89 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.6.1)
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.0)
11-
public_suffix (>= 2.0.2, < 5.0)
12-
coffee-script (2.4.1)
13-
coffee-script-source
14-
execjs
15-
coffee-script-source (1.11.1)
4+
addressable (2.8.4)
5+
public_suffix (>= 2.0.2, < 6.0)
166
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)
7+
concurrent-ruby (1.2.2)
8+
em-websocket (0.5.3)
239
eventmachine (>= 0.12.9)
24-
http_parser.rb (~> 0.6.0)
25-
ethon (0.12.0)
26-
ffi (>= 1.3.0)
10+
http_parser.rb (~> 0)
2711
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.14.2)
12+
ffi (1.15.5)
3513
forwardable-extended (2.6.0)
36-
gemoji (3.0.1)
37-
github-pages (211)
38-
github-pages-health-check (= 1.16.1)
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)
45-
jekyll-gist (= 1.5.0)
46-
jekyll-github-metadata (= 2.13.0)
47-
jekyll-mentions (= 1.6.0)
48-
jekyll-optional-front-matter (= 0.3.2)
49-
jekyll-paginate (= 1.1.0)
50-
jekyll-readme-index (= 0.3.0)
51-
jekyll-redirect-from (= 0.16.0)
52-
jekyll-relative-links (= 0.6.1)
53-
jekyll-remote-theme (= 0.4.2)
54-
jekyll-sass-converter (= 1.5.2)
55-
jekyll-seo-tag (= 2.7.1)
56-
jekyll-sitemap (= 1.4.0)
57-
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)
71-
jekyll-titles-from-headings (= 0.5.3)
72-
jemoji (= 0.12.0)
73-
kramdown (= 2.3.1)
74-
kramdown-parser-gfm (= 1.1.0)
75-
liquid (= 4.0.3)
76-
mercenary (~> 0.3)
77-
minima (= 2.5.1)
78-
nokogiri (>= 1.10.4, < 2.0)
79-
rouge (= 3.26.0)
80-
terminal-table (~> 1.4)
81-
github-pages-health-check (1.16.1)
82-
addressable (~> 2.3)
83-
dnsruby (~> 1.60)
84-
octokit (~> 4.0)
85-
public_suffix (~> 3.0)
86-
typhoeus (~> 1.3)
87-
html-pipeline (2.14.0)
88-
activesupport (>= 2)
89-
nokogiri (>= 1.4)
90-
http_parser.rb (0.6.0)
91-
i18n (0.9.5)
14+
google-protobuf (3.23.2-arm64-darwin)
15+
http_parser.rb (0.8.0)
16+
i18n (1.14.1)
9217
concurrent-ruby (~> 1.0)
93-
jekyll (3.9.0)
18+
jekyll (4.3.2)
9419
addressable (~> 2.4)
9520
colorator (~> 1.0)
9621
em-websocket (~> 0.5)
97-
i18n (~> 0.7)
98-
jekyll-sass-converter (~> 1.0)
22+
i18n (~> 1.0)
23+
jekyll-sass-converter (>= 2.0, < 4.0)
9924
jekyll-watch (~> 2.0)
100-
kramdown (>= 1.17, < 3)
25+
kramdown (~> 2.3, >= 2.3.1)
26+
kramdown-parser-gfm (~> 1.0)
10127
liquid (~> 4.0)
102-
mercenary (~> 0.3.3)
28+
mercenary (>= 0.3.6, < 0.5)
10329
pathutil (~> 0.9)
104-
rouge (>= 1.7, < 4)
30+
rouge (>= 3.0, < 5.0)
10531
safe_yaml (~> 1.0)
106-
jekyll-avatar (0.7.0)
107-
jekyll (>= 3.0, < 5.0)
108-
jekyll-coffeescript (1.1.1)
109-
coffee-script (~> 2.2)
110-
coffee-script-source (~> 1.11.1)
111-
jekyll-commonmark (1.3.1)
112-
commonmarker (~> 0.14)
32+
terminal-table (>= 1.8, < 4.0)
33+
webrick (~> 1.7)
34+
jekyll-feed (0.17.0)
11335
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)
121-
jekyll (>= 3.7, < 5.0)
122-
jekyll-gist (1.5.0)
123-
octokit (~> 4.2)
124-
jekyll-github-metadata (2.13.0)
125-
jekyll (>= 3.4, < 5.0)
126-
octokit (~> 4.0, != 4.4.0)
127-
jekyll-mentions (1.6.0)
128-
html-pipeline (~> 2.3)
129-
jekyll (>= 3.7, < 5.0)
130-
jekyll-optional-front-matter (0.3.2)
131-
jekyll (>= 3.0, < 5.0)
132-
jekyll-paginate (1.1.0)
133-
jekyll-readme-index (0.3.0)
134-
jekyll (>= 3.0, < 5.0)
13536
jekyll-redirect-from (0.16.0)
13637
jekyll (>= 3.3, < 5.0)
137-
jekyll-relative-links (0.6.1)
138-
jekyll (>= 3.3, < 5.0)
139-
jekyll-remote-theme (0.4.2)
140-
addressable (~> 2.0)
141-
jekyll (>= 3.5, < 5.0)
142-
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
143-
rubyzip (>= 1.3.0, < 3.0)
144-
jekyll-sass-converter (1.5.2)
145-
sass (~> 3.4)
146-
jekyll-seo-tag (2.7.1)
38+
jekyll-sass-converter (3.0.0)
39+
sass-embedded (~> 1.54)
40+
jekyll-seo-tag (2.8.0)
14741
jekyll (>= 3.8, < 5.0)
148-
jekyll-sitemap (1.4.0)
149-
jekyll (>= 3.7, < 5.0)
150-
jekyll-swiss (1.0.0)
151-
jekyll-theme-architect (0.1.1)
152-
jekyll (~> 3.5)
153-
jekyll-seo-tag (~> 2.0)
154-
jekyll-theme-cayman (0.1.1)
155-
jekyll (~> 3.5)
156-
jekyll-seo-tag (~> 2.0)
157-
jekyll-theme-dinky (0.1.1)
158-
jekyll (~> 3.5)
159-
jekyll-seo-tag (~> 2.0)
160-
jekyll-theme-hacker (0.1.2)
42+
jekyll-theme-minimal (0.2.0)
16143
jekyll (> 3.5, < 5.0)
16244
jekyll-seo-tag (~> 2.0)
163-
jekyll-theme-leap-day (0.1.1)
164-
jekyll (~> 3.5)
165-
jekyll-seo-tag (~> 2.0)
166-
jekyll-theme-merlot (0.1.1)
167-
jekyll (~> 3.5)
168-
jekyll-seo-tag (~> 2.0)
169-
jekyll-theme-midnight (0.1.1)
170-
jekyll (~> 3.5)
171-
jekyll-seo-tag (~> 2.0)
172-
jekyll-theme-minimal (0.1.1)
173-
jekyll (~> 3.5)
174-
jekyll-seo-tag (~> 2.0)
175-
jekyll-theme-modernist (0.1.1)
176-
jekyll (~> 3.5)
177-
jekyll-seo-tag (~> 2.0)
178-
jekyll-theme-primer (0.5.4)
179-
jekyll (> 3.5, < 5.0)
180-
jekyll-github-metadata (~> 2.9)
181-
jekyll-seo-tag (~> 2.0)
182-
jekyll-theme-slate (0.1.1)
183-
jekyll (~> 3.5)
184-
jekyll-seo-tag (~> 2.0)
185-
jekyll-theme-tactile (0.1.1)
186-
jekyll (~> 3.5)
187-
jekyll-seo-tag (~> 2.0)
188-
jekyll-theme-time-machine (0.1.1)
189-
jekyll (~> 3.5)
190-
jekyll-seo-tag (~> 2.0)
191-
jekyll-titles-from-headings (0.5.3)
192-
jekyll (>= 3.3, < 5.0)
19345
jekyll-watch (2.2.1)
19446
listen (~> 3.0)
195-
jemoji (0.12.0)
196-
gemoji (~> 3.0)
197-
html-pipeline (~> 2.2)
198-
jekyll (>= 3.0, < 5.0)
199-
kramdown (2.3.1)
47+
kramdown (2.4.0)
20048
rexml
20149
kramdown-parser-gfm (1.1.0)
20250
kramdown (~> 2.0)
203-
liquid (4.0.3)
204-
listen (3.4.1)
51+
liquid (4.0.4)
52+
listen (3.8.0)
20553
rb-fsevent (~> 0.10, >= 0.10.3)
20654
rb-inotify (~> 0.9, >= 0.9.10)
207-
mercenary (0.3.6)
208-
mini_portile2 (2.8.1)
55+
mercenary (0.4.0)
20956
minima (2.5.1)
21057
jekyll (>= 3.5, < 5.0)
21158
jekyll-feed (~> 0.9)
21259
jekyll-seo-tag (~> 2.1)
213-
minitest (5.17.0)
214-
multipart-post (2.1.1)
215-
nokogiri (1.14.3)
216-
mini_portile2 (~> 2.8.0)
217-
racc (~> 1.4)
218-
octokit (4.20.0)
219-
faraday (>= 0.9)
220-
sawyer (~> 0.8.0, >= 0.5.3)
22160
pathutil (0.16.2)
22261
forwardable-extended (~> 2.6)
223-
public_suffix (3.1.1)
224-
racc (1.6.2)
225-
rb-fsevent (0.10.4)
62+
public_suffix (5.0.1)
63+
rb-fsevent (0.11.2)
22664
rb-inotify (0.10.1)
22765
ffi (~> 1.0)
22866
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)
67+
rouge (4.1.2)
23468
safe_yaml (1.0.5)
235-
sass (3.7.4)
236-
sass-listen (~> 4.0.0)
237-
sass-listen (4.0.0)
238-
rb-fsevent (~> 0.9, >= 0.9.4)
239-
rb-inotify (~> 0.9, >= 0.9.7)
240-
sawyer (0.8.2)
241-
addressable (>= 2.3.5)
242-
faraday (> 0.8, < 2.0)
243-
simpleidn (0.2.1)
244-
unf (~> 0.1.4)
245-
terminal-table (1.8.0)
246-
unicode-display_width (~> 1.1, >= 1.1.1)
247-
thread_safe (0.3.6)
248-
typhoeus (1.4.0)
249-
ethon (>= 0.9.0)
250-
tzinfo (1.2.11)
251-
thread_safe (~> 0.1)
252-
unf (0.1.4)
253-
unf_ext
254-
unf_ext (0.0.7.7)
255-
unicode-display_width (1.7.0)
256-
zeitwerk (2.6.6)
69+
sass-embedded (1.63.2-arm64-darwin)
70+
google-protobuf (~> 3.23)
71+
terminal-table (3.0.2)
72+
unicode-display_width (>= 1.1.1, < 3)
73+
unicode-display_width (2.4.2)
74+
webrick (1.8.1)
25775

25876
PLATFORMS
259-
ruby
77+
arm64-darwin-22
26078

26179
DEPENDENCIES
262-
github-pages
26380
jekyll-feed (~> 0.6)
26481
jekyll-redirect-from
82+
jekyll-theme-minimal
83+
kramdown-parser-gfm
26584
minima (~> 2.0)
26685
tzinfo-data
86+
webrick
26787

26888
BUNDLED WITH
269-
1.17.2
89+
2.4.13

0 commit comments

Comments
 (0)