File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ gem 'kramdown'
6
6
# jekyll depends on kramdown-parser-gfm, but fails to declare it
7
7
gem 'kramdown-parser-gfm'
8
8
# Pin to the version used on GitHub Pages
9
- gem 'jekyll' , 3.9
9
+ gem 'jekyll' , '~> 3'
10
10
gem 'jekyll-redirect-from'
11
11
12
12
# For testing output
Original file line number Diff line number Diff line change 5
5
public_suffix (>= 2.0.2 , < 7.0 )
6
6
colorator (1.1.0 )
7
7
concurrent-ruby (1.3.4 )
8
+ csv (3.3.0 )
8
9
em-websocket (0.5.3 )
9
10
eventmachine (>= 0.12.9 )
10
11
http_parser.rb (~> 0 )
25
26
yell (~> 2.0 )
26
27
zeitwerk (~> 2.5 )
27
28
http_parser.rb (0.8.0 )
28
- i18n (0.9 .5 )
29
+ i18n (1.14 .5 )
29
30
concurrent-ruby (~> 1.0 )
30
- jekyll (3.9 .0 )
31
+ jekyll (3.10 .0 )
31
32
addressable (~> 2.4 )
32
33
colorator (~> 1.0 )
34
+ csv (~> 3.0 )
33
35
em-websocket (~> 0.5 )
34
- i18n (~> 0.7 )
36
+ i18n (>= 0.7 , < 2 )
35
37
jekyll-sass-converter (~> 1.0 )
36
38
jekyll-watch (~> 2.0 )
37
39
kramdown (>= 1.17 , < 3 )
40
42
pathutil (~> 0.9 )
41
43
rouge (>= 1.7 , < 4 )
42
44
safe_yaml (~> 1.0 )
45
+ webrick (>= 1.0 )
43
46
jekyll-redirect-from (0.16.0 )
44
47
jekyll (>= 3.3 , < 5.0 )
45
48
jekyll-sass-converter (1.5.2 )
@@ -97,7 +100,7 @@ PLATFORMS
97
100
98
101
DEPENDENCIES
99
102
html-proofer (~> 4 )
100
- jekyll (= 3.9 )
103
+ jekyll (~> 3 )
101
104
jekyll-redirect-from
102
105
kramdown
103
106
kramdown-parser-gfm
You can’t perform that action at this time.
0 commit comments