Skip to content

Commit c1c0679

Browse files
[DevDependency] Bump github-pages from 231 to 232 (#627)
Bumps [github-pages](https://github.com/github/pages-gem) from 231 to 232. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/pages-gem/releases">github-pages's releases</a>.</em></p> <blockquote> <h2>v232</h2> <h2>What's Changed</h2> <ul> <li>Bump docker/build-push-action from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/github/pages-gem/pull/916">github/pages-gem#916</a></li> <li>Fix obscured gemfile issue by <a href="https://github.com/mrmanc"><code>@​mrmanc</code></a> in <a href="https://redirect.github.com/github/pages-gem/pull/912">github/pages-gem#912</a></li> <li>Add webrick as Ruby 3 doesn’t include it by <a href="https://github.com/mrmanc"><code>@​mrmanc</code></a> in <a href="https://redirect.github.com/github/pages-gem/pull/914">github/pages-gem#914</a></li> <li>Update nokogiri CVE-2024-25062 by <a href="https://github.com/naxhh"><code>@​naxhh</code></a> in <a href="https://redirect.github.com/github/pages-gem/pull/911">github/pages-gem#911</a></li> <li>Parkr jekyll3.10 by <a href="https://github.com/yoannchaudet"><code>@​yoannchaudet</code></a> in <a href="https://redirect.github.com/github/pages-gem/pull/919">github/pages-gem#919</a></li> <li>Fix improperly bound regex by <a href="https://github.com/yoannchaudet"><code>@​yoannchaudet</code></a> in <a href="https://redirect.github.com/github/pages-gem/pull/921">github/pages-gem#921</a></li> <li>Prep 232 by <a href="https://github.com/yoannchaudet"><code>@​yoannchaudet</code></a> in <a href="https://redirect.github.com/github/pages-gem/pull/923">github/pages-gem#923</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/naxhh"><code>@​naxhh</code></a> made their first contribution in <a href="https://redirect.github.com/github/pages-gem/pull/911">github/pages-gem#911</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/github/pages-gem/compare/v231...v232">https://github.com/github/pages-gem/compare/v231...v232</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/pages-gem/commit/c34277c8ff6a2c86bfb19f17f35de573e796f030"><code>c34277c</code></a> Merge pull request <a href="https://redirect.github.com/github/pages-gem/issues/923">#923</a> from github/prep-232</li> <li><a href="https://github.com/github/pages-gem/commit/4565c456bab6bbea3d1f618e7ff7f333571e4951"><code>4565c45</code></a> Prep 232</li> <li><a href="https://github.com/github/pages-gem/commit/0d149e93f9a1cde29d77052ddc981510c51e9a5a"><code>0d149e9</code></a> Merge pull request <a href="https://redirect.github.com/github/pages-gem/issues/921">#921</a> from github/regex</li> <li><a href="https://github.com/github/pages-gem/commit/fdf1e16adb69567277abd5a5fc9ec4e4f9d7d03c"><code>fdf1e16</code></a> Escape all the dots</li> <li><a href="https://github.com/github/pages-gem/commit/1c47cb2cfdac3f3070093f601ea096970899afb2"><code>1c47cb2</code></a> Fix improperly bound regex</li> <li><a href="https://github.com/github/pages-gem/commit/43aa23e95ff311daf09da36ee9c6aec9963cd26d"><code>43aa23e</code></a> Merge pull request <a href="https://redirect.github.com/github/pages-gem/issues/919">#919</a> from github/parkr-jekyll3.0</li> <li><a href="https://github.com/github/pages-gem/commit/0a6fecc6683a7780fa9840389d3b49bc9cd18b73"><code>0a6fecc</code></a> Attempt to move webrick to the gemspec instead</li> <li><a href="https://github.com/github/pages-gem/commit/f430f404e8863be299ef39a0d6032c5d71da9193"><code>f430f40</code></a> nil webrick test</li> <li><a href="https://github.com/github/pages-gem/commit/48dca23c8ce904c9235ef38915ad067f43cc24ff"><code>48dca23</code></a> cosmetic</li> <li><a href="https://github.com/github/pages-gem/commit/7b839b231b0a8e753951ebb370bd1ad184281e85"><code>7b839b2</code></a> Add webrick to core</li> <li>Additional commits viewable in <a href="https://github.com/github/pages-gem/compare/v231...v232">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github-pages&package-manager=bundler&previous-version=231&new-version=232)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2db7a4 commit c1c0679

File tree

2 files changed

+37
-32
lines changed

2 files changed

+37
-32
lines changed

Gemfile

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

44
group :jekyll_plugins do
5-
gem "github-pages", "231"
5+
gem "github-pages", "232"
66
end
77

88
gem 'wdm', '>= 0.1.1' if Gem.win_platform?

Gemfile.lock

Lines changed: 36 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.2)
4+
activesupport (7.1.3.4)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -11,19 +11,20 @@ GEM
1111
minitest (>= 5.1)
1212
mutex_m
1313
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
14+
addressable (2.8.7)
15+
public_suffix (>= 2.0.2, < 7.0)
1616
base64 (0.2.0)
17-
bigdecimal (3.1.7)
17+
bigdecimal (3.1.8)
1818
coffee-script (2.4.1)
1919
coffee-script-source
2020
execjs
2121
coffee-script-source (1.12.2)
2222
colorator (1.1.0)
2323
commonmarker (0.23.10)
24-
concurrent-ruby (1.2.3)
24+
concurrent-ruby (1.3.3)
2525
connection_pool (2.4.1)
26-
dnsruby (1.71.0)
26+
csv (3.3.0)
27+
dnsruby (1.72.2)
2728
simpleidn (~> 0.2.1)
2829
drb (2.2.1)
2930
em-websocket (0.5.3)
@@ -33,19 +34,21 @@ GEM
3334
ffi (>= 1.15.0)
3435
eventmachine (1.2.7)
3536
execjs (2.9.1)
36-
faraday (2.9.0)
37+
faraday (2.10.1)
3738
faraday-net_http (>= 2.0, < 3.2)
38-
faraday-net_http (3.1.0)
39+
logger
40+
faraday-net_http (3.1.1)
3941
net-http
40-
ffi (1.16.3)
42+
ffi (1.17.0-arm64-darwin)
43+
ffi (1.17.0-x86_64-linux-gnu)
4144
forwardable-extended (2.6.0)
4245
gemoji (4.1.0)
43-
github-pages (231)
46+
github-pages (232)
4447
github-pages-health-check (= 1.18.2)
45-
jekyll (= 3.9.5)
48+
jekyll (= 3.10.0)
4649
jekyll-avatar (= 0.8.0)
4750
jekyll-coffeescript (= 1.2.2)
48-
jekyll-commonmark-ghpages (= 0.4.0)
51+
jekyll-commonmark-ghpages (= 0.5.1)
4952
jekyll-default-layout (= 0.1.5)
5053
jekyll-feed (= 0.17.0)
5154
jekyll-gist (= 1.5.0)
@@ -82,9 +85,10 @@ GEM
8285
liquid (= 4.0.4)
8386
mercenary (~> 0.3)
8487
minima (= 2.5.1)
85-
nokogiri (>= 1.13.6, < 2.0)
88+
nokogiri (>= 1.16.2, < 2.0)
8689
rouge (= 3.30.0)
8790
terminal-table (~> 1.4)
91+
webrick (~> 1.8)
8892
github-pages-health-check (1.18.2)
8993
addressable (~> 2.3)
9094
dnsruby (~> 1.60)
@@ -103,11 +107,12 @@ GEM
103107
typhoeus (~> 1.3)
104108
yell (~> 2.0)
105109
http_parser.rb (0.8.0)
106-
i18n (1.14.4)
110+
i18n (1.14.5)
107111
concurrent-ruby (~> 1.0)
108-
jekyll (3.9.5)
112+
jekyll (3.10.0)
109113
addressable (~> 2.4)
110114
colorator (~> 1.0)
115+
csv (~> 3.0)
111116
em-websocket (~> 0.5)
112117
i18n (>= 0.7, < 2)
113118
jekyll-sass-converter (~> 1.0)
@@ -118,16 +123,17 @@ GEM
118123
pathutil (~> 0.9)
119124
rouge (>= 1.7, < 4)
120125
safe_yaml (~> 1.0)
126+
webrick (>= 1.0)
121127
jekyll-avatar (0.8.0)
122128
jekyll (>= 3.0, < 5.0)
123129
jekyll-coffeescript (1.2.2)
124130
coffee-script (~> 2.2)
125131
coffee-script-source (~> 1.12)
126132
jekyll-commonmark (1.4.0)
127133
commonmarker (~> 0.22)
128-
jekyll-commonmark-ghpages (0.4.0)
129-
commonmarker (~> 0.23.7)
130-
jekyll (~> 3.9.0)
134+
jekyll-commonmark-ghpages (0.5.1)
135+
commonmarker (>= 0.23.7, < 1.1.0)
136+
jekyll (>= 3.9, < 4.0)
131137
jekyll-commonmark (~> 1.4.0)
132138
rouge (>= 2.0, < 5.0)
133139
jekyll-default-layout (0.1.5)
@@ -222,32 +228,34 @@ GEM
222228
listen (3.9.0)
223229
rb-fsevent (~> 0.10, >= 0.10.3)
224230
rb-inotify (~> 0.9, >= 0.9.10)
231+
logger (1.6.0)
225232
mercenary (0.3.6)
226233
minima (2.5.1)
227234
jekyll (>= 3.5, < 5.0)
228235
jekyll-feed (~> 0.9)
229236
jekyll-seo-tag (~> 2.1)
230-
minitest (5.22.3)
237+
minitest (5.24.1)
231238
mutex_m (0.2.0)
232239
net-http (0.4.1)
233240
uri
234-
nokogiri (1.16.3-arm64-darwin)
241+
nokogiri (1.16.7-arm64-darwin)
235242
racc (~> 1.4)
236-
nokogiri (1.16.3-x86_64-linux)
243+
nokogiri (1.16.7-x86_64-linux)
237244
racc (~> 1.4)
238245
octokit (4.25.1)
239246
faraday (>= 1, < 3)
240247
sawyer (~> 0.9)
241248
parallel (1.24.0)
242249
pathutil (0.16.2)
243250
forwardable-extended (~> 2.6)
244-
public_suffix (5.0.4)
245-
racc (1.7.3)
251+
public_suffix (5.1.1)
252+
racc (1.8.1)
246253
rainbow (3.1.1)
247254
rb-fsevent (0.11.2)
248-
rb-inotify (0.10.1)
255+
rb-inotify (0.11.1)
249256
ffi (~> 1.0)
250-
rexml (3.2.6)
257+
rexml (3.3.4)
258+
strscan
251259
rouge (3.30.0)
252260
rubyzip (2.3.2)
253261
safe_yaml (1.0.5)
@@ -259,17 +267,14 @@ GEM
259267
sawyer (0.9.2)
260268
addressable (>= 2.3.5)
261269
faraday (>= 0.17.3, < 3)
262-
simpleidn (0.2.1)
263-
unf (~> 0.1.4)
270+
simpleidn (0.2.3)
271+
strscan (3.1.0)
264272
terminal-table (1.8.0)
265273
unicode-display_width (~> 1.1, >= 1.1.1)
266274
typhoeus (1.4.1)
267275
ethon (>= 0.9.0)
268276
tzinfo (2.0.6)
269277
concurrent-ruby (~> 1.0)
270-
unf (0.1.4)
271-
unf_ext
272-
unf_ext (0.0.9.1)
273278
unicode-display_width (1.8.0)
274279
uri (0.13.0)
275280
webrick (1.8.1)
@@ -280,7 +285,7 @@ PLATFORMS
280285
x86_64-linux
281286

282287
DEPENDENCIES
283-
github-pages (= 231)
288+
github-pages (= 232)
284289
html-proofer (~> 3.19.4)
285290
json
286291
webrick (~> 1.8)

0 commit comments

Comments
 (0)