Skip to content

Commit ced70d7

Browse files
authoredJan 2, 2025··
Bump github-pages from 231 to 232 in /docs (#778)
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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8b4a07 commit ced70d7

File tree

2 files changed

+42
-36
lines changed

2 files changed

+42
-36
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", "~> 231", group: :jekyll_plugins
15+
gem "github-pages", "~> 232", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.17"

‎docs/Gemfile.lock

+41-35
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,42 @@ GEM
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.8.6)
11-
public_suffix (>= 2.0.2, < 6.0)
10+
addressable (2.8.7)
11+
public_suffix (>= 2.0.2, < 7.0)
12+
base64 (0.2.0)
1213
coffee-script (2.4.1)
1314
coffee-script-source
1415
execjs
1516
coffee-script-source (1.12.2)
1617
colorator (1.1.0)
17-
commonmarker (0.23.10)
18-
concurrent-ruby (1.2.3)
19-
dnsruby (1.72.0)
18+
commonmarker (0.23.11)
19+
concurrent-ruby (1.3.4)
20+
csv (3.3.2)
21+
dnsruby (1.72.3)
22+
base64 (~> 0.2.0)
2023
simpleidn (~> 0.2.1)
2124
em-websocket (0.5.3)
2225
eventmachine (>= 0.12.9)
2326
http_parser.rb (~> 0)
2427
ethon (0.16.0)
2528
ffi (>= 1.15.0)
2629
eventmachine (1.2.7)
27-
execjs (2.9.1)
28-
faraday (2.9.0)
29-
faraday-net_http (>= 2.0, < 3.2)
30-
faraday-net_http (3.1.0)
31-
net-http
32-
ffi (1.16.3)
30+
execjs (2.10.0)
31+
faraday (2.12.2)
32+
faraday-net_http (>= 2.0, < 3.5)
33+
json
34+
logger
35+
faraday-net_http (3.4.0)
36+
net-http (>= 0.5.0)
37+
ffi (1.17.1-x86_64-linux-gnu)
3338
forwardable-extended (2.6.0)
3439
gemoji (4.1.0)
35-
github-pages (231)
40+
github-pages (232)
3641
github-pages-health-check (= 1.18.2)
37-
jekyll (= 3.9.5)
42+
jekyll (= 3.10.0)
3843
jekyll-avatar (= 0.8.0)
3944
jekyll-coffeescript (= 1.2.2)
40-
jekyll-commonmark-ghpages (= 0.4.0)
45+
jekyll-commonmark-ghpages (= 0.5.1)
4146
jekyll-default-layout (= 0.1.5)
4247
jekyll-feed (= 0.17.0)
4348
jekyll-gist (= 1.5.0)
@@ -74,9 +79,10 @@ GEM
7479
liquid (= 4.0.4)
7580
mercenary (~> 0.3)
7681
minima (= 2.5.1)
77-
nokogiri (>= 1.13.6, < 2.0)
82+
nokogiri (>= 1.16.2, < 2.0)
7883
rouge (= 3.30.0)
7984
terminal-table (~> 1.4)
85+
webrick (~> 1.8)
8086
github-pages-health-check (1.18.2)
8187
addressable (~> 2.3)
8288
dnsruby (~> 1.60)
@@ -87,11 +93,12 @@ GEM
8793
activesupport (>= 2)
8894
nokogiri (>= 1.4)
8995
http_parser.rb (0.8.0)
90-
i18n (1.14.4)
96+
i18n (1.14.6)
9197
concurrent-ruby (~> 1.0)
92-
jekyll (3.9.5)
98+
jekyll (3.10.0)
9399
addressable (~> 2.4)
94100
colorator (~> 1.0)
101+
csv (~> 3.0)
95102
em-websocket (~> 0.5)
96103
i18n (>= 0.7, < 2)
97104
jekyll-sass-converter (~> 1.0)
@@ -102,16 +109,17 @@ GEM
102109
pathutil (~> 0.9)
103110
rouge (>= 1.7, < 4)
104111
safe_yaml (~> 1.0)
112+
webrick (>= 1.0)
105113
jekyll-avatar (0.8.0)
106114
jekyll (>= 3.0, < 5.0)
107115
jekyll-coffeescript (1.2.2)
108116
coffee-script (~> 2.2)
109117
coffee-script-source (~> 1.12)
110118
jekyll-commonmark (1.4.0)
111119
commonmarker (~> 0.22)
112-
jekyll-commonmark-ghpages (0.4.0)
113-
commonmarker (~> 0.23.7)
114-
jekyll (~> 3.9.0)
120+
jekyll-commonmark-ghpages (0.5.1)
121+
commonmarker (>= 0.23.7, < 1.1.0)
122+
jekyll (>= 3.9, < 4.0)
115123
jekyll-commonmark (~> 1.4.0)
116124
rouge (>= 2.0, < 5.0)
117125
jekyll-default-layout (0.1.5)
@@ -197,6 +205,7 @@ GEM
197205
gemoji (>= 3, < 5)
198206
html-pipeline (~> 2.2)
199207
jekyll (>= 3.0, < 5.0)
208+
json (2.9.1)
200209
kramdown (2.4.0)
201210
rexml
202211
kramdown-parser-gfm (1.1.0)
@@ -205,27 +214,28 @@ GEM
205214
listen (3.9.0)
206215
rb-fsevent (~> 0.10, >= 0.10.3)
207216
rb-inotify (~> 0.9, >= 0.9.10)
217+
logger (1.6.4)
208218
mercenary (0.3.6)
209219
minima (2.5.1)
210220
jekyll (>= 3.5, < 5.0)
211221
jekyll-feed (~> 0.9)
212222
jekyll-seo-tag (~> 2.1)
213-
minitest (5.22.3)
214-
net-http (0.4.1)
223+
minitest (5.25.4)
224+
net-http (0.6.0)
215225
uri
216-
nokogiri (1.16.5-x86_64-linux)
226+
nokogiri (1.18.1-x86_64-linux-gnu)
217227
racc (~> 1.4)
218228
octokit (4.25.1)
219229
faraday (>= 1, < 3)
220230
sawyer (~> 0.9)
221231
pathutil (0.16.2)
222232
forwardable-extended (~> 2.6)
223-
public_suffix (5.0.5)
224-
racc (1.7.3)
233+
public_suffix (5.1.1)
234+
racc (1.8.1)
225235
rb-fsevent (0.11.2)
226-
rb-inotify (0.10.1)
236+
rb-inotify (0.11.1)
227237
ffi (~> 1.0)
228-
rexml (3.3.9)
238+
rexml (3.4.0)
229239
rouge (3.30.0)
230240
rubyzip (2.3.2)
231241
safe_yaml (1.0.5)
@@ -237,28 +247,24 @@ GEM
237247
sawyer (0.9.2)
238248
addressable (>= 2.3.5)
239249
faraday (>= 0.17.3, < 3)
240-
simpleidn (0.2.1)
241-
unf (~> 0.1.4)
250+
simpleidn (0.2.3)
242251
terminal-table (1.8.0)
243252
unicode-display_width (~> 1.1, >= 1.1.1)
244253
thread_safe (0.3.6)
245254
typhoeus (1.4.1)
246255
ethon (>= 0.9.0)
247256
tzinfo (1.2.10)
248257
thread_safe (~> 0.1)
249-
unf (0.1.4)
250-
unf_ext
251-
unf_ext (0.0.9.1)
252258
unicode-display_width (1.8.0)
253-
uri (0.13.0)
259+
uri (1.0.2)
254260
webrick (1.9.1)
255-
zeitwerk (2.6.13)
261+
zeitwerk (2.7.1)
256262

257263
PLATFORMS
258264
x86_64-linux
259265

260266
DEPENDENCIES
261-
github-pages (~> 231)
267+
github-pages (~> 232)
262268
jekyll-feed (~> 0.17)
263269
minima (~> 2.5)
264270
tzinfo (~> 1.2)

0 commit comments

Comments
 (0)
Please sign in to comment.