Skip to content

Commit de4d1c0

Browse files
committed
update readme and bump jekyll and associated dependencies to latest version
1 parent a7a3935 commit de4d1c0

File tree

2 files changed

+30
-20
lines changed

2 files changed

+30
-20
lines changed

Gemfile.lock

+27-20
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.2.0)
67
bigdecimal (3.1.9)
78
colorator (1.1.0)
8-
concurrent-ruby (1.2.2)
9+
concurrent-ruby (1.3.5)
10+
csv (3.3.2)
911
deep_merge (1.2.2)
1012
em-websocket (0.5.3)
1113
eventmachine (>= 0.12.9)
1214
http_parser.rb (~> 0)
1315
eventmachine (1.2.7)
14-
ffi (1.15.5)
16+
ffi (1.17.1)
17+
ffi (1.17.1-x86_64-linux-gnu)
1518
forwardable-extended (2.6.0)
1619
google-protobuf (4.29.3)
1720
bigdecimal
@@ -20,22 +23,25 @@ GEM
2023
bigdecimal
2124
rake (>= 13)
2225
http_parser.rb (0.8.0)
23-
i18n (1.12.0)
26+
i18n (1.14.7)
2427
concurrent-ruby (~> 1.0)
2528
image_processing (1.12.2)
2629
mini_magick (>= 4.9.5, < 5)
2730
ruby-vips (>= 2.0.17, < 3)
28-
jekyll (4.3.3)
31+
jekyll (4.4.1)
2932
addressable (~> 2.4)
33+
base64 (~> 0.2)
3034
colorator (~> 1.0)
35+
csv (~> 3.0)
3136
em-websocket (~> 0.5)
3237
i18n (~> 1.0)
3338
jekyll-sass-converter (>= 2.0, < 4.0)
3439
jekyll-watch (~> 2.0)
40+
json (~> 2.6)
3541
kramdown (~> 2.3, >= 2.3.1)
3642
kramdown-parser-gfm (~> 1.0)
3743
liquid (~> 4.0)
38-
mercenary (>= 0.3.6, < 0.5)
44+
mercenary (~> 0.3, >= 0.3.6)
3945
pathutil (~> 0.9)
4046
rouge (>= 3.0, < 5.0)
4147
safe_yaml (~> 1.0)
@@ -47,45 +53,46 @@ GEM
4753
jekyll-paginate (1.1.0)
4854
jekyll-redirect-from (0.16.0)
4955
jekyll (>= 3.3, < 5.0)
50-
jekyll-sass-converter (3.0.0)
51-
sass-embedded (~> 1.54)
56+
jekyll-sass-converter (3.1.0)
57+
sass-embedded (~> 1.75)
5258
jekyll-seo-tag (2.8.0)
5359
jekyll (>= 3.8, < 5.0)
5460
jekyll-sitemap (1.4.0)
5561
jekyll (>= 3.7, < 5.0)
5662
jekyll-watch (2.2.1)
5763
listen (~> 3.0)
58-
kramdown (2.4.0)
59-
rexml
64+
json (2.10.1)
65+
kramdown (2.5.1)
66+
rexml (>= 3.3.9)
6067
kramdown-parser-gfm (1.1.0)
6168
kramdown (~> 2.0)
6269
liquid (4.0.4)
63-
listen (3.8.0)
70+
listen (3.9.0)
6471
rb-fsevent (~> 0.10, >= 0.10.3)
6572
rb-inotify (~> 0.9, >= 0.9.10)
6673
mercenary (0.4.0)
6774
mini_magick (4.12.0)
6875
pathutil (0.16.2)
6976
forwardable-extended (~> 2.6)
70-
public_suffix (5.0.1)
77+
public_suffix (6.0.1)
7178
rake (13.2.1)
7279
rb-fsevent (0.11.2)
73-
rb-inotify (0.10.1)
80+
rb-inotify (0.11.1)
7481
ffi (~> 1.0)
75-
rexml (3.3.9)
76-
rouge (4.1.0)
82+
rexml (3.4.1)
83+
rouge (4.5.1)
7784
ruby-vips (2.1.4)
7885
ffi (~> 1.12)
7986
safe_yaml (1.0.5)
80-
sass-embedded (1.83.4)
87+
sass-embedded (1.85.0)
8188
google-protobuf (~> 4.29)
8289
rake (>= 13)
83-
sass-embedded (1.83.4-x86_64-linux-gnu)
90+
sass-embedded (1.85.0-x86_64-linux-gnu)
8491
google-protobuf (~> 4.29)
8592
terminal-table (3.0.2)
8693
unicode-display_width (>= 1.1.1, < 3)
87-
unicode-display_width (2.4.2)
88-
webrick (1.8.2)
94+
unicode-display_width (2.6.0)
95+
webrick (1.9.1)
8996

9097
PLATFORMS
9198
ruby

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ were tested with ruby 2.5 and ruby-bundler 1.17.3 on a Debian Stretch system.
3333
5. Visit the displayed "server address"
3434
6. After most local edits, the content will be updated. You will need to
3535
reload (ctrl-r or F5) your browser
36+
37+
Note: For faster jekyll builds, you can use the `--incremental` flag. You'll
38+
also want to install ruby with yjit enabled for even faster builds.

0 commit comments

Comments
 (0)