File tree Expand file tree Collapse file tree 2 files changed +37
-35
lines changed Expand file tree Collapse file tree 2 files changed +37
-35
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ruby RUBY_VERSION
9
9
#
10
10
# This will help ensure the proper Jekyll version is running.
11
11
# Happy Jekylling!
12
- gem "jekyll" , "3.8.5 "
12
+ gem "jekyll" , "~> 4.0.0 "
13
13
14
14
15
15
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
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 )
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
- concurrent-ruby (1.1.3 )
7
+ concurrent-ruby (1.1.6 )
8
8
em-websocket (0.5.1 )
9
9
eventmachine (>= 0.12.9 )
10
10
http_parser.rb (~> 0.6.0 )
11
11
eventmachine (1.2.7 )
12
- ffi (1.9.25 )
12
+ ffi (1.12.2 )
13
13
forwardable-extended (2.6.0 )
14
14
http_parser.rb (0.6.0 )
15
- i18n (0.9.5 )
15
+ i18n (1.8.2 )
16
16
concurrent-ruby (~> 1.0 )
17
- jekyll (3.8.5 )
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 )
30
- jekyll-feed (0.11.0 )
31
- jekyll (~> 3.3 )
32
- jekyll-sass-converter (1.5.2 )
33
- sass (~> 3.4 )
34
- jekyll-watch (2.1.2 )
31
+ terminal-table (~> 1.8 )
32
+ jekyll-feed (0.13.0 )
33
+ jekyll (>= 3.7 , < 5.0 )
34
+ jekyll-sass-converter (2.1.0 )
35
+ sassc (> 2.0.1 , < 3.0 )
36
+ jekyll-watch (2.2.1 )
35
37
listen (~> 3.0 )
36
- kramdown (1.17.0 )
37
- liquid (4.0.1 )
38
- listen (3.1.5 )
39
- rb-fsevent (~> 0.9 , >= 0.9.4 )
40
- rb-inotify (~> 0.9 , >= 0.9.7 )
41
- ruby_dep (~> 1.2 )
38
+ kramdown (2.1.0 )
39
+ kramdown-parser-gfm (1.1.0 )
40
+ kramdown (~> 2.0 )
41
+ liquid (4.0.3 )
42
+ listen (3.2.1 )
43
+ rb-fsevent (~> 0.10 , >= 0.10.3 )
44
+ rb-inotify (~> 0.9 , >= 0.9.10 )
42
45
mercenary (0.3.6 )
43
46
pathutil (0.16.2 )
44
47
forwardable-extended (~> 2.6 )
45
- public_suffix (3 .0.3 )
48
+ public_suffix (4 .0.3 )
46
49
rb-fsevent (0.10.3 )
47
- rb-inotify (0.9.10 )
48
- ffi (>= 0.5.0 , < 2 )
49
- rouge (3.3.0 )
50
- ruby_dep (1.5.0 )
51
- safe_yaml (1.0.4 )
52
- sass (3.7.2 )
53
- sass-listen (~> 4.0.0 )
54
- sass-listen (4.0.0 )
55
- rb-fsevent (~> 0.9 , >= 0.9.4 )
56
- rb-inotify (~> 0.9 , >= 0.9.7 )
50
+ rb-inotify (0.10.1 )
51
+ ffi (~> 1.0 )
52
+ rouge (3.17.0 )
53
+ safe_yaml (1.0.5 )
54
+ sassc (2.2.1 )
55
+ ffi (~> 1.9 )
56
+ terminal-table (1.8.0 )
57
+ unicode-display_width (~> 1.1 , >= 1.1.1 )
58
+ unicode-display_width (1.7.0 )
57
59
58
60
PLATFORMS
59
61
ruby
60
62
61
63
DEPENDENCIES
62
- jekyll (= 3.8.5 )
64
+ jekyll (~> 4.0.0 )
63
65
jekyll-feed (~> 0.6 )
64
66
tzinfo-data
65
67
66
68
RUBY VERSION
67
69
ruby 2.6.0p0
68
70
69
71
BUNDLED WITH
70
- 1.17.3
72
+ 2.1.4
You can’t perform that action at this time.
0 commit comments