Skip to content

Commit aee0da1

Browse files
Update jekyll to 4.2.0
1 parent 5685325 commit aee0da1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.1.1"
10+
gem "jekyll", "~> 4.2.0"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ GEM
2121
http_parser.rb (0.6.0-java)
2222
i18n (1.8.10)
2323
concurrent-ruby (~> 1.0)
24-
jekyll (4.1.1)
24+
jekyll (4.2.0)
2525
addressable (~> 2.4)
2626
colorator (~> 1.0)
2727
em-websocket (~> 0.5)
2828
i18n (~> 1.0)
2929
jekyll-sass-converter (~> 2.0)
3030
jekyll-watch (~> 2.0)
31-
kramdown (~> 2.1)
31+
kramdown (~> 2.3)
3232
kramdown-parser-gfm (~> 1.0)
3333
liquid (~> 4.0)
3434
mercenary (~> 0.4.0)
3535
pathutil (~> 0.9)
3636
rouge (~> 3.0)
3737
safe_yaml (~> 1.0)
38-
terminal-table (~> 1.8)
38+
terminal-table (~> 2.0)
3939
jekyll-feed (0.15.1)
4040
jekyll (>= 3.7, < 5.0)
4141
jekyll-sass-converter (2.1.0)
@@ -70,7 +70,7 @@ GEM
7070
ffi (~> 1.9)
7171
sassc (2.4.0-x64-mingw32)
7272
ffi (~> 1.9)
73-
terminal-table (1.8.0)
73+
terminal-table (2.0.0)
7474
unicode-display_width (~> 1.1, >= 1.1.1)
7575
thread_safe (0.3.6)
7676
thread_safe (0.3.6-java)
@@ -89,7 +89,7 @@ PLATFORMS
8989
x86-mswin32
9090

9191
DEPENDENCIES
92-
jekyll (~> 4.1.1)
92+
jekyll (~> 4.2.0)
9393
jekyll-feed (~> 0.12)
9494
minima (~> 2.5)
9595
tzinfo (~> 1.2)

0 commit comments

Comments
 (0)