Skip to content

Commit 5e5d505

Browse files
Bump github-pages from 231 to 232 (#361)
Bumps [github-pages](https://github.com/github/pages-gem) from 231 to 232. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v231...v232) --- updated-dependencies: - dependency-name: github-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ccd9a2 commit 5e5d505

File tree

1 file changed

+49
-41
lines changed

1 file changed

+49
-41
lines changed

Gemfile.lock

+49-41
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,45 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (1.1.0)
5-
activesupport (7.1.3.2)
5+
activesupport (8.0.1)
66
base64
7+
benchmark (>= 0.3)
78
bigdecimal
8-
concurrent-ruby (~> 1.0, >= 1.0.2)
9+
concurrent-ruby (~> 1.0, >= 1.3.1)
910
connection_pool (>= 2.2.5)
1011
drb
1112
i18n (>= 1.6, < 2)
13+
logger (>= 1.4.2)
1214
minitest (>= 5.1)
13-
mutex_m
14-
tzinfo (~> 2.0)
15-
addressable (2.8.6)
16-
public_suffix (>= 2.0.2, < 6.0)
15+
securerandom (>= 0.3)
16+
tzinfo (~> 2.0, >= 2.0.5)
17+
uri (>= 0.13.1)
18+
addressable (2.8.7)
19+
public_suffix (>= 2.0.2, < 7.0)
1720
afm (0.2.2)
1821
async (2.11.0)
1922
console (~> 1.25, >= 1.25.2)
2023
fiber-annotation
2124
io-event (~> 1.5, >= 1.5.1)
2225
timers (~> 4.1)
2326
base64 (0.2.0)
24-
bigdecimal (3.1.8)
27+
benchmark (0.4.0)
28+
bigdecimal (3.1.9)
2529
coffee-script (2.4.1)
2630
coffee-script-source
2731
execjs
2832
coffee-script-source (1.12.2)
2933
colorator (1.1.0)
30-
commonmarker (0.23.10)
31-
concurrent-ruby (1.2.3)
32-
connection_pool (2.4.1)
34+
commonmarker (0.23.11)
35+
concurrent-ruby (1.3.5)
36+
connection_pool (2.5.0)
3337
console (1.25.2)
3438
fiber-annotation
3539
fiber-local (~> 1.1)
3640
json
37-
dnsruby (1.70.0)
41+
csv (3.3.2)
42+
dnsruby (1.72.3)
43+
base64 (~> 0.2.0)
3844
simpleidn (~> 0.2.1)
3945
drb (2.2.1)
4046
em-websocket (0.5.3)
@@ -43,24 +49,26 @@ GEM
4349
ethon (0.16.0)
4450
ffi (>= 1.15.0)
4551
eventmachine (1.2.7)
46-
execjs (2.9.1)
47-
faraday (2.9.0)
48-
faraday-net_http (>= 2.0, < 3.2)
49-
faraday-net_http (3.1.0)
50-
net-http
51-
ffi (1.16.3)
52+
execjs (2.10.0)
53+
faraday (2.12.2)
54+
faraday-net_http (>= 2.0, < 3.5)
55+
json
56+
logger
57+
faraday-net_http (3.4.0)
58+
net-http (>= 0.5.0)
59+
ffi (1.17.1-x86_64-linux-gnu)
5260
fiber-annotation (0.2.0)
5361
fiber-local (1.1.0)
5462
fiber-storage
5563
fiber-storage (0.1.0)
5664
forwardable-extended (2.6.0)
5765
gemoji (4.1.0)
58-
github-pages (231)
66+
github-pages (232)
5967
github-pages-health-check (= 1.18.2)
60-
jekyll (= 3.9.5)
68+
jekyll (= 3.10.0)
6169
jekyll-avatar (= 0.8.0)
6270
jekyll-coffeescript (= 1.2.2)
63-
jekyll-commonmark-ghpages (= 0.4.0)
71+
jekyll-commonmark-ghpages (= 0.5.1)
6472
jekyll-default-layout (= 0.1.5)
6573
jekyll-feed (= 0.17.0)
6674
jekyll-gist (= 1.5.0)
@@ -97,9 +105,10 @@ GEM
97105
liquid (= 4.0.4)
98106
mercenary (~> 0.3)
99107
minima (= 2.5.1)
100-
nokogiri (>= 1.13.6, < 2.0)
108+
nokogiri (>= 1.16.2, < 2.0)
101109
rouge (= 3.30.0)
102110
terminal-table (~> 1.4)
111+
webrick (~> 1.8)
103112
github-pages-health-check (1.18.2)
104113
addressable (~> 2.3)
105114
dnsruby (~> 1.60)
@@ -120,12 +129,13 @@ GEM
120129
yell (~> 2.0)
121130
zeitwerk (~> 2.5)
122131
http_parser.rb (0.8.0)
123-
i18n (1.14.4)
132+
i18n (1.14.7)
124133
concurrent-ruby (~> 1.0)
125134
io-event (1.5.1)
126-
jekyll (3.9.5)
135+
jekyll (3.10.0)
127136
addressable (~> 2.4)
128137
colorator (~> 1.0)
138+
csv (~> 3.0)
129139
em-websocket (~> 0.5)
130140
i18n (>= 0.7, < 2)
131141
jekyll-sass-converter (~> 1.0)
@@ -136,16 +146,17 @@ GEM
136146
pathutil (~> 0.9)
137147
rouge (>= 1.7, < 4)
138148
safe_yaml (~> 1.0)
149+
webrick (>= 1.0)
139150
jekyll-avatar (0.8.0)
140151
jekyll (>= 3.0, < 5.0)
141152
jekyll-coffeescript (1.2.2)
142153
coffee-script (~> 2.2)
143154
coffee-script-source (~> 1.12)
144155
jekyll-commonmark (1.4.0)
145156
commonmarker (~> 0.22)
146-
jekyll-commonmark-ghpages (0.4.0)
147-
commonmarker (~> 0.23.7)
148-
jekyll (~> 3.9.0)
157+
jekyll-commonmark-ghpages (0.5.1)
158+
commonmarker (>= 0.23.7, < 1.1.0)
159+
jekyll (>= 3.9, < 4.0)
149160
jekyll-commonmark (~> 1.4.0)
150161
rouge (>= 2.0, < 5.0)
151162
jekyll-default-layout (0.1.5)
@@ -240,16 +251,16 @@ GEM
240251
listen (3.9.0)
241252
rb-fsevent (~> 0.10, >= 0.10.3)
242253
rb-inotify (~> 0.9, >= 0.9.10)
254+
logger (1.6.6)
243255
mercenary (0.3.6)
244256
minima (2.5.1)
245257
jekyll (>= 3.5, < 5.0)
246258
jekyll-feed (~> 0.9)
247259
jekyll-seo-tag (~> 2.1)
248-
minitest (5.22.2)
249-
mutex_m (0.2.0)
250-
net-http (0.4.1)
260+
minitest (5.25.4)
261+
net-http (0.6.0)
251262
uri
252-
nokogiri (1.16.5-x86_64-linux)
263+
nokogiri (1.18.2-x86_64-linux-gnu)
253264
racc (~> 1.4)
254265
octokit (4.25.1)
255266
faraday (>= 1, < 3)
@@ -262,16 +273,16 @@ GEM
262273
hashery (~> 2.0)
263274
ruby-rc4
264275
ttfunk
265-
public_suffix (5.0.5)
266-
racc (1.7.3)
276+
public_suffix (5.1.1)
277+
racc (1.8.1)
267278
rainbow (3.1.1)
268279
rb-fsevent (0.11.2)
269-
rb-inotify (0.10.1)
280+
rb-inotify (0.11.1)
270281
ffi (~> 1.0)
271-
rexml (3.3.9)
282+
rexml (3.4.0)
272283
rouge (3.30.0)
273284
ruby-rc4 (0.1.5)
274-
rubyzip (2.3.2)
285+
rubyzip (2.4.1)
275286
safe_yaml (1.0.5)
276287
sass (3.7.4)
277288
sass-listen (~> 4.0.0)
@@ -281,8 +292,8 @@ GEM
281292
sawyer (0.9.2)
282293
addressable (>= 2.3.5)
283294
faraday (>= 0.17.3, < 3)
284-
simpleidn (0.2.1)
285-
unf (~> 0.1.4)
295+
securerandom (0.4.1)
296+
simpleidn (0.2.3)
286297
terminal-table (1.8.0)
287298
unicode-display_width (~> 1.1, >= 1.1.1)
288299
timers (4.3.5)
@@ -292,11 +303,8 @@ GEM
292303
ethon (>= 0.9.0)
293304
tzinfo (2.0.6)
294305
concurrent-ruby (~> 1.0)
295-
unf (0.1.4)
296-
unf_ext
297-
unf_ext (0.0.9.1)
298306
unicode-display_width (1.8.0)
299-
uri (0.13.0)
307+
uri (1.0.2)
300308
webrick (1.9.1)
301309
yell (2.2.2)
302310
zeitwerk (2.6.13)

0 commit comments

Comments
 (0)