Skip to content

Commit e4f0863

Browse files
Gemfile: use github-pages instead of jekyll
The GitHub Pages Ruby gem bundles Jekyll and its dependencies in the versions used in GitHub Pages. See https://pages.github.com/versions/
1 parent a4ca4cd commit e4f0863

File tree

2 files changed

+222
-37
lines changed

2 files changed

+222
-37
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.2.0"
10+
# gem "jekyll", "~> 4.2.0"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15-
# gem "github-pages", group: :jekyll_plugins
15+
gem "github-pages", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.12"

Gemfile.lock

+220-35
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,268 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
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.6)
11+
public_suffix (>= 2.0.2, < 6.0)
12+
base64 (0.2.0)
13+
coffee-script (2.4.1)
14+
coffee-script-source
15+
execjs
16+
coffee-script-source (1.12.2)
617
colorator (1.1.0)
7-
concurrent-ruby (1.1.8)
8-
em-websocket (0.5.2)
18+
commonmarker (0.23.10)
19+
concurrent-ruby (1.2.3)
20+
dnsruby (1.70.0)
21+
simpleidn (~> 0.2.1)
22+
em-websocket (0.5.3)
923
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
24+
http_parser.rb (~> 0)
25+
ethon (0.16.0)
26+
ffi (>= 1.15.0)
1127
eventmachine (1.2.7)
12-
ffi (1.15.0)
28+
execjs (2.9.1)
29+
faraday (2.8.1)
30+
base64
31+
faraday-net_http (>= 2.0, < 3.1)
32+
ruby2_keywords (>= 0.0.4)
33+
faraday-net_http (3.0.2)
34+
ffi (1.16.3)
1335
forwardable-extended (2.6.0)
14-
http_parser.rb (0.6.0)
15-
i18n (1.8.9)
36+
gemoji (4.1.0)
37+
github-pages (231)
38+
github-pages-health-check (= 1.18.2)
39+
jekyll (= 3.9.5)
40+
jekyll-avatar (= 0.8.0)
41+
jekyll-coffeescript (= 1.2.2)
42+
jekyll-commonmark-ghpages (= 0.4.0)
43+
jekyll-default-layout (= 0.1.5)
44+
jekyll-feed (= 0.17.0)
45+
jekyll-gist (= 1.5.0)
46+
jekyll-github-metadata (= 2.16.1)
47+
jekyll-include-cache (= 0.2.1)
48+
jekyll-mentions (= 1.6.0)
49+
jekyll-optional-front-matter (= 0.3.2)
50+
jekyll-paginate (= 1.1.0)
51+
jekyll-readme-index (= 0.3.0)
52+
jekyll-redirect-from (= 0.16.0)
53+
jekyll-relative-links (= 0.6.1)
54+
jekyll-remote-theme (= 0.4.3)
55+
jekyll-sass-converter (= 1.5.2)
56+
jekyll-seo-tag (= 2.8.0)
57+
jekyll-sitemap (= 1.4.0)
58+
jekyll-swiss (= 1.0.0)
59+
jekyll-theme-architect (= 0.2.0)
60+
jekyll-theme-cayman (= 0.2.0)
61+
jekyll-theme-dinky (= 0.2.0)
62+
jekyll-theme-hacker (= 0.2.0)
63+
jekyll-theme-leap-day (= 0.2.0)
64+
jekyll-theme-merlot (= 0.2.0)
65+
jekyll-theme-midnight (= 0.2.0)
66+
jekyll-theme-minimal (= 0.2.0)
67+
jekyll-theme-modernist (= 0.2.0)
68+
jekyll-theme-primer (= 0.6.0)
69+
jekyll-theme-slate (= 0.2.0)
70+
jekyll-theme-tactile (= 0.2.0)
71+
jekyll-theme-time-machine (= 0.2.0)
72+
jekyll-titles-from-headings (= 0.5.3)
73+
jemoji (= 0.13.0)
74+
kramdown (= 2.4.0)
75+
kramdown-parser-gfm (= 1.1.0)
76+
liquid (= 4.0.4)
77+
mercenary (~> 0.3)
78+
minima (= 2.5.1)
79+
nokogiri (>= 1.13.6, < 2.0)
80+
rouge (= 3.30.0)
81+
terminal-table (~> 1.4)
82+
github-pages-health-check (1.18.2)
83+
addressable (~> 2.3)
84+
dnsruby (~> 1.60)
85+
octokit (>= 4, < 8)
86+
public_suffix (>= 3.0, < 6.0)
87+
typhoeus (~> 1.3)
88+
html-pipeline (2.14.3)
89+
activesupport (>= 2)
90+
nokogiri (>= 1.4)
91+
http_parser.rb (0.8.0)
92+
i18n (1.14.1)
1693
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.0)
94+
jekyll (3.9.5)
1895
addressable (~> 2.4)
1996
colorator (~> 1.0)
2097
em-websocket (~> 0.5)
21-
i18n (~> 1.0)
22-
jekyll-sass-converter (~> 2.0)
98+
i18n (>= 0.7, < 2)
99+
jekyll-sass-converter (~> 1.0)
23100
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.3)
25-
kramdown-parser-gfm (~> 1.0)
101+
kramdown (>= 1.17, < 3)
26102
liquid (~> 4.0)
27-
mercenary (~> 0.4.0)
103+
mercenary (~> 0.3.3)
28104
pathutil (~> 0.9)
29-
rouge (~> 3.0)
105+
rouge (>= 1.7, < 4)
30106
safe_yaml (~> 1.0)
31-
terminal-table (~> 2.0)
32-
jekyll-feed (0.15.1)
107+
jekyll-avatar (0.8.0)
108+
jekyll (>= 3.0, < 5.0)
109+
jekyll-coffeescript (1.2.2)
110+
coffee-script (~> 2.2)
111+
coffee-script-source (~> 1.12)
112+
jekyll-commonmark (1.4.0)
113+
commonmarker (~> 0.22)
114+
jekyll-commonmark-ghpages (0.4.0)
115+
commonmarker (~> 0.23.7)
116+
jekyll (~> 3.9.0)
117+
jekyll-commonmark (~> 1.4.0)
118+
rouge (>= 2.0, < 5.0)
119+
jekyll-default-layout (0.1.5)
120+
jekyll (>= 3.0, < 5.0)
121+
jekyll-feed (0.17.0)
33122
jekyll (>= 3.7, < 5.0)
123+
jekyll-gist (1.5.0)
124+
octokit (~> 4.2)
125+
jekyll-github-metadata (2.16.1)
126+
jekyll (>= 3.4, < 5.0)
127+
octokit (>= 4, < 7, != 4.4.0)
128+
jekyll-include-cache (0.2.1)
129+
jekyll (>= 3.7, < 5.0)
130+
jekyll-mentions (1.6.0)
131+
html-pipeline (~> 2.3)
132+
jekyll (>= 3.7, < 5.0)
133+
jekyll-optional-front-matter (0.3.2)
134+
jekyll (>= 3.0, < 5.0)
135+
jekyll-paginate (1.1.0)
136+
jekyll-readme-index (0.3.0)
137+
jekyll (>= 3.0, < 5.0)
34138
jekyll-redirect-from (0.16.0)
35139
jekyll (>= 3.3, < 5.0)
36-
jekyll-sass-converter (2.1.0)
37-
sassc (> 2.0.1, < 3.0)
38-
jekyll-seo-tag (2.7.1)
140+
jekyll-relative-links (0.6.1)
141+
jekyll (>= 3.3, < 5.0)
142+
jekyll-remote-theme (0.4.3)
143+
addressable (~> 2.0)
144+
jekyll (>= 3.5, < 5.0)
145+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
146+
rubyzip (>= 1.3.0, < 3.0)
147+
jekyll-sass-converter (1.5.2)
148+
sass (~> 3.4)
149+
jekyll-seo-tag (2.8.0)
39150
jekyll (>= 3.8, < 5.0)
151+
jekyll-sitemap (1.4.0)
152+
jekyll (>= 3.7, < 5.0)
153+
jekyll-swiss (1.0.0)
154+
jekyll-theme-architect (0.2.0)
155+
jekyll (> 3.5, < 5.0)
156+
jekyll-seo-tag (~> 2.0)
157+
jekyll-theme-cayman (0.2.0)
158+
jekyll (> 3.5, < 5.0)
159+
jekyll-seo-tag (~> 2.0)
160+
jekyll-theme-dinky (0.2.0)
161+
jekyll (> 3.5, < 5.0)
162+
jekyll-seo-tag (~> 2.0)
163+
jekyll-theme-hacker (0.2.0)
164+
jekyll (> 3.5, < 5.0)
165+
jekyll-seo-tag (~> 2.0)
166+
jekyll-theme-leap-day (0.2.0)
167+
jekyll (> 3.5, < 5.0)
168+
jekyll-seo-tag (~> 2.0)
169+
jekyll-theme-merlot (0.2.0)
170+
jekyll (> 3.5, < 5.0)
171+
jekyll-seo-tag (~> 2.0)
172+
jekyll-theme-midnight (0.2.0)
173+
jekyll (> 3.5, < 5.0)
174+
jekyll-seo-tag (~> 2.0)
175+
jekyll-theme-minimal (0.2.0)
176+
jekyll (> 3.5, < 5.0)
177+
jekyll-seo-tag (~> 2.0)
178+
jekyll-theme-modernist (0.2.0)
179+
jekyll (> 3.5, < 5.0)
180+
jekyll-seo-tag (~> 2.0)
181+
jekyll-theme-primer (0.6.0)
182+
jekyll (> 3.5, < 5.0)
183+
jekyll-github-metadata (~> 2.9)
184+
jekyll-seo-tag (~> 2.0)
185+
jekyll-theme-slate (0.2.0)
186+
jekyll (> 3.5, < 5.0)
187+
jekyll-seo-tag (~> 2.0)
188+
jekyll-theme-tactile (0.2.0)
189+
jekyll (> 3.5, < 5.0)
190+
jekyll-seo-tag (~> 2.0)
191+
jekyll-theme-time-machine (0.2.0)
192+
jekyll (> 3.5, < 5.0)
193+
jekyll-seo-tag (~> 2.0)
194+
jekyll-titles-from-headings (0.5.3)
195+
jekyll (>= 3.3, < 5.0)
40196
jekyll-watch (2.2.1)
41197
listen (~> 3.0)
42-
kramdown (2.3.1)
198+
jemoji (0.13.0)
199+
gemoji (>= 3, < 5)
200+
html-pipeline (~> 2.2)
201+
jekyll (>= 3.0, < 5.0)
202+
kramdown (2.4.0)
43203
rexml
44204
kramdown-parser-gfm (1.1.0)
45205
kramdown (~> 2.0)
46-
liquid (4.0.3)
47-
listen (3.5.0)
206+
liquid (4.0.4)
207+
listen (3.8.0)
48208
rb-fsevent (~> 0.10, >= 0.10.3)
49209
rb-inotify (~> 0.9, >= 0.9.10)
50-
mercenary (0.4.0)
210+
mercenary (0.3.6)
211+
mini_portile2 (2.8.5)
51212
minima (2.5.1)
52213
jekyll (>= 3.5, < 5.0)
53214
jekyll-feed (~> 0.9)
54215
jekyll-seo-tag (~> 2.1)
216+
minitest (5.22.2)
217+
nokogiri (1.15.5)
218+
mini_portile2 (~> 2.8.2)
219+
racc (~> 1.4)
220+
octokit (4.25.1)
221+
faraday (>= 1, < 3)
222+
sawyer (~> 0.9)
55223
pathutil (0.16.2)
56224
forwardable-extended (~> 2.6)
57-
public_suffix (4.0.6)
58-
rb-fsevent (0.10.4)
225+
public_suffix (5.0.4)
226+
racc (1.7.3)
227+
rb-fsevent (0.11.2)
59228
rb-inotify (0.10.1)
60229
ffi (~> 1.0)
61-
rexml (3.2.5)
62-
rouge (3.26.0)
230+
rexml (3.2.6)
231+
rouge (3.30.0)
232+
ruby2_keywords (0.0.5)
233+
rubyzip (2.3.2)
63234
safe_yaml (1.0.5)
64-
sassc (2.4.0)
65-
ffi (~> 1.9)
66-
terminal-table (2.0.0)
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.9.2)
241+
addressable (>= 2.3.5)
242+
faraday (>= 0.17.3, < 3)
243+
simpleidn (0.2.1)
244+
unf (~> 0.1.4)
245+
terminal-table (1.8.0)
67246
unicode-display_width (~> 1.1, >= 1.1.1)
68247
thread_safe (0.3.6)
69-
tzinfo (1.2.10)
248+
typhoeus (1.4.1)
249+
ethon (>= 0.9.0)
250+
tzinfo (1.2.11)
70251
thread_safe (~> 0.1)
71-
tzinfo-data (1.2021.1)
252+
tzinfo-data (1.2024.1)
72253
tzinfo (>= 1.0.0)
73-
unicode-display_width (1.7.0)
254+
unf (0.1.4)
255+
unf_ext
256+
unf_ext (0.0.9.1)
257+
unicode-display_width (1.8.0)
74258
wdm (0.1.1)
259+
zeitwerk (2.6.13)
75260

76261
PLATFORMS
77262
ruby
78263

79264
DEPENDENCIES
80-
jekyll (~> 4.2.0)
265+
github-pages
81266
jekyll-feed (~> 0.12)
82267
jekyll-redirect-from (= 0.16)
83268
minima (~> 2.5)

0 commit comments

Comments
 (0)