Skip to content

Commit 141b30b

Browse files
Uprev Jekyll
1 parent 72277a3 commit 141b30b

File tree

2 files changed

+30
-20
lines changed

2 files changed

+30
-20
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
ruby RUBY_VERSION
33

4-
gem "jekyll", "3.3.1"
4+
gem "jekyll", "3.8.5"
55

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

Gemfile.lock

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,40 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.2)
4+
addressable (2.6.0)
55
public_suffix (>= 2.0.2, < 4.0)
66
colorator (1.1.0)
7-
ffi (1.9.23)
7+
concurrent-ruby (1.1.5)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
ffi (1.11.1)
813
forwardable-extended (2.6.0)
9-
jekyll (3.3.1)
14+
http_parser.rb (0.6.0)
15+
i18n (0.9.5)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (3.8.5)
1018
addressable (~> 2.4)
1119
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 0.7)
1222
jekyll-sass-converter (~> 1.0)
13-
jekyll-watch (~> 1.1)
14-
kramdown (~> 1.3)
15-
liquid (~> 3.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 1.14)
25+
liquid (~> 4.0)
1626
mercenary (~> 0.3.3)
1727
pathutil (~> 0.9)
18-
rouge (~> 1.7)
28+
rouge (>= 1.7, < 4)
1929
safe_yaml (~> 1.0)
2030
jekyll-feed (0.9.3)
2131
jekyll (~> 3.3)
2232
jekyll-sass-converter (1.5.2)
2333
sass (~> 3.4)
24-
jekyll-watch (1.5.1)
34+
jekyll-watch (2.2.1)
2535
listen (~> 3.0)
26-
kramdown (1.16.2)
27-
liquid (3.0.6)
36+
kramdown (1.17.0)
37+
liquid (4.0.3)
2838
listen (3.1.5)
2939
rb-fsevent (~> 0.9, >= 0.9.4)
3040
rb-inotify (~> 0.9, >= 0.9.7)
@@ -33,18 +43,18 @@ GEM
3343
minima (2.1.1)
3444
jekyll (~> 3.3)
3545
multi_json (1.13.1)
36-
pathutil (0.16.1)
46+
pathutil (0.16.2)
3747
forwardable-extended (~> 2.6)
38-
public_suffix (3.0.2)
48+
public_suffix (3.0.3)
3949
pygments.rb (1.2.1)
4050
multi_json (>= 1.0.0)
4151
rb-fsevent (0.10.3)
42-
rb-inotify (0.9.10)
43-
ffi (>= 0.5.0, < 2)
44-
rouge (1.11.1)
52+
rb-inotify (0.10.0)
53+
ffi (~> 1.0)
54+
rouge (3.3.0)
4555
ruby_dep (1.5.0)
46-
safe_yaml (1.0.4)
47-
sass (3.5.6)
56+
safe_yaml (1.0.5)
57+
sass (3.7.4)
4858
sass-listen (~> 4.0.0)
4959
sass-listen (4.0.0)
5060
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -54,7 +64,7 @@ PLATFORMS
5464
ruby
5565

5666
DEPENDENCIES
57-
jekyll (= 3.3.1)
67+
jekyll (= 3.8.5)
5868
jekyll-feed (~> 0.6)
5969
minima (~> 2.0)
6070
pygments.rb (~> 1.2, >= 1.2.1)
@@ -63,4 +73,4 @@ RUBY VERSION
6373
ruby 2.5.1p57
6474

6575
BUNDLED WITH
66-
1.16.1
76+
1.16.2

0 commit comments

Comments
 (0)