Skip to content

Commit ef827c6

Browse files
chore(deps-dev): bump github-pages from 231 to 232 in /docs (#1435)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d665ea commit ef827c6

File tree

2 files changed

+37
-32
lines changed

2 files changed

+37
-32
lines changed

docs/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "webrick"
1313
gem "breakpoint"
1414
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1515
# uncomment the line below. To upgrade, run `bundle update github-pages`.
16-
gem "github-pages", "~> 231", group: :jekyll_plugins
16+
gem "github-pages", "~> 232", group: :jekyll_plugins
1717
# If you have any plugins, put them here!
1818
group :jekyll_plugins do
1919
gem "jekyll-feed", "~> 0.17"

docs/Gemfile.lock

+36-31
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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)
1212
breakpoint (2.7.1)
1313
sass (~> 3.3)
1414
sassy-maps (< 1.0.0)
@@ -18,8 +18,9 @@ GEM
1818
coffee-script-source (1.12.2)
1919
colorator (1.1.0)
2020
commonmarker (0.23.10)
21-
concurrent-ruby (1.2.3)
22-
dnsruby (1.70.0)
21+
concurrent-ruby (1.3.4)
22+
csv (3.3.0)
23+
dnsruby (1.72.2)
2324
simpleidn (~> 0.2.1)
2425
em-websocket (0.5.3)
2526
eventmachine (>= 0.12.9)
@@ -28,19 +29,21 @@ GEM
2829
ffi (>= 1.15.0)
2930
eventmachine (1.2.7)
3031
execjs (2.9.1)
31-
faraday (2.9.0)
32-
faraday-net_http (>= 2.0, < 3.2)
33-
faraday-net_http (3.1.0)
32+
faraday (2.11.0)
33+
faraday-net_http (>= 2.0, < 3.4)
34+
logger
35+
faraday-net_http (3.3.0)
3436
net-http
35-
ffi (1.16.3)
37+
ffi (1.17.0-x86_64-linux-gnu)
38+
ffi (1.17.0-x86_64-linux-musl)
3639
forwardable-extended (2.6.0)
3740
gemoji (4.1.0)
38-
github-pages (231)
41+
github-pages (232)
3942
github-pages-health-check (= 1.18.2)
40-
jekyll (= 3.9.5)
43+
jekyll (= 3.10.0)
4144
jekyll-avatar (= 0.8.0)
4245
jekyll-coffeescript (= 1.2.2)
43-
jekyll-commonmark-ghpages (= 0.4.0)
46+
jekyll-commonmark-ghpages (= 0.5.1)
4447
jekyll-default-layout (= 0.1.5)
4548
jekyll-feed (= 0.17.0)
4649
jekyll-gist (= 1.5.0)
@@ -77,9 +80,10 @@ GEM
7780
liquid (= 4.0.4)
7881
mercenary (~> 0.3)
7982
minima (= 2.5.1)
80-
nokogiri (>= 1.13.6, < 2.0)
83+
nokogiri (>= 1.16.2, < 2.0)
8184
rouge (= 3.30.0)
8285
terminal-table (~> 1.4)
86+
webrick (~> 1.8)
8387
github-pages-health-check (1.18.2)
8488
addressable (~> 2.3)
8589
dnsruby (~> 1.60)
@@ -90,11 +94,12 @@ GEM
9094
activesupport (>= 2)
9195
nokogiri (>= 1.4)
9296
http_parser.rb (0.8.0)
93-
i18n (1.14.4)
97+
i18n (1.14.5)
9498
concurrent-ruby (~> 1.0)
95-
jekyll (3.9.5)
99+
jekyll (3.10.0)
96100
addressable (~> 2.4)
97101
colorator (~> 1.0)
102+
csv (~> 3.0)
98103
em-websocket (~> 0.5)
99104
i18n (>= 0.7, < 2)
100105
jekyll-sass-converter (~> 1.0)
@@ -105,16 +110,17 @@ GEM
105110
pathutil (~> 0.9)
106111
rouge (>= 1.7, < 4)
107112
safe_yaml (~> 1.0)
113+
webrick (>= 1.0)
108114
jekyll-avatar (0.8.0)
109115
jekyll (>= 3.0, < 5.0)
110116
jekyll-coffeescript (1.2.2)
111117
coffee-script (~> 2.2)
112118
coffee-script-source (~> 1.12)
113119
jekyll-commonmark (1.4.0)
114120
commonmarker (~> 0.22)
115-
jekyll-commonmark-ghpages (0.4.0)
116-
commonmarker (~> 0.23.7)
117-
jekyll (~> 3.9.0)
121+
jekyll-commonmark-ghpages (0.5.1)
122+
commonmarker (>= 0.23.7, < 1.1.0)
123+
jekyll (>= 3.9, < 4.0)
118124
jekyll-commonmark (~> 1.4.0)
119125
rouge (>= 2.0, < 5.0)
120126
jekyll-default-layout (0.1.5)
@@ -208,6 +214,7 @@ GEM
208214
listen (3.9.0)
209215
rb-fsevent (~> 0.10, >= 0.10.3)
210216
rb-inotify (~> 0.9, >= 0.9.10)
217+
logger (1.6.0)
211218
mercenary (0.3.6)
212219
minima (2.5.1)
213220
jekyll (>= 3.5, < 5.0)
@@ -220,22 +227,23 @@ GEM
220227
jekyll-include-cache (~> 0.1)
221228
jekyll-paginate (~> 1.1)
222229
jekyll-sitemap (~> 1.3)
223-
minitest (5.22.2)
230+
minitest (5.25.1)
224231
net-http (0.4.1)
225232
uri
226-
nokogiri (1.16.2-x86_64-linux)
233+
nokogiri (1.16.7-x86_64-linux)
227234
racc (~> 1.4)
228235
octokit (4.25.1)
229236
faraday (>= 1, < 3)
230237
sawyer (~> 0.9)
231238
pathutil (0.16.2)
232239
forwardable-extended (~> 2.6)
233-
public_suffix (5.0.5)
234-
racc (1.7.3)
240+
public_suffix (5.1.1)
241+
racc (1.8.1)
235242
rb-fsevent (0.11.2)
236-
rb-inotify (0.10.1)
243+
rb-inotify (0.11.1)
237244
ffi (~> 1.0)
238-
rexml (3.2.6)
245+
rexml (3.3.6)
246+
strscan
239247
rouge (3.30.0)
240248
rubyzip (2.3.2)
241249
safe_yaml (1.0.5)
@@ -249,30 +257,27 @@ GEM
249257
sawyer (0.9.2)
250258
addressable (>= 2.3.5)
251259
faraday (>= 0.17.3, < 3)
252-
simpleidn (0.2.1)
253-
unf (~> 0.1.4)
260+
simpleidn (0.2.3)
261+
strscan (3.1.0)
254262
terminal-table (1.8.0)
255263
unicode-display_width (~> 1.1, >= 1.1.1)
256264
thread_safe (0.3.6)
257265
typhoeus (1.4.1)
258266
ethon (>= 0.9.0)
259267
tzinfo (1.2.10)
260268
thread_safe (~> 0.1)
261-
unf (0.1.4)
262-
unf_ext
263-
unf_ext (0.0.9.1)
264269
unicode-display_width (1.8.0)
265-
uri (0.13.0)
270+
uri (0.13.1)
266271
webrick (1.8.1)
267-
zeitwerk (2.6.13)
272+
zeitwerk (2.6.17)
268273

269274
PLATFORMS
270275
x86_64-linux
271276
x86_64-linux-musl
272277

273278
DEPENDENCIES
274279
breakpoint
275-
github-pages (~> 231)
280+
github-pages (~> 232)
276281
http_parser.rb (~> 0.6.0)
277282
jekyll-feed (~> 0.17)
278283
jekyll-include-cache

0 commit comments

Comments
 (0)