Skip to content

Commit 8da249d

Browse files
committed
Upgrade github-pages to 232
232 is the version listed in https://pages.github.com/versions.json Signed-off-by: James Taylor <jamest@uk.ibm.com>
1 parent d317f53 commit 8da249d

2 files changed

Lines changed: 87 additions & 41 deletions

File tree

docs/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
source 'https://rubygems.org'
22

3+
gem 'csv'
34
gem 'rake'
4-
gem 'github-pages'
5+
gem 'github-pages', '~> 232'
56
gem 'jekyll-optional-front-matter'
67
gem 'jekyll-titles-from-headings'
78
gem 'jekyll-relative-links'

docs/Gemfile.lock

Lines changed: 85 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.10)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (8.0.3)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
611
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
713
minitest (>= 5.1)
8-
tzinfo (~> 2.0)
9-
zeitwerk (~> 2.3)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
1017
addressable (2.8.7)
1118
public_suffix (>= 2.0.2, < 7.0)
12-
base64 (0.2.0)
19+
base64 (0.3.0)
20+
benchmark (0.4.1)
21+
bigdecimal (3.2.3)
1322
coffee-script (2.4.1)
1423
coffee-script-source
1524
execjs
1625
coffee-script-source (1.12.2)
1726
colorator (1.1.0)
18-
commonmarker (0.23.11)
27+
commonmarker (0.23.12)
1928
concurrent-ruby (1.3.5)
20-
dnsruby (1.72.3)
21-
base64 (~> 0.2.0)
29+
connection_pool (2.5.4)
30+
csv (3.3.5)
31+
dnsruby (1.73.0)
32+
base64 (>= 0.2)
33+
logger (~> 1.6)
2234
simpleidn (~> 0.2.1)
35+
drb (2.2.3)
2336
em-websocket (0.5.3)
2437
eventmachine (>= 0.12.9)
2538
http_parser.rb (~> 0)
26-
ethon (0.16.0)
39+
ethon (0.15.0)
2740
ffi (>= 1.15.0)
2841
eventmachine (1.2.7)
2942
execjs (2.10.0)
30-
faraday (2.8.1)
31-
base64
32-
faraday-net_http (>= 2.0, < 3.1)
33-
ruby2_keywords (>= 0.0.4)
34-
faraday-net_http (3.0.2)
35-
ffi (1.17.1)
43+
faraday (2.14.0)
44+
faraday-net_http (>= 2.0, < 3.5)
45+
json
46+
logger
47+
faraday-net_http (3.4.1)
48+
net-http (>= 0.5.0)
49+
ffi (1.17.2-aarch64-linux-gnu)
50+
ffi (1.17.2-aarch64-linux-musl)
51+
ffi (1.17.2-arm-linux-gnu)
52+
ffi (1.17.2-arm-linux-musl)
53+
ffi (1.17.2-arm64-darwin)
54+
ffi (1.17.2-x86_64-darwin)
55+
ffi (1.17.2-x86_64-linux-gnu)
56+
ffi (1.17.2-x86_64-linux-musl)
3657
forwardable-extended (2.6.0)
3758
gemoji (4.1.0)
38-
github-pages (230)
59+
github-pages (232)
3960
github-pages-health-check (= 1.18.2)
40-
jekyll (= 3.9.5)
61+
jekyll (= 3.10.0)
4162
jekyll-avatar (= 0.8.0)
4263
jekyll-coffeescript (= 1.2.2)
43-
jekyll-commonmark-ghpages (= 0.4.0)
64+
jekyll-commonmark-ghpages (= 0.5.1)
4465
jekyll-default-layout (= 0.1.5)
4566
jekyll-feed (= 0.17.0)
4667
jekyll-gist (= 1.5.0)
@@ -51,7 +72,7 @@ GEM
5172
jekyll-paginate (= 1.1.0)
5273
jekyll-readme-index (= 0.3.0)
5374
jekyll-redirect-from (= 0.16.0)
54-
jekyll-relative-links (= 0.7.0)
75+
jekyll-relative-links (= 0.6.1)
5576
jekyll-remote-theme (= 0.4.3)
5677
jekyll-sass-converter (= 1.5.2)
5778
jekyll-seo-tag (= 2.8.0)
@@ -77,9 +98,10 @@ GEM
7798
liquid (= 4.0.4)
7899
mercenary (~> 0.3)
79100
minima (= 2.5.1)
80-
nokogiri (>= 1.13.6, < 2.0)
101+
nokogiri (>= 1.16.2, < 2.0)
81102
rouge (= 3.30.0)
82103
terminal-table (~> 1.4)
104+
webrick (~> 1.8)
83105
github-pages-health-check (1.18.2)
84106
addressable (~> 2.3)
85107
dnsruby (~> 1.60)
@@ -92,9 +114,10 @@ GEM
92114
http_parser.rb (0.8.0)
93115
i18n (1.14.7)
94116
concurrent-ruby (~> 1.0)
95-
jekyll (3.9.5)
117+
jekyll (3.10.0)
96118
addressable (~> 2.4)
97119
colorator (~> 1.0)
120+
csv (~> 3.0)
98121
em-websocket (~> 0.5)
99122
i18n (>= 0.7, < 2)
100123
jekyll-sass-converter (~> 1.0)
@@ -105,16 +128,17 @@ GEM
105128
pathutil (~> 0.9)
106129
rouge (>= 1.7, < 4)
107130
safe_yaml (~> 1.0)
131+
webrick (>= 1.0)
108132
jekyll-avatar (0.8.0)
109133
jekyll (>= 3.0, < 5.0)
110134
jekyll-coffeescript (1.2.2)
111135
coffee-script (~> 2.2)
112136
coffee-script-source (~> 1.12)
113137
jekyll-commonmark (1.4.0)
114138
commonmarker (~> 0.22)
115-
jekyll-commonmark-ghpages (0.4.0)
116-
commonmarker (~> 0.23.7)
117-
jekyll (~> 3.9.0)
139+
jekyll-commonmark-ghpages (0.5.1)
140+
commonmarker (>= 0.23.7, < 1.1.0)
141+
jekyll (>= 3.9, < 4.0)
118142
jekyll-commonmark (~> 1.4.0)
119143
rouge (>= 2.0, < 5.0)
120144
jekyll-default-layout (0.1.5)
@@ -138,7 +162,7 @@ GEM
138162
jekyll (>= 3.0, < 5.0)
139163
jekyll-redirect-from (0.16.0)
140164
jekyll (>= 3.3, < 5.0)
141-
jekyll-relative-links (0.7.0)
165+
jekyll-relative-links (0.6.1)
142166
jekyll (>= 3.3, < 5.0)
143167
jekyll-remote-theme (0.4.3)
144168
addressable (~> 2.0)
@@ -200,6 +224,7 @@ GEM
200224
gemoji (>= 3, < 5)
201225
html-pipeline (~> 2.2)
202226
jekyll (>= 3.0, < 5.0)
227+
json (2.15.0)
203228
kramdown (2.4.0)
204229
rexml
205230
kramdown-parser-gfm (1.1.0)
@@ -208,17 +233,30 @@ GEM
208233
listen (3.9.0)
209234
rb-fsevent (~> 0.10, >= 0.10.3)
210235
rb-inotify (~> 0.9, >= 0.9.10)
236+
logger (1.7.0)
211237
mercenary (0.3.6)
212238
minima (2.5.1)
213239
jekyll (>= 3.5, < 5.0)
214240
jekyll-feed (~> 0.9)
215241
jekyll-seo-tag (~> 2.1)
216-
minitest (5.25.4)
217-
nokogiri (1.18.4-arm64-darwin)
242+
minitest (5.25.5)
243+
net-http (0.6.0)
244+
uri
245+
nokogiri (1.18.10-aarch64-linux-gnu)
246+
racc (~> 1.4)
247+
nokogiri (1.18.10-aarch64-linux-musl)
248+
racc (~> 1.4)
249+
nokogiri (1.18.10-arm-linux-gnu)
250+
racc (~> 1.4)
251+
nokogiri (1.18.10-arm-linux-musl)
252+
racc (~> 1.4)
253+
nokogiri (1.18.10-arm64-darwin)
254+
racc (~> 1.4)
255+
nokogiri (1.18.10-x86_64-darwin)
218256
racc (~> 1.4)
219-
nokogiri (1.18.4-x86_64-darwin)
257+
nokogiri (1.18.10-x86_64-linux-gnu)
220258
racc (~> 1.4)
221-
nokogiri (1.18.4-x86_64-linux-gnu)
259+
nokogiri (1.18.10-x86_64-linux-musl)
222260
racc (~> 1.4)
223261
octokit (4.25.1)
224262
faraday (>= 1, < 3)
@@ -227,13 +265,12 @@ GEM
227265
forwardable-extended (~> 2.6)
228266
public_suffix (5.1.1)
229267
racc (1.8.1)
230-
rake (13.2.1)
268+
rake (13.3.0)
231269
rb-fsevent (0.11.2)
232270
rb-inotify (0.11.1)
233271
ffi (~> 1.0)
234-
rexml (3.4.0)
272+
rexml (3.4.4)
235273
rouge (3.30.0)
236-
ruby2_keywords (0.0.5)
237274
rubyzip (2.4.1)
238275
safe_yaml (1.0.5)
239276
sass (3.7.4)
@@ -244,27 +281,35 @@ GEM
244281
sawyer (0.9.2)
245282
addressable (>= 2.3.5)
246283
faraday (>= 0.17.3, < 3)
284+
securerandom (0.4.1)
247285
simpleidn (0.2.3)
248286
terminal-table (1.8.0)
249287
unicode-display_width (~> 1.1, >= 1.1.1)
250-
typhoeus (1.4.1)
251-
ethon (>= 0.9.0)
288+
typhoeus (1.5.0)
289+
ethon (>= 0.9.0, < 0.16.0)
252290
tzinfo (2.0.6)
253291
concurrent-ruby (~> 1.0)
254292
unicode-display_width (1.8.0)
255-
zeitwerk (2.6.18)
293+
uri (1.0.3)
294+
webrick (1.9.1)
256295

257296
PLATFORMS
258-
universal-darwin-23
259-
x86_64-darwin-20
260-
x86_64-linux
297+
aarch64-linux-gnu
298+
aarch64-linux-musl
299+
arm-linux-gnu
300+
arm-linux-musl
301+
arm64-darwin
302+
x86_64-darwin
303+
x86_64-linux-gnu
304+
x86_64-linux-musl
261305

262306
DEPENDENCIES
263-
github-pages
307+
csv
308+
github-pages (~> 232)
264309
jekyll-optional-front-matter
265310
jekyll-relative-links
266311
jekyll-titles-from-headings
267312
rake
268313

269314
BUNDLED WITH
270-
2.2.15
315+
2.6.9

0 commit comments

Comments
 (0)