Skip to content

Commit 6d9d0a0

Browse files
committed
beautiful-jekyll-theme 6.0.1
1 parent 2b8fdd2 commit 6d9d0a0

File tree

3 files changed

+42
-38
lines changed

3 files changed

+42
-38
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source "https://rubygems.org"
2+
# source "https://mirrors.aliyun.com/rubygems/"
23
gem 'github-pages', group: :jekyll_plugins
3-
gem "beautiful-jekyll-theme", "5.0.0"
4+
gem "beautiful-jekyll-theme", "6.0.1"

Gemfile.lock

Lines changed: 39 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,37 @@
11
GEM
2-
remote: https://rubygems.org/
2+
remote: https://mirrors.aliyun.com/rubygems/
33
specs:
4-
activesupport (7.1.3.2)
4+
activesupport (7.2.1)
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)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
13+
securerandom (>= 0.3)
14+
tzinfo (~> 2.0, >= 2.0.5)
15+
addressable (2.8.7)
16+
public_suffix (>= 2.0.2, < 7.0)
1617
base64 (0.2.0)
17-
beautiful-jekyll-theme (5.0.0)
18-
jekyll (~> 3.8)
18+
beautiful-jekyll-theme (6.0.1)
19+
jekyll (>= 3.9.3)
1920
jekyll-paginate (~> 1.1)
2021
jekyll-sitemap (~> 1.4)
21-
kramdown (~> 2.3.0)
22+
kramdown (~> 2.3.2)
2223
kramdown-parser-gfm (~> 1.1)
23-
bigdecimal (3.1.7)
24+
webrick (~> 1.8)
25+
bigdecimal (3.1.8)
2426
coffee-script (2.4.1)
2527
coffee-script-source
2628
execjs
2729
coffee-script-source (1.11.1)
2830
colorator (1.1.0)
2931
commonmarker (0.23.10)
30-
concurrent-ruby (1.2.3)
32+
concurrent-ruby (1.3.4)
3133
connection_pool (2.4.1)
32-
dnsruby (1.72.0)
34+
dnsruby (1.72.2)
3335
simpleidn (~> 0.2.1)
3436
drb (2.2.1)
3537
em-websocket (0.5.3)
@@ -39,11 +41,14 @@ GEM
3941
ffi (>= 1.15.0)
4042
eventmachine (1.2.7)
4143
execjs (2.9.1)
42-
faraday (2.9.0)
43-
faraday-net_http (>= 2.0, < 3.2)
44-
faraday-net_http (3.1.0)
44+
faraday (2.12.0)
45+
faraday-net_http (>= 2.0, < 3.4)
46+
json
47+
logger
48+
faraday-net_http (3.3.0)
4549
net-http
46-
ffi (1.16.3)
50+
ffi (1.17.0-arm64-darwin)
51+
ffi (1.17.0-x86_64-darwin)
4752
forwardable-extended (2.6.0)
4853
gemoji (3.0.1)
4954
github-pages (228)
@@ -101,7 +106,7 @@ GEM
101106
activesupport (>= 2)
102107
nokogiri (>= 1.4)
103108
http_parser.rb (0.8.0)
104-
i18n (1.14.4)
109+
i18n (1.14.6)
105110
concurrent-ruby (~> 1.0)
106111
jekyll (3.9.3)
107112
addressable (~> 2.4)
@@ -211,6 +216,7 @@ GEM
211216
gemoji (~> 3.0)
212217
html-pipeline (~> 2.2)
213218
jekyll (>= 3.0, < 5.0)
219+
json (2.7.2)
214220
kramdown (2.3.2)
215221
rexml
216222
kramdown-parser-gfm (1.1.0)
@@ -219,28 +225,30 @@ GEM
219225
listen (3.9.0)
220226
rb-fsevent (~> 0.10, >= 0.10.3)
221227
rb-inotify (~> 0.9, >= 0.9.10)
228+
logger (1.6.1)
222229
mercenary (0.3.6)
223230
minima (2.5.1)
224231
jekyll (>= 3.5, < 5.0)
225232
jekyll-feed (~> 0.9)
226233
jekyll-seo-tag (~> 2.1)
227-
minitest (5.22.3)
228-
mutex_m (0.2.0)
234+
minitest (5.25.1)
229235
net-http (0.4.1)
230236
uri
231-
nokogiri (1.16.4-x86_64-darwin)
237+
nokogiri (1.16.7-arm64-darwin)
238+
racc (~> 1.4)
239+
nokogiri (1.16.7-x86_64-darwin)
232240
racc (~> 1.4)
233241
octokit (4.25.1)
234242
faraday (>= 1, < 3)
235243
sawyer (~> 0.9)
236244
pathutil (0.16.2)
237245
forwardable-extended (~> 2.6)
238246
public_suffix (4.0.7)
239-
racc (1.7.3)
247+
racc (1.8.1)
240248
rb-fsevent (0.11.2)
241-
rb-inotify (0.10.1)
249+
rb-inotify (0.11.1)
242250
ffi (~> 1.0)
243-
rexml (3.2.6)
251+
rexml (3.3.8)
244252
rouge (3.26.0)
245253
rubyzip (2.3.2)
246254
safe_yaml (1.0.5)
@@ -252,27 +260,26 @@ GEM
252260
sawyer (0.9.2)
253261
addressable (>= 2.3.5)
254262
faraday (>= 0.17.3, < 3)
255-
simpleidn (0.2.1)
256-
unf (~> 0.1.4)
263+
securerandom (0.3.1)
264+
simpleidn (0.2.3)
257265
terminal-table (1.8.0)
258266
unicode-display_width (~> 1.1, >= 1.1.1)
259267
typhoeus (1.4.1)
260268
ethon (>= 0.9.0)
261269
tzinfo (2.0.6)
262270
concurrent-ruby (~> 1.0)
263-
unf (0.1.4)
264-
unf_ext
265-
unf_ext (0.0.9.1)
266271
unicode-display_width (1.8.0)
267-
uri (0.13.0)
272+
uri (0.13.1)
273+
webrick (1.8.2)
268274

269275
PLATFORMS
276+
arm64-darwin-23
270277
x86_64-darwin-21
271278
x86_64-darwin-22
272279

273280
DEPENDENCIES
274-
beautiful-jekyll-theme (= 5.0.0)
281+
beautiful-jekyll-theme (= 6.0.1)
275282
github-pages
276283

277284
BUNDLED WITH
278-
2.5.6
285+
2.5.20

_config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
remote_theme: daattali/beautiful-jekyll@5.0.0
1+
remote_theme: daattali/beautiful-jekyll@6.0.1
22
plugins:
33
- jekyll-feed
44
- jekyll-paginate
@@ -53,7 +53,3 @@ exclude:
5353
- README.md
5454
- docs/
5555
- files/java/Scrabble/*
56-
57-
plugins:
58-
- jekyll-paginate
59-
- jekyll-sitemap

0 commit comments

Comments
 (0)