Skip to content

Commit 92c88d5

Browse files
thediveoonsi
authored andcommittedOct 2, 2022
fixes crashes on newer Ruby 3 installations by upgrading github-pages gem dependency
1 parent a4c9865 commit 92c88d5

File tree

2 files changed

+50
-72
lines changed

2 files changed

+50
-72
lines changed
 

‎docs/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source "https://rubygems.org"
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", "~> 219", group: :jekyll_plugins
15+
gem "github-pages", "~> 227", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.12"

‎docs/Gemfile.lock

+49-71
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,48 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.4.1)
4+
activesupport (6.0.6)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
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.1)
11+
public_suffix (>= 2.0.2, < 6.0)
1212
coffee-script (2.4.1)
1313
coffee-script-source
1414
execjs
1515
coffee-script-source (1.11.1)
1616
colorator (1.1.0)
17-
commonmarker (0.17.13)
18-
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.9)
20-
dnsruby (1.61.7)
17+
commonmarker (0.23.6)
18+
concurrent-ruby (1.1.10)
19+
dnsruby (1.61.9)
2120
simpleidn (~> 0.1)
22-
em-websocket (0.5.2)
21+
em-websocket (0.5.3)
2322
eventmachine (>= 0.12.9)
24-
http_parser.rb (~> 0.6.0)
25-
ethon (0.14.0)
23+
http_parser.rb (~> 0)
24+
ethon (0.15.0)
2625
ffi (>= 1.15.0)
2726
eventmachine (1.2.7)
2827
execjs (2.8.1)
29-
faraday (1.8.0)
30-
faraday-em_http (~> 1.0)
31-
faraday-em_synchrony (~> 1.0)
32-
faraday-excon (~> 1.1)
33-
faraday-httpclient (~> 1.0.1)
34-
faraday-net_http (~> 1.0)
35-
faraday-net_http_persistent (~> 1.1)
36-
faraday-patron (~> 1.0)
37-
faraday-rack (~> 1.0)
38-
multipart-post (>= 1.2, < 3)
28+
faraday (2.5.2)
29+
faraday-net_http (>= 2.0, < 3.1)
3930
ruby2_keywords (>= 0.0.4)
40-
faraday-em_http (1.0.0)
41-
faraday-em_synchrony (1.0.0)
42-
faraday-excon (1.1.0)
43-
faraday-httpclient (1.0.1)
44-
faraday-net_http (1.0.1)
45-
faraday-net_http_persistent (1.2.0)
46-
faraday-patron (1.0.0)
47-
faraday-rack (1.0.0)
48-
ffi (1.15.4)
31+
faraday-net_http (3.0.0)
32+
ffi (1.15.5)
4933
forwardable-extended (2.6.0)
5034
gemoji (3.0.1)
51-
github-pages (219)
52-
github-pages-health-check (= 1.17.7)
53-
jekyll (= 3.9.0)
35+
github-pages (227)
36+
github-pages-health-check (= 1.17.9)
37+
jekyll (= 3.9.2)
5438
jekyll-avatar (= 0.7.0)
5539
jekyll-coffeescript (= 1.1.1)
56-
jekyll-commonmark-ghpages (= 0.1.6)
40+
jekyll-commonmark-ghpages (= 0.2.0)
5741
jekyll-default-layout (= 0.1.4)
5842
jekyll-feed (= 0.15.1)
5943
jekyll-gist (= 1.5.0)
6044
jekyll-github-metadata (= 2.13.0)
45+
jekyll-include-cache (= 0.2.1)
6146
jekyll-mentions (= 1.6.0)
6247
jekyll-optional-front-matter (= 0.3.2)
6348
jekyll-paginate (= 1.1.0)
@@ -66,7 +51,7 @@ GEM
6651
jekyll-relative-links (= 0.6.1)
6752
jekyll-remote-theme (= 0.4.3)
6853
jekyll-sass-converter (= 1.5.2)
69-
jekyll-seo-tag (= 2.7.1)
54+
jekyll-seo-tag (= 2.8.0)
7055
jekyll-sitemap (= 1.4.0)
7156
jekyll-swiss (= 1.0.0)
7257
jekyll-theme-architect (= 0.2.0)
@@ -84,27 +69,27 @@ GEM
8469
jekyll-theme-time-machine (= 0.2.0)
8570
jekyll-titles-from-headings (= 0.5.3)
8671
jemoji (= 0.12.0)
87-
kramdown (= 2.3.1)
72+
kramdown (= 2.3.2)
8873
kramdown-parser-gfm (= 1.1.0)
8974
liquid (= 4.0.3)
9075
mercenary (~> 0.3)
9176
minima (= 2.5.1)
92-
nokogiri (>= 1.10.4, < 2.0)
77+
nokogiri (>= 1.13.6, < 2.0)
9378
rouge (= 3.26.0)
9479
terminal-table (~> 1.4)
95-
github-pages-health-check (1.17.7)
80+
github-pages-health-check (1.17.9)
9681
addressable (~> 2.3)
9782
dnsruby (~> 1.60)
9883
octokit (~> 4.0)
9984
public_suffix (>= 3.0, < 5.0)
10085
typhoeus (~> 1.3)
101-
html-pipeline (2.14.0)
86+
html-pipeline (2.14.2)
10287
activesupport (>= 2)
10388
nokogiri (>= 1.4)
104-
http_parser.rb (0.6.0)
89+
http_parser.rb (0.8.0)
10590
i18n (0.9.5)
10691
concurrent-ruby (~> 1.0)
107-
jekyll (3.9.0)
92+
jekyll (3.9.2)
10893
addressable (~> 2.4)
10994
colorator (~> 1.0)
11095
em-websocket (~> 0.5)
@@ -122,12 +107,12 @@ GEM
122107
jekyll-coffeescript (1.1.1)
123108
coffee-script (~> 2.2)
124109
coffee-script-source (~> 1.11.1)
125-
jekyll-commonmark (1.3.1)
126-
commonmarker (~> 0.14)
127-
jekyll (>= 3.7, < 5.0)
128-
jekyll-commonmark-ghpages (0.1.6)
129-
commonmarker (~> 0.17.6)
130-
jekyll-commonmark (~> 1.2)
110+
jekyll-commonmark (1.4.0)
111+
commonmarker (~> 0.22)
112+
jekyll-commonmark-ghpages (0.2.0)
113+
commonmarker (~> 0.23.4)
114+
jekyll (~> 3.9.0)
115+
jekyll-commonmark (~> 1.4.0)
131116
rouge (>= 2.0, < 4.0)
132117
jekyll-default-layout (0.1.4)
133118
jekyll (~> 3.0)
@@ -138,6 +123,8 @@ GEM
138123
jekyll-github-metadata (2.13.0)
139124
jekyll (>= 3.4, < 5.0)
140125
octokit (~> 4.0, != 4.4.0)
126+
jekyll-include-cache (0.2.1)
127+
jekyll (>= 3.7, < 5.0)
141128
jekyll-mentions (1.6.0)
142129
html-pipeline (~> 2.3)
143130
jekyll (>= 3.7, < 5.0)
@@ -157,7 +144,7 @@ GEM
157144
rubyzip (>= 1.3.0, < 3.0)
158145
jekyll-sass-converter (1.5.2)
159146
sass (~> 3.4)
160-
jekyll-seo-tag (2.7.1)
147+
jekyll-seo-tag (2.8.0)
161148
jekyll (>= 3.8, < 5.0)
162149
jekyll-sitemap (1.4.0)
163150
jekyll (>= 3.7, < 5.0)
@@ -210,41 +197,34 @@ GEM
210197
gemoji (~> 3.0)
211198
html-pipeline (~> 2.2)
212199
jekyll (>= 3.0, < 5.0)
213-
kramdown (2.3.1)
200+
kramdown (2.3.2)
214201
rexml
215202
kramdown-parser-gfm (1.1.0)
216203
kramdown (~> 2.0)
217204
liquid (4.0.3)
218-
listen (3.7.0)
205+
listen (3.7.1)
219206
rb-fsevent (~> 0.10, >= 0.10.3)
220207
rb-inotify (~> 0.9, >= 0.9.10)
221208
mercenary (0.3.6)
222209
minima (2.5.1)
223210
jekyll (>= 3.5, < 5.0)
224211
jekyll-feed (~> 0.9)
225212
jekyll-seo-tag (~> 2.1)
226-
minitest (5.14.4)
227-
multipart-post (2.1.1)
228-
nokogiri (1.13.6-arm64-darwin)
229-
racc (~> 1.4)
230-
nokogiri (1.13.6-x86_64-darwin)
231-
racc (~> 1.4)
232-
nokogiri (1.13.6-x86_64-linux)
213+
minitest (5.16.3)
214+
nokogiri (1.13.8-x86_64-linux)
233215
racc (~> 1.4)
234-
octokit (4.21.0)
235-
faraday (>= 0.9)
236-
sawyer (~> 0.8.0, >= 0.5.3)
216+
octokit (4.25.1)
217+
faraday (>= 1, < 3)
218+
sawyer (~> 0.9)
237219
pathutil (0.16.2)
238220
forwardable-extended (~> 2.6)
239-
public_suffix (4.0.6)
221+
public_suffix (4.0.7)
240222
racc (1.6.0)
241-
rb-fsevent (0.11.0)
223+
rb-fsevent (0.11.2)
242224
rb-inotify (0.10.1)
243225
ffi (~> 1.0)
244226
rexml (3.2.5)
245227
rouge (3.26.0)
246-
ruby-enum (0.9.0)
247-
i18n
248228
ruby2_keywords (0.0.5)
249229
rubyzip (2.3.2)
250230
safe_yaml (1.0.5)
@@ -253,9 +233,9 @@ GEM
253233
sass-listen (4.0.0)
254234
rb-fsevent (~> 0.9, >= 0.9.4)
255235
rb-inotify (~> 0.9, >= 0.9.7)
256-
sawyer (0.8.2)
236+
sawyer (0.9.2)
257237
addressable (>= 2.3.5)
258-
faraday (> 0.8, < 2.0)
238+
faraday (>= 0.17.3, < 3)
259239
simpleidn (0.2.1)
260240
unf (~> 0.1.4)
261241
terminal-table (1.8.0)
@@ -267,18 +247,16 @@ GEM
267247
thread_safe (~> 0.1)
268248
unf (0.1.4)
269249
unf_ext
270-
unf_ext (0.0.8)
250+
unf_ext (0.0.8.2)
271251
unicode-display_width (1.8.0)
272252
webrick (1.7.0)
273-
zeitwerk (2.4.2)
253+
zeitwerk (2.6.1)
274254

275255
PLATFORMS
276-
arm64-darwin-21
277-
x86_64-darwin-19
278256
x86_64-linux
279257

280258
DEPENDENCIES
281-
github-pages (~> 219)
259+
github-pages (~> 227)
282260
jekyll-feed (~> 0.12)
283261
minima (~> 2.5)
284262
tzinfo (~> 1.2)
@@ -287,4 +265,4 @@ DEPENDENCIES
287265
webrick
288266

289267
BUNDLED WITH
290-
2.2.31
268+
2.3.22

0 commit comments

Comments
 (0)
Please sign in to comment.