File tree Expand file tree Collapse file tree 3 files changed +26
-26
lines changed Expand file tree Collapse file tree 3 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
1
_site
2
2
.sass-cache
3
3
.jekyll-metadata
4
+ .jekyll-cache
Original file line number Diff line number Diff line change @@ -8,13 +8,11 @@ source "https://rubygems.org"
8
8
#
9
9
# This will help ensure the proper Jekyll version is running.
10
10
# Happy Jekylling!
11
- gem "jekyll" , "~> 3.9.1 "
11
+ gem "jekyll" , "~> 4.2.0 "
12
12
13
13
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14
14
gem "minima" , "~> 2.0"
15
15
16
- gem "kramdown-parser-gfm"
17
-
18
16
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
19
17
# uncomment the line below. To upgrade, run `bundle update github-pages`.
20
18
# gem "github-pages", group: :jekyll_plugins
Original file line number Diff line number Diff line change 12
12
ffi (1.15.4 )
13
13
forwardable-extended (2.6.0 )
14
14
http_parser.rb (0.8.0 )
15
- i18n (0.9.5 )
15
+ i18n (1.8.11 )
16
16
concurrent-ruby (~> 1.0 )
17
- jekyll (3.9 .1 )
17
+ jekyll (4.2 .1 )
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 (~> 1.0 )
22
+ jekyll-sass-converter (~> 2 .0 )
23
23
jekyll-watch (~> 2.0 )
24
- kramdown (>= 1.17 , < 3 )
24
+ kramdown (~> 2.3 )
25
+ kramdown-parser-gfm (~> 1.0 )
25
26
liquid (~> 4.0 )
26
- mercenary (~> 0.3.3 )
27
+ mercenary (~> 0.4.0 )
27
28
pathutil (~> 0.9 )
28
- rouge (>= 1.7 , < 4 )
29
+ rouge (~> 3.0 )
29
30
safe_yaml (~> 1.0 )
30
- jekyll-feed (0.10.0 )
31
- jekyll (~> 3.3 )
32
- jekyll-sass-converter (1.5.2 )
33
- sass (~> 3.4 )
34
- jekyll-seo-tag (2.5.0 )
35
- jekyll (~> 3.3 )
31
+ terminal-table (~> 2.0 )
32
+ jekyll-feed (0.15.1 )
33
+ jekyll (>= 3.7 , < 5.0 )
34
+ jekyll-sass-converter (2.1.0 )
35
+ sassc (> 2.0.1 , < 3.0 )
36
+ jekyll-seo-tag (2.7.1 )
37
+ jekyll (>= 3.8 , < 5.0 )
36
38
jekyll-watch (2.2.1 )
37
39
listen (~> 3.0 )
38
40
kramdown (2.3.1 )
43
45
listen (3.7.0 )
44
46
rb-fsevent (~> 0.10 , >= 0.10.3 )
45
47
rb-inotify (~> 0.9 , >= 0.9.10 )
46
- mercenary (0.3.6 )
47
- minima (2.5.0 )
48
- jekyll (~> 3.5 )
48
+ mercenary (0.4.0 )
49
+ minima (2.5.1 )
50
+ jekyll (>= 3.5 , < 5.0 )
49
51
jekyll-feed (~> 0.9 )
50
52
jekyll-seo-tag (~> 2.1 )
51
53
pathutil (0.16.2 )
57
59
rexml (3.2.5 )
58
60
rouge (3.26.1 )
59
61
safe_yaml (1.0.5 )
60
- sass ( 3.7.4 )
61
- sass-listen (~> 4.0.0 )
62
- sass-listen ( 4 .0.0 )
63
- rb-fsevent (~> 0.9 , >= 0.9.4 )
64
- rb-inotify ( ~> 0.9 , >= 0.9.7 )
62
+ sassc ( 2.4.0 )
63
+ ffi (~> 1.9 )
64
+ terminal-table ( 2 .0.0 )
65
+ unicode-display_width (~> 1.1 , >= 1.1.1 )
66
+ unicode-display_width ( 1.8.0 )
65
67
66
68
PLATFORMS
67
69
ruby
68
70
69
71
DEPENDENCIES
70
- jekyll (~> 3.9.1 )
72
+ jekyll (~> 4.2.0 )
71
73
jekyll-feed (~> 0.6 )
72
- kramdown-parser-gfm
73
74
minima (~> 2.0 )
74
75
tzinfo-data
75
76
You can’t perform that action at this time.
0 commit comments