File tree Expand file tree Collapse file tree 2 files changed +30
-20
lines changed Expand file tree Collapse file tree 2 files changed +30
-20
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
ruby RUBY_VERSION
3
3
4
- gem "jekyll" , "3.3.1 "
4
+ gem "jekyll" , "3.8.5 "
5
5
6
6
# This is the default theme for new Jekyll sites. You may change this to anything you like.
7
7
gem "minima" , "~> 2.0"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- addressable (2.5.2 )
4
+ addressable (2.6.0 )
5
5
public_suffix (>= 2.0.2 , < 4.0 )
6
6
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 )
8
13
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 )
10
18
addressable (~> 2.4 )
11
19
colorator (~> 1.0 )
20
+ em-websocket (~> 0.5 )
21
+ i18n (~> 0.7 )
12
22
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 )
16
26
mercenary (~> 0.3.3 )
17
27
pathutil (~> 0.9 )
18
- rouge (~> 1.7 )
28
+ rouge (>= 1.7 , < 4 )
19
29
safe_yaml (~> 1.0 )
20
30
jekyll-feed (0.9.3 )
21
31
jekyll (~> 3.3 )
22
32
jekyll-sass-converter (1.5.2 )
23
33
sass (~> 3.4 )
24
- jekyll-watch (1.5 .1 )
34
+ jekyll-watch (2.2 .1 )
25
35
listen (~> 3.0 )
26
- kramdown (1.16.2 )
27
- liquid (3 .0.6 )
36
+ kramdown (1.17.0 )
37
+ liquid (4 .0.3 )
28
38
listen (3.1.5 )
29
39
rb-fsevent (~> 0.9 , >= 0.9.4 )
30
40
rb-inotify (~> 0.9 , >= 0.9.7 )
33
43
minima (2.1.1 )
34
44
jekyll (~> 3.3 )
35
45
multi_json (1.13.1 )
36
- pathutil (0.16.1 )
46
+ pathutil (0.16.2 )
37
47
forwardable-extended (~> 2.6 )
38
- public_suffix (3.0.2 )
48
+ public_suffix (3.0.3 )
39
49
pygments.rb (1.2.1 )
40
50
multi_json (>= 1.0.0 )
41
51
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 )
45
55
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 )
48
58
sass-listen (~> 4.0.0 )
49
59
sass-listen (4.0.0 )
50
60
rb-fsevent (~> 0.9 , >= 0.9.4 )
@@ -54,7 +64,7 @@ PLATFORMS
54
64
ruby
55
65
56
66
DEPENDENCIES
57
- jekyll (= 3.3.1 )
67
+ jekyll (= 3.8.5 )
58
68
jekyll-feed (~> 0.6 )
59
69
minima (~> 2.0 )
60
70
pygments.rb (~> 1.2 , >= 1.2.1 )
@@ -63,4 +73,4 @@ RUBY VERSION
63
73
ruby 2.5.1p57
64
74
65
75
BUNDLED WITH
66
- 1.16.1
76
+ 1.16.2
You can’t perform that action at this time.
0 commit comments