Skip to content

Commit c42dce4

Browse files
committed
Update Gems including Jekyll. Switch from gh-pages to standard Jekyll.
1 parent 0f9865d commit c42dce4

File tree

3 files changed

+68
-240
lines changed

3 files changed

+68
-240
lines changed

Gemfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,24 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
# gem "jekyll", "~> 3.8.4"
11+
gem "jekyll", "~> 4.2"
1212

1313
# gem "minimal-mistakes-jekyll"
1414

1515
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1616
# uncomment the line below. To upgrade, run `bundle update github-pages`.
17-
gem "github-pages", group: :jekyll_plugins
17+
# gem "github-pages", group: :jekyll_plugins
1818

1919
gem "jekyll-include-cache"
2020

2121
# If you have any plugins, put them here!
2222
group :jekyll_plugins do
2323
gem "jekyll-feed", "~> 0.6"
24+
gem "jekyll-paginate", "~> 1.1"
25+
gem "jekyll-sitemap", "~> 1.4"
26+
gem "jekyll-gist", "~> 1.5"
27+
gem "jekyll-redirect-from", "~> 0.16.0"
28+
gem "minimal-mistakes-jekyll", "~> 4.25"
2429
end
2530

2631
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 60 additions & 237 deletions
Original file line numberDiff line numberDiff line change
@@ -1,288 +1,111 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.4.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.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.6)
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.1.9)
20-
dnsruby (1.61.9)
21-
simpleidn (~> 0.1)
7+
concurrent-ruby (1.2.3)
228
em-websocket (0.5.3)
239
eventmachine (>= 0.12.9)
2410
http_parser.rb (~> 0)
25-
ethon (0.15.0)
26-
ffi (>= 1.15.0)
2711
eventmachine (1.2.7)
28-
execjs (2.8.1)
29-
faraday (1.10.0)
30-
faraday-em_http (~> 1.0)
31-
faraday-em_synchrony (~> 1.0)
32-
faraday-excon (~> 1.1)
33-
faraday-httpclient (~> 1.0)
34-
faraday-multipart (~> 1.0)
35-
faraday-net_http (~> 1.0)
36-
faraday-net_http_persistent (~> 1.0)
37-
faraday-patron (~> 1.0)
38-
faraday-rack (~> 1.0)
39-
faraday-retry (~> 1.0)
40-
ruby2_keywords (>= 0.0.4)
41-
faraday-em_http (1.0.0)
42-
faraday-em_synchrony (1.0.0)
43-
faraday-excon (1.1.0)
44-
faraday-httpclient (1.0.1)
45-
faraday-multipart (1.0.3)
46-
multipart-post (>= 1.2, < 3)
47-
faraday-net_http (1.0.1)
48-
faraday-net_http_persistent (1.2.0)
49-
faraday-patron (1.0.0)
50-
faraday-rack (1.0.0)
51-
faraday-retry (1.0.3)
52-
ffi (1.15.5)
12+
faraday (2.9.0)
13+
faraday-net_http (>= 2.0, < 3.2)
14+
faraday-net_http (3.1.0)
15+
net-http
16+
ffi (1.16.3)
5317
forwardable-extended (2.6.0)
54-
gemoji (3.0.1)
55-
github-pages (223)
56-
github-pages-health-check (= 1.17.9)
57-
jekyll (= 3.9.0)
58-
jekyll-avatar (= 0.7.0)
59-
jekyll-coffeescript (= 1.1.1)
60-
jekyll-commonmark-ghpages (= 0.1.6)
61-
jekyll-default-layout (= 0.1.4)
62-
jekyll-feed (= 0.15.1)
63-
jekyll-gist (= 1.5.0)
64-
jekyll-github-metadata (= 2.13.0)
65-
jekyll-include-cache (= 0.2.1)
66-
jekyll-mentions (= 1.6.0)
67-
jekyll-optional-front-matter (= 0.3.2)
68-
jekyll-paginate (= 1.1.0)
69-
jekyll-readme-index (= 0.3.0)
70-
jekyll-redirect-from (= 0.16.0)
71-
jekyll-relative-links (= 0.6.1)
72-
jekyll-remote-theme (= 0.4.3)
73-
jekyll-sass-converter (= 1.5.2)
74-
jekyll-seo-tag (= 2.7.1)
75-
jekyll-sitemap (= 1.4.0)
76-
jekyll-swiss (= 1.0.0)
77-
jekyll-theme-architect (= 0.2.0)
78-
jekyll-theme-cayman (= 0.2.0)
79-
jekyll-theme-dinky (= 0.2.0)
80-
jekyll-theme-hacker (= 0.2.0)
81-
jekyll-theme-leap-day (= 0.2.0)
82-
jekyll-theme-merlot (= 0.2.0)
83-
jekyll-theme-midnight (= 0.2.0)
84-
jekyll-theme-minimal (= 0.2.0)
85-
jekyll-theme-modernist (= 0.2.0)
86-
jekyll-theme-primer (= 0.6.0)
87-
jekyll-theme-slate (= 0.2.0)
88-
jekyll-theme-tactile (= 0.2.0)
89-
jekyll-theme-time-machine (= 0.2.0)
90-
jekyll-titles-from-headings (= 0.5.3)
91-
jemoji (= 0.12.0)
92-
kramdown (= 2.3.1)
93-
kramdown-parser-gfm (= 1.1.0)
94-
liquid (= 4.0.3)
95-
mercenary (~> 0.3)
96-
minima (= 2.5.1)
97-
nokogiri (>= 1.12.5, < 2.0)
98-
rouge (= 3.26.0)
99-
terminal-table (~> 1.4)
100-
github-pages-health-check (1.17.9)
101-
addressable (~> 2.3)
102-
dnsruby (~> 1.60)
103-
octokit (~> 4.0)
104-
public_suffix (>= 3.0, < 5.0)
105-
typhoeus (~> 1.3)
106-
html-pipeline (2.14.0)
107-
activesupport (>= 2)
108-
nokogiri (>= 1.4)
18+
google-protobuf (4.26.1)
19+
rake (>= 13)
10920
http_parser.rb (0.8.0)
110-
i18n (0.9.5)
21+
i18n (1.14.4)
11122
concurrent-ruby (~> 1.0)
112-
jekyll (3.9.0)
23+
jekyll (4.3.3)
11324
addressable (~> 2.4)
11425
colorator (~> 1.0)
11526
em-websocket (~> 0.5)
116-
i18n (~> 0.7)
117-
jekyll-sass-converter (~> 1.0)
27+
i18n (~> 1.0)
28+
jekyll-sass-converter (>= 2.0, < 4.0)
11829
jekyll-watch (~> 2.0)
119-
kramdown (>= 1.17, < 3)
30+
kramdown (~> 2.3, >= 2.3.1)
31+
kramdown-parser-gfm (~> 1.0)
12032
liquid (~> 4.0)
121-
mercenary (~> 0.3.3)
33+
mercenary (>= 0.3.6, < 0.5)
12234
pathutil (~> 0.9)
123-
rouge (>= 1.7, < 4)
35+
rouge (>= 3.0, < 5.0)
12436
safe_yaml (~> 1.0)
125-
jekyll-avatar (0.7.0)
126-
jekyll (>= 3.0, < 5.0)
127-
jekyll-coffeescript (1.1.1)
128-
coffee-script (~> 2.2)
129-
coffee-script-source (~> 1.11.1)
130-
jekyll-commonmark (1.3.1)
131-
commonmarker (~> 0.14)
132-
jekyll (>= 3.7, < 5.0)
133-
jekyll-commonmark-ghpages (0.1.6)
134-
commonmarker (~> 0.17.6)
135-
jekyll-commonmark (~> 1.2)
136-
rouge (>= 2.0, < 4.0)
137-
jekyll-default-layout (0.1.4)
138-
jekyll (~> 3.0)
139-
jekyll-feed (0.15.1)
37+
terminal-table (>= 1.8, < 4.0)
38+
webrick (~> 1.7)
39+
jekyll-feed (0.17.0)
14040
jekyll (>= 3.7, < 5.0)
14141
jekyll-gist (1.5.0)
14242
octokit (~> 4.2)
143-
jekyll-github-metadata (2.13.0)
144-
jekyll (>= 3.4, < 5.0)
145-
octokit (~> 4.0, != 4.4.0)
14643
jekyll-include-cache (0.2.1)
14744
jekyll (>= 3.7, < 5.0)
148-
jekyll-mentions (1.6.0)
149-
html-pipeline (~> 2.3)
150-
jekyll (>= 3.7, < 5.0)
151-
jekyll-optional-front-matter (0.3.2)
152-
jekyll (>= 3.0, < 5.0)
15345
jekyll-paginate (1.1.0)
154-
jekyll-readme-index (0.3.0)
155-
jekyll (>= 3.0, < 5.0)
15646
jekyll-redirect-from (0.16.0)
15747
jekyll (>= 3.3, < 5.0)
158-
jekyll-relative-links (0.6.1)
159-
jekyll (>= 3.3, < 5.0)
160-
jekyll-remote-theme (0.4.3)
161-
addressable (~> 2.0)
162-
jekyll (>= 3.5, < 5.0)
163-
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
164-
rubyzip (>= 1.3.0, < 3.0)
165-
jekyll-sass-converter (1.5.2)
166-
sass (~> 3.4)
167-
jekyll-seo-tag (2.7.1)
168-
jekyll (>= 3.8, < 5.0)
48+
jekyll-sass-converter (3.0.0)
49+
sass-embedded (~> 1.54)
16950
jekyll-sitemap (1.4.0)
17051
jekyll (>= 3.7, < 5.0)
171-
jekyll-swiss (1.0.0)
172-
jekyll-theme-architect (0.2.0)
173-
jekyll (> 3.5, < 5.0)
174-
jekyll-seo-tag (~> 2.0)
175-
jekyll-theme-cayman (0.2.0)
176-
jekyll (> 3.5, < 5.0)
177-
jekyll-seo-tag (~> 2.0)
178-
jekyll-theme-dinky (0.2.0)
179-
jekyll (> 3.5, < 5.0)
180-
jekyll-seo-tag (~> 2.0)
181-
jekyll-theme-hacker (0.2.0)
182-
jekyll (> 3.5, < 5.0)
183-
jekyll-seo-tag (~> 2.0)
184-
jekyll-theme-leap-day (0.2.0)
185-
jekyll (> 3.5, < 5.0)
186-
jekyll-seo-tag (~> 2.0)
187-
jekyll-theme-merlot (0.2.0)
188-
jekyll (> 3.5, < 5.0)
189-
jekyll-seo-tag (~> 2.0)
190-
jekyll-theme-midnight (0.2.0)
191-
jekyll (> 3.5, < 5.0)
192-
jekyll-seo-tag (~> 2.0)
193-
jekyll-theme-minimal (0.2.0)
194-
jekyll (> 3.5, < 5.0)
195-
jekyll-seo-tag (~> 2.0)
196-
jekyll-theme-modernist (0.2.0)
197-
jekyll (> 3.5, < 5.0)
198-
jekyll-seo-tag (~> 2.0)
199-
jekyll-theme-primer (0.6.0)
200-
jekyll (> 3.5, < 5.0)
201-
jekyll-github-metadata (~> 2.9)
202-
jekyll-seo-tag (~> 2.0)
203-
jekyll-theme-slate (0.2.0)
204-
jekyll (> 3.5, < 5.0)
205-
jekyll-seo-tag (~> 2.0)
206-
jekyll-theme-tactile (0.2.0)
207-
jekyll (> 3.5, < 5.0)
208-
jekyll-seo-tag (~> 2.0)
209-
jekyll-theme-time-machine (0.2.0)
210-
jekyll (> 3.5, < 5.0)
211-
jekyll-seo-tag (~> 2.0)
212-
jekyll-titles-from-headings (0.5.3)
213-
jekyll (>= 3.3, < 5.0)
21452
jekyll-watch (2.2.1)
21553
listen (~> 3.0)
216-
jemoji (0.12.0)
217-
gemoji (~> 3.0)
218-
html-pipeline (~> 2.2)
219-
jekyll (>= 3.0, < 5.0)
220-
kramdown (2.3.1)
54+
kramdown (2.4.0)
22155
rexml
22256
kramdown-parser-gfm (1.1.0)
22357
kramdown (~> 2.0)
224-
liquid (4.0.3)
225-
listen (3.7.1)
58+
liquid (4.0.4)
59+
listen (3.9.0)
22660
rb-fsevent (~> 0.10, >= 0.10.3)
22761
rb-inotify (~> 0.9, >= 0.9.10)
228-
mercenary (0.3.6)
229-
mini_portile2 (2.8.0)
230-
minima (2.5.1)
231-
jekyll (>= 3.5, < 5.0)
232-
jekyll-feed (~> 0.9)
233-
jekyll-seo-tag (~> 2.1)
234-
minitest (5.15.0)
235-
multipart-post (2.1.1)
236-
nokogiri (1.13.3)
237-
mini_portile2 (~> 2.8.0)
238-
racc (~> 1.4)
239-
octokit (4.22.0)
240-
faraday (>= 0.9)
241-
sawyer (~> 0.8.0, >= 0.5.3)
62+
mercenary (0.4.0)
63+
minimal-mistakes-jekyll (4.25.0)
64+
jekyll (>= 3.7, < 5.0)
65+
jekyll-feed (~> 0.1)
66+
jekyll-gist (~> 1.5)
67+
jekyll-include-cache (~> 0.1)
68+
jekyll-paginate (~> 1.1)
69+
jekyll-sitemap (~> 1.3)
70+
net-http (0.4.1)
71+
uri
72+
octokit (4.25.1)
73+
faraday (>= 1, < 3)
74+
sawyer (~> 0.9)
24275
pathutil (0.16.2)
24376
forwardable-extended (~> 2.6)
244-
public_suffix (4.0.6)
245-
racc (1.6.0)
246-
rb-fsevent (0.11.1)
77+
public_suffix (5.0.5)
78+
rake (13.2.1)
79+
rb-fsevent (0.11.2)
24780
rb-inotify (0.10.1)
24881
ffi (~> 1.0)
249-
rexml (3.2.5)
250-
rouge (3.26.0)
251-
ruby-enum (0.9.0)
252-
i18n
253-
ruby2_keywords (0.0.5)
254-
rubyzip (2.3.2)
82+
rexml (3.2.6)
83+
rouge (4.2.1)
25584
safe_yaml (1.0.5)
256-
sass (3.7.4)
257-
sass-listen (~> 4.0.0)
258-
sass-listen (4.0.0)
259-
rb-fsevent (~> 0.9, >= 0.9.4)
260-
rb-inotify (~> 0.9, >= 0.9.7)
261-
sawyer (0.8.2)
85+
sass-embedded (1.75.0)
86+
google-protobuf (>= 3.25, < 5.0)
87+
rake (>= 13.0.0)
88+
sawyer (0.9.2)
26289
addressable (>= 2.3.5)
263-
faraday (> 0.8, < 2.0)
264-
simpleidn (0.2.1)
265-
unf (~> 0.1.4)
266-
terminal-table (1.8.0)
267-
unicode-display_width (~> 1.1, >= 1.1.1)
268-
thread_safe (0.3.6)
269-
typhoeus (1.4.0)
270-
ethon (>= 0.9.0)
271-
tzinfo (1.2.9)
272-
thread_safe (~> 0.1)
273-
unf (0.1.4)
274-
unf_ext
275-
unf_ext (0.0.8)
276-
unicode-display_width (1.8.0)
277-
zeitwerk (2.5.4)
90+
faraday (>= 0.17.3, < 3)
91+
terminal-table (3.0.2)
92+
unicode-display_width (>= 1.1.1, < 3)
93+
unicode-display_width (2.5.0)
94+
uri (0.13.0)
95+
webrick (1.8.1)
27896

27997
PLATFORMS
28098
ruby
28199

282100
DEPENDENCIES
283-
github-pages
101+
jekyll (~> 4.2)
284102
jekyll-feed (~> 0.6)
103+
jekyll-gist (~> 1.5)
285104
jekyll-include-cache
105+
jekyll-paginate (~> 1.1)
106+
jekyll-redirect-from (~> 0.16.0)
107+
jekyll-sitemap (~> 1.4)
108+
minimal-mistakes-jekyll (~> 4.25)
286109
tzinfo-data
287110

288111
BUNDLED WITH

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
github_username: stomp-js
1717

1818
# Build settings
19-
remote_theme: 'mmistakes/minimal-mistakes@4.20.2'
19+
theme: minimal-mistakes-jekyll
2020

2121
collections:
2222
- faqs

0 commit comments

Comments
 (0)