File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: http://rubygems.org/
3
3
specs:
4
- addressable (2.8.7 )
5
- public_suffix (>= 2.0.2 , < 7 .0 )
4
+ addressable (2.8.0 )
5
+ public_suffix (>= 2.0.2 , < 5 .0 )
6
6
colorator (1.1.0 )
7
- concurrent-ruby (1.3.4 )
8
- em-websocket (0.5.3 )
7
+ concurrent-ruby (1.1.6 )
8
+ em-websocket (0.5.1 )
9
9
eventmachine (>= 0.12.9 )
10
- http_parser.rb (~> 0 )
10
+ http_parser.rb (~> 0.6.0 )
11
11
eventmachine (1.2.7 )
12
- ffi (1.17.0 )
12
+ ffi (1.13.1 )
13
13
forwardable-extended (2.6.0 )
14
- http_parser.rb (0.8 .0 )
15
- i18n (1.14.6 )
14
+ http_parser.rb (0.6 .0 )
15
+ i18n (1.8.3 )
16
16
concurrent-ruby (~> 1.0 )
17
17
jekyll (4.1.1 )
18
18
addressable (~> 2.4 )
31
31
terminal-table (~> 1.8 )
32
32
jekyll-redirect-from (0.15.0 )
33
33
jekyll (>= 3.3 , < 5.0 )
34
- jekyll-sass-converter (2.2 .0 )
34
+ jekyll-sass-converter (2.1 .0 )
35
35
sassc (> 2.0.1 , < 3.0 )
36
36
jekyll-watch (2.2.1 )
37
37
listen (~> 3.0 )
38
- kramdown (2.5 .1 )
39
- rexml ( >= 3.3.9 )
38
+ kramdown (2.3 .1 )
39
+ rexml
40
40
kramdown-parser-gfm (1.1.0 )
41
41
kramdown (~> 2.0 )
42
- liquid (4.0.4 )
43
- listen (3.9.0 )
42
+ liquid (4.0.3 )
43
+ listen (3.2.1 )
44
44
rb-fsevent (~> 0.10 , >= 0.10.3 )
45
45
rb-inotify (~> 0.9 , >= 0.9.10 )
46
46
mercenary (0.4.0 )
47
47
pathutil (0.16.2 )
48
48
forwardable-extended (~> 2.6 )
49
- public_suffix (5.1.1 )
50
- rb-fsevent (0.11.2 )
51
- rb-inotify (0.11 .1 )
49
+ public_suffix (4.0.6 )
50
+ rb-fsevent (0.10.4 )
51
+ rb-inotify (0.10 .1 )
52
52
ffi (~> 1.0 )
53
- rexml (3.3.9 )
54
- rouge (3.30 .0 )
53
+ rexml (3.2.5 )
54
+ rouge (3.21 .0 )
55
55
safe_yaml (1.0.5 )
56
56
sassc (2.4.0 )
57
57
ffi (~> 1.9 )
58
58
terminal-table (1.8.0 )
59
59
unicode-display_width (~> 1.1 , >= 1.1.1 )
60
- unicode-display_width (1.8 .0 )
60
+ unicode-display_width (1.7 .0 )
61
61
62
62
PLATFORMS
63
63
ruby
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Hosted by [Netlify](https://www.netlify.com/).
19
19
Requirements:
20
20
21
21
* ruby-2.6.2
22
- * jekyll 3.6.3
22
+ * jekyll 4.1.1
23
23
24
24
We recommend using [ rvm] ( https://rvm.io/ ) to manage your Ruby versions.
25
25
You can’t perform that action at this time.
0 commit comments