Skip to content

Commit 255acef

Browse files
authored
chore(deps): update dependency github-pages to v232 (#1189)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github-pages](https://togithub.com/github/pages-gem) | `"~> 231"` -> `"~> 232"` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/github-pages/232?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/github-pages/232?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/github-pages/231/232?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/github-pages/231/232?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>github/pages-gem (github-pages)</summary> ### [`v232`](https://togithub.com/github/pages-gem/releases/tag/v232) [Compare Source](https://togithub.com/github/pages-gem/compare/v231...v232) #### What's Changed - Bump docker/build-push-action from 5 to 6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/github/pages-gem/pull/916](https://togithub.com/github/pages-gem/pull/916) - Fix obscured gemfile issue by [@&#8203;mrmanc](https://togithub.com/mrmanc) in [https://github.com/github/pages-gem/pull/912](https://togithub.com/github/pages-gem/pull/912) - Add webrick as Ruby 3 doesn’t include it by [@&#8203;mrmanc](https://togithub.com/mrmanc) in [https://github.com/github/pages-gem/pull/914](https://togithub.com/github/pages-gem/pull/914) - Update nokogiri CVE-2024-25062 by [@&#8203;naxhh](https://togithub.com/naxhh) in [https://github.com/github/pages-gem/pull/911](https://togithub.com/github/pages-gem/pull/911) - Parkr jekyll3.10 by [@&#8203;yoannchaudet](https://togithub.com/yoannchaudet) in [https://github.com/github/pages-gem/pull/919](https://togithub.com/github/pages-gem/pull/919) - Fix improperly bound regex by [@&#8203;yoannchaudet](https://togithub.com/yoannchaudet) in [https://github.com/github/pages-gem/pull/921](https://togithub.com/github/pages-gem/pull/921) - Prep 232 by [@&#8203;yoannchaudet](https://togithub.com/yoannchaudet) in [https://github.com/github/pages-gem/pull/923](https://togithub.com/github/pages-gem/pull/923) #### New Contributors - [@&#8203;naxhh](https://togithub.com/naxhh) made their first contribution in [https://github.com/github/pages-gem/pull/911](https://togithub.com/github/pages-gem/pull/911) **Full Changelog**: github/pages-gem@v231...v232 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on monday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv-scanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent f142248 commit 255acef

File tree

2 files changed

+28
-23
lines changed

2 files changed

+28
-23
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source "https://rubygems.org"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1313
# uncomment the line below. To upgrade, run `bundle update github-pages`.
14-
gem "github-pages", "~> 231", group: :jekyll_plugins
14+
gem "github-pages", "~> 232", group: :jekyll_plugins
1515
# If you have any plugins, put them here!
1616
group :jekyll_plugins do
1717
gem "jekyll-feed", "~> 0.15"

docs/Gemfile.lock

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.4)
4+
activesupport (7.2.0)
55
base64
66
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
88
connection_pool (>= 2.2.5)
99
drb
1010
i18n (>= 1.6, < 2)
11+
logger (>= 1.4.2)
1112
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
13+
securerandom (>= 0.3)
14+
tzinfo (~> 2.0, >= 2.0.5)
1415
addressable (2.8.7)
1516
public_suffix (>= 2.0.2, < 7.0)
1617
base64 (0.2.0)
@@ -21,8 +22,9 @@ GEM
2122
coffee-script-source (1.12.2)
2223
colorator (1.1.0)
2324
commonmarker (0.23.10)
24-
concurrent-ruby (1.3.3)
25+
concurrent-ruby (1.3.4)
2526
connection_pool (2.4.1)
27+
csv (3.3.0)
2628
dnsruby (1.72.2)
2729
simpleidn (~> 0.2.1)
2830
drb (2.2.1)
@@ -33,20 +35,20 @@ GEM
3335
ffi (>= 1.15.0)
3436
eventmachine (1.2.7)
3537
execjs (2.9.1)
36-
faraday (2.10.0)
38+
faraday (2.10.1)
3739
faraday-net_http (>= 2.0, < 3.2)
3840
logger
39-
faraday-net_http (3.1.0)
41+
faraday-net_http (3.1.1)
4042
net-http
4143
ffi (1.17.0-x86_64-linux-gnu)
4244
forwardable-extended (2.6.0)
4345
gemoji (4.1.0)
44-
github-pages (231)
46+
github-pages (232)
4547
github-pages-health-check (= 1.18.2)
46-
jekyll (= 3.9.5)
48+
jekyll (= 3.10.0)
4749
jekyll-avatar (= 0.8.0)
4850
jekyll-coffeescript (= 1.2.2)
49-
jekyll-commonmark-ghpages (= 0.4.0)
51+
jekyll-commonmark-ghpages (= 0.5.1)
5052
jekyll-default-layout (= 0.1.5)
5153
jekyll-feed (= 0.17.0)
5254
jekyll-gist (= 1.5.0)
@@ -83,9 +85,10 @@ GEM
8385
liquid (= 4.0.4)
8486
mercenary (~> 0.3)
8587
minima (= 2.5.1)
86-
nokogiri (>= 1.13.6, < 2.0)
88+
nokogiri (>= 1.16.2, < 2.0)
8789
rouge (= 3.30.0)
8890
terminal-table (~> 1.4)
91+
webrick (~> 1.8)
8992
github-pages-health-check (1.18.2)
9093
addressable (~> 2.3)
9194
dnsruby (~> 1.60)
@@ -98,9 +101,10 @@ GEM
98101
http_parser.rb (0.8.0)
99102
i18n (1.14.5)
100103
concurrent-ruby (~> 1.0)
101-
jekyll (3.9.5)
104+
jekyll (3.10.0)
102105
addressable (~> 2.4)
103106
colorator (~> 1.0)
107+
csv (~> 3.0)
104108
em-websocket (~> 0.5)
105109
i18n (>= 0.7, < 2)
106110
jekyll-sass-converter (~> 1.0)
@@ -111,16 +115,17 @@ GEM
111115
pathutil (~> 0.9)
112116
rouge (>= 1.7, < 4)
113117
safe_yaml (~> 1.0)
118+
webrick (>= 1.0)
114119
jekyll-avatar (0.8.0)
115120
jekyll (>= 3.0, < 5.0)
116121
jekyll-coffeescript (1.2.2)
117122
coffee-script (~> 2.2)
118123
coffee-script-source (~> 1.12)
119124
jekyll-commonmark (1.4.0)
120125
commonmarker (~> 0.22)
121-
jekyll-commonmark-ghpages (0.4.0)
122-
commonmarker (~> 0.23.7)
123-
jekyll (~> 3.9.0)
126+
jekyll-commonmark-ghpages (0.5.1)
127+
commonmarker (>= 0.23.7, < 1.1.0)
128+
jekyll (>= 3.9, < 4.0)
124129
jekyll-commonmark (~> 1.4.0)
125130
rouge (>= 2.0, < 5.0)
126131
jekyll-default-layout (0.1.5)
@@ -220,23 +225,22 @@ GEM
220225
jekyll (>= 3.5, < 5.0)
221226
jekyll-feed (~> 0.9)
222227
jekyll-seo-tag (~> 2.1)
223-
minitest (5.24.1)
224-
mutex_m (0.2.0)
228+
minitest (5.25.1)
225229
net-http (0.4.1)
226230
uri
227-
nokogiri (1.16.6-x86_64-linux)
231+
nokogiri (1.16.7-x86_64-linux)
228232
racc (~> 1.4)
229233
octokit (4.25.1)
230234
faraday (>= 1, < 3)
231235
sawyer (~> 0.9)
232236
pathutil (0.16.2)
233237
forwardable-extended (~> 2.6)
234238
public_suffix (5.1.1)
235-
racc (1.8.0)
239+
racc (1.8.1)
236240
rb-fsevent (0.11.2)
237241
rb-inotify (0.11.1)
238242
ffi (~> 1.0)
239-
rexml (3.3.3)
243+
rexml (3.3.6)
240244
strscan
241245
rouge (3.30.0)
242246
rubyzip (2.3.2)
@@ -249,6 +253,7 @@ GEM
249253
sawyer (0.9.2)
250254
addressable (>= 2.3.5)
251255
faraday (>= 0.17.3, < 3)
256+
securerandom (0.3.1)
252257
simpleidn (0.2.3)
253258
strscan (3.1.0)
254259
terminal-table (1.8.0)
@@ -265,12 +270,12 @@ PLATFORMS
265270
x86_64-linux
266271

267272
DEPENDENCIES
268-
github-pages (~> 231)
273+
github-pages (~> 232)
269274
http_parser.rb (~> 0.8.0)
270275
jekyll-feed (~> 0.15)
271276
tzinfo (>= 1, < 3)
272277
tzinfo-data
273-
wdm (~> 0.1.1)
278+
wdm (~> 0.2.0)
274279
webrick (~> 1.7)
275280

276281
BUNDLED WITH

0 commit comments

Comments
 (0)