Skip to content

Commit 190ffec

Browse files
committed
build: update dependencies.
1 parent 92c7967 commit 190ffec

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "http://rubygems.org"
2-
gem "kramdown", ">= 2.3.1"
3-
gem "jekyll", ">=4.2.0"
2+
gem "kramdown", ">= 2.4.0"
3+
gem "jekyll", ">=4.2.2"

Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
addressable (2.7.0)
4+
addressable (2.8.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.8)
8-
em-websocket (0.5.2)
7+
concurrent-ruby (1.1.10)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.15.0)
12+
ffi (1.15.5)
1313
forwardable-extended (2.6.0)
14-
http_parser.rb (0.6.0)
15-
i18n (1.8.10)
14+
http_parser.rb (0.8.0)
15+
i18n (1.12.0)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.0)
17+
jekyll (4.2.2)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
@@ -29,40 +29,40 @@ GEM
2929
rouge (~> 3.0)
3030
safe_yaml (~> 1.0)
3131
terminal-table (~> 2.0)
32-
jekyll-sass-converter (2.1.0)
32+
jekyll-sass-converter (2.2.0)
3333
sassc (> 2.0.1, < 3.0)
3434
jekyll-watch (2.2.1)
3535
listen (~> 3.0)
36-
kramdown (2.3.1)
36+
kramdown (2.4.0)
3737
rexml
3838
kramdown-parser-gfm (1.1.0)
3939
kramdown (~> 2.0)
4040
liquid (4.0.3)
41-
listen (3.5.1)
41+
listen (3.7.1)
4242
rb-fsevent (~> 0.10, >= 0.10.3)
4343
rb-inotify (~> 0.9, >= 0.9.10)
4444
mercenary (0.4.0)
4545
pathutil (0.16.2)
4646
forwardable-extended (~> 2.6)
47-
public_suffix (4.0.6)
48-
rb-fsevent (0.10.4)
47+
public_suffix (4.0.7)
48+
rb-fsevent (0.11.1)
4949
rb-inotify (0.10.1)
5050
ffi (~> 1.0)
5151
rexml (3.2.5)
52-
rouge (3.26.0)
52+
rouge (3.30.0)
5353
safe_yaml (1.0.5)
5454
sassc (2.4.0)
5555
ffi (~> 1.9)
5656
terminal-table (2.0.0)
5757
unicode-display_width (~> 1.1, >= 1.1.1)
58-
unicode-display_width (1.7.0)
58+
unicode-display_width (1.8.0)
5959

6060
PLATFORMS
6161
ruby
6262

6363
DEPENDENCIES
64-
jekyll (>= 4.2.0)
65-
kramdown (>= 2.3.1)
64+
jekyll (>= 4.2.2)
65+
kramdown (>= 2.4.0)
6666

6767
BUNDLED WITH
6868
2.1.4

0 commit comments

Comments
 (0)