Skip to content

Commit 9e3037e

Browse files
committed
Update dependencies
Everything is now on its latest available version, except for liquid, terminal-table, and unicode-display_width, for which Jekyll specifies lower major versions. This also updates the .gitignore, since Jekyll now generates a .jekyll-cache directory. The README doesn't specify a testing procedure, but I've run `jekyll serve` locally and clicked on all the navigation menu links and it looks fine.
1 parent 282aa94 commit 9e3037e

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
_site
22
.sass-cache
33
.jekyll-metadata
4+
.jekyll-cache

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.9.1"
11+
gem "jekyll", "~> 4.2.0"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.0"
1515

16-
gem "kramdown-parser-gfm"
17-
1816
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1917
# uncomment the line below. To upgrade, run `bundle update github-pages`.
2018
# gem "github-pages", group: :jekyll_plugins

Gemfile.lock

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,29 @@ GEM
1212
ffi (1.15.4)
1313
forwardable-extended (2.6.0)
1414
http_parser.rb (0.8.0)
15-
i18n (0.9.5)
15+
i18n (1.8.11)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (3.9.1)
17+
jekyll (4.2.1)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
21-
i18n (~> 0.7)
22-
jekyll-sass-converter (~> 1.0)
21+
i18n (~> 1.0)
22+
jekyll-sass-converter (~> 2.0)
2323
jekyll-watch (~> 2.0)
24-
kramdown (>= 1.17, < 3)
24+
kramdown (~> 2.3)
25+
kramdown-parser-gfm (~> 1.0)
2526
liquid (~> 4.0)
26-
mercenary (~> 0.3.3)
27+
mercenary (~> 0.4.0)
2728
pathutil (~> 0.9)
28-
rouge (>= 1.7, < 4)
29+
rouge (~> 3.0)
2930
safe_yaml (~> 1.0)
30-
jekyll-feed (0.10.0)
31-
jekyll (~> 3.3)
32-
jekyll-sass-converter (1.5.2)
33-
sass (~> 3.4)
34-
jekyll-seo-tag (2.5.0)
35-
jekyll (~> 3.3)
31+
terminal-table (~> 2.0)
32+
jekyll-feed (0.15.1)
33+
jekyll (>= 3.7, < 5.0)
34+
jekyll-sass-converter (2.1.0)
35+
sassc (> 2.0.1, < 3.0)
36+
jekyll-seo-tag (2.7.1)
37+
jekyll (>= 3.8, < 5.0)
3638
jekyll-watch (2.2.1)
3739
listen (~> 3.0)
3840
kramdown (2.3.1)
@@ -43,9 +45,9 @@ GEM
4345
listen (3.7.0)
4446
rb-fsevent (~> 0.10, >= 0.10.3)
4547
rb-inotify (~> 0.9, >= 0.9.10)
46-
mercenary (0.3.6)
47-
minima (2.5.0)
48-
jekyll (~> 3.5)
48+
mercenary (0.4.0)
49+
minima (2.5.1)
50+
jekyll (>= 3.5, < 5.0)
4951
jekyll-feed (~> 0.9)
5052
jekyll-seo-tag (~> 2.1)
5153
pathutil (0.16.2)
@@ -57,19 +59,18 @@ GEM
5759
rexml (3.2.5)
5860
rouge (3.26.1)
5961
safe_yaml (1.0.5)
60-
sass (3.7.4)
61-
sass-listen (~> 4.0.0)
62-
sass-listen (4.0.0)
63-
rb-fsevent (~> 0.9, >= 0.9.4)
64-
rb-inotify (~> 0.9, >= 0.9.7)
62+
sassc (2.4.0)
63+
ffi (~> 1.9)
64+
terminal-table (2.0.0)
65+
unicode-display_width (~> 1.1, >= 1.1.1)
66+
unicode-display_width (1.8.0)
6567

6668
PLATFORMS
6769
ruby
6870

6971
DEPENDENCIES
70-
jekyll (~> 3.9.1)
72+
jekyll (~> 4.2.0)
7173
jekyll-feed (~> 0.6)
72-
kramdown-parser-gfm
7374
minima (~> 2.0)
7475
tzinfo-data
7576

0 commit comments

Comments
 (0)