File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 14
14
# Ignore folders generated by Bundler
15
15
.bundle /
16
16
vendor /
17
+ 2
Original file line number Diff line number Diff line change 38
38
faraday-net_http (3.1.0 )
39
39
net-http
40
40
ffi (1.16.3 )
41
+ ffi (1.16.3-x64-mingw-ucrt )
41
42
forwardable-extended (2.6.0 )
42
43
gemoji (3.0.1 )
43
44
github-pages (228 )
222
223
mutex_m (0.2.0 )
223
224
net-http (0.4.1 )
224
225
uri
226
+ nokogiri (1.16.3-x64-mingw-ucrt )
227
+ racc (~> 1.4 )
225
228
nokogiri (1.16.3-x86_64-linux )
226
229
racc (~> 1.4 )
227
230
octokit (4.25.1 )
@@ -254,14 +257,18 @@ GEM
254
257
ethon (>= 0.9.0 )
255
258
tzinfo (2.0.6 )
256
259
concurrent-ruby (~> 1.0 )
260
+ tzinfo-data (1.2024.1 )
261
+ tzinfo (>= 1.0.0 )
257
262
unf (0.1.4 )
258
263
unf_ext
259
264
unf_ext (0.0.9.1 )
265
+ unf_ext (0.0.9.1-x64-mingw-ucrt )
260
266
unicode-display_width (1.8.0 )
261
267
uri (0.13.0 )
262
268
webrick (1.8.1 )
263
269
264
270
PLATFORMS
271
+ x64-mingw-ucrt
265
272
x86_64-linux
266
273
267
274
DEPENDENCIES
@@ -274,7 +281,7 @@ DEPENDENCIES
274
281
webrick (~> 1.7 )
275
282
276
283
RUBY VERSION
277
- ruby 3.2.2p53
284
+ ruby 3.2.3p157
278
285
279
286
BUNDLED WITH
280
287
2.4.10
Original file line number Diff line number Diff line change @@ -59,8 +59,10 @@ plugins:
59
59
- github-pages
60
60
- jemoji
61
61
- jekyll-feed
62
- # - jekyll-seo-tag
63
- # - jekyll-sitemap
62
+ - jekyll-sitemap
63
+ # - jekyll-seo-tag
64
+ # - jekyll-redirect-from
65
+ # - jekyll-remote-theme
64
66
65
67
exclude :
66
68
- bin
You can’t perform that action at this time.
0 commit comments