File tree 3 files changed +26
-21
lines changed
3 files changed +26
-21
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ Thumbs.db
10
10
.rvmrc
11
11
12
12
.jekyll-metadata
13
+ .jekyll-cache
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
gem 'wdm' , '>= 0.1.0' if Gem . win_platform?
3
- gem "jekyll" , "~> 3.1"
3
+ gem "jekyll"
4
4
gem "jekyll-sitemap"
5
5
gem "jekyll-paginate"
6
6
gem "pygments.rb"
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.6 .0 )
5
- public_suffix (>= 2.0.2 , < 4 .0 )
4
+ addressable (2.7 .0 )
5
+ public_suffix (>= 2.0.2 , < 5 .0 )
6
6
colorator (1.1.0 )
7
7
concurrent-ruby (1.1.5 )
8
8
em-websocket (0.5.1 )
12
12
ffi (1.11.1-x64-mingw32 )
13
13
forwardable-extended (2.6.0 )
14
14
http_parser.rb (0.6.0 )
15
- i18n (0.9.5 )
15
+ i18n (1.6.0 )
16
16
concurrent-ruby (~> 1.0 )
17
- jekyll (3.8.6 )
17
+ jekyll (4.0.0 )
18
18
addressable (~> 2.4 )
19
19
colorator (~> 1.0 )
20
20
em-websocket (~> 0.5 )
21
- i18n (~> 0.7 )
22
- jekyll-sass-converter (~> 1 .0 )
21
+ i18n (>= 0.9.5 , < 2 )
22
+ jekyll-sass-converter (~> 2 .0 )
23
23
jekyll-watch (~> 2.0 )
24
- kramdown (~> 1.14 )
24
+ kramdown (~> 2.1 )
25
+ kramdown-parser-gfm (~> 1.0 )
25
26
liquid (~> 4.0 )
26
27
mercenary (~> 0.3.3 )
27
28
pathutil (~> 0.9 )
28
- rouge (>= 1.7 , < 4 )
29
+ rouge (~> 3.0 )
29
30
safe_yaml (~> 1.0 )
31
+ terminal-table (~> 1.8 )
30
32
jekyll-paginate (1.1.0 )
31
- jekyll-sass-converter (1.5.2 )
32
- sass ( ~> 3.4 )
33
+ jekyll-sass-converter (2.0.1 )
34
+ sassc ( > 2.0.1 , < 3.0 )
33
35
jekyll-sitemap (1.3.1 )
34
36
jekyll (>= 3.7 , < 5.0 )
35
37
jekyll-watch (2.2.1 )
36
38
listen (~> 3.0 )
37
- kramdown (1.17.0 )
39
+ kramdown (2.1.0 )
40
+ kramdown-parser-gfm (1.1.0 )
41
+ kramdown (~> 2.0 )
38
42
liquid (4.0.3 )
39
43
listen (3.1.5 )
40
44
rb-fsevent (~> 0.9 , >= 0.9.4 )
44
48
multi_json (1.13.1 )
45
49
pathutil (0.16.2 )
46
50
forwardable-extended (~> 2.6 )
47
- public_suffix (3.1 .1 )
51
+ public_suffix (4.0 .1 )
48
52
pygments.rb (1.2.1 )
49
53
multi_json (>= 1.0.0 )
50
54
rb-fsevent (0.10.3 )
51
55
rb-inotify (0.10.0 )
52
56
ffi (~> 1.0 )
53
- rouge (3.8 .0 )
57
+ rouge (3.11 .0 )
54
58
ruby_dep (1.5.0 )
55
59
safe_yaml (1.0.5 )
56
- sass (3.7.4 )
57
- sass-listen (~> 4.0.0 )
58
- sass-listen (4.0.0 )
59
- rb-fsevent (~> 0.9 , >= 0.9.4 )
60
- rb-inotify (~> 0.9 , >= 0.9.7 )
60
+ sassc (2.2.1-x64-mingw32 )
61
+ ffi (~> 1.9 )
62
+ terminal-table (1.8.0 )
63
+ unicode-display_width (~> 1.1 , >= 1.1.1 )
61
64
tzinfo (2.0.0 )
62
65
concurrent-ruby (~> 1.0 )
63
- tzinfo-data (1.2019.2 )
66
+ tzinfo-data (1.2019.3 )
64
67
tzinfo (>= 1.0.0 )
68
+ unicode-display_width (1.6.0 )
65
69
wdm (0.1.1 )
66
70
67
71
PLATFORMS
68
72
x64-mingw32
69
73
70
74
DEPENDENCIES
71
- jekyll ( ~> 3.1 )
75
+ jekyll
72
76
jekyll-paginate
73
77
jekyll-sitemap
74
78
pygments.rb
You can’t perform that action at this time.
0 commit comments