File tree 2 files changed +23
-30
lines changed
2 files changed +23
-30
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'jekyll'
4
- gem 'kramdown'
3
+ # use the versions in https://pages.github.com/versions.json
4
+ gem 'jekyll' , '3.10.0'
5
+ gem 'kramdown' , '2.4.0'
Original file line number Diff line number Diff line change 3
3
specs:
4
4
addressable (2.8.7 )
5
5
public_suffix (>= 2.0.2 , < 7.0 )
6
- bigdecimal (3.1.8 )
7
6
colorator (1.1.0 )
8
7
concurrent-ruby (1.3.4 )
8
+ csv (3.3.0 )
9
9
em-websocket (0.5.3 )
10
10
eventmachine (>= 0.12.9 )
11
11
http_parser.rb (~> 0 )
12
12
eventmachine (1.2.7 )
13
13
ffi (1.17.0 )
14
14
forwardable-extended (2.6.0 )
15
- google-protobuf (4.28.2 )
16
- bigdecimal
17
- rake (>= 13 )
18
15
http_parser.rb (0.8.0 )
19
16
i18n (1.14.6 )
20
17
concurrent-ruby (~> 1.0 )
21
- jekyll (4.3.4 )
18
+ jekyll (3.10.0 )
22
19
addressable (~> 2.4 )
23
20
colorator (~> 1.0 )
21
+ csv (~> 3.0 )
24
22
em-websocket (~> 0.5 )
25
- i18n (~> 1.0 )
26
- jekyll-sass-converter (>= 2.0 , < 4 .0 )
23
+ i18n (>= 0.7 , < 2 )
24
+ jekyll-sass-converter (~> 1 .0 )
27
25
jekyll-watch (~> 2.0 )
28
- kramdown (~> 2.3 , >= 2.3.1 )
29
- kramdown-parser-gfm (~> 1.0 )
26
+ kramdown (>= 1.17 , < 3 )
30
27
liquid (~> 4.0 )
31
- mercenary (>= 0.3.6 , < 0.5 )
28
+ mercenary (~> 0.3.3 )
32
29
pathutil (~> 0.9 )
33
- rouge (>= 3.0 , < 5.0 )
30
+ rouge (>= 1.7 , < 4 )
34
31
safe_yaml (~> 1.0 )
35
- terminal-table (>= 1.8 , < 4.0 )
36
- webrick (~> 1.7 )
37
- jekyll-sass-converter (3.0.0 )
38
- sass-embedded (~> 1.54 )
32
+ webrick (>= 1.0 )
33
+ jekyll-sass-converter (1.5.2 )
34
+ sass (~> 3.4 )
39
35
jekyll-watch (2.2.1 )
40
36
listen (~> 3.0 )
41
37
kramdown (2.4.0 )
42
38
rexml
43
- kramdown-parser-gfm (1.1.0 )
44
- kramdown (~> 2.0 )
45
39
liquid (4.0.4 )
46
40
listen (3.9.0 )
47
41
rb-fsevent (~> 0.10 , >= 0.10.3 )
48
42
rb-inotify (~> 0.9 , >= 0.9.10 )
49
- mercenary (0.4.0 )
43
+ mercenary (0.3.6 )
50
44
pathutil (0.16.2 )
51
45
forwardable-extended (~> 2.6 )
52
46
public_suffix (6.0.1 )
53
- rake (13.2.1 )
54
47
rb-fsevent (0.11.2 )
55
48
rb-inotify (0.11.1 )
56
49
ffi (~> 1.0 )
57
50
rexml (3.3.7 )
58
- rouge (4.4 .0 )
51
+ rouge (3.30 .0 )
59
52
safe_yaml (1.0.5 )
60
- sass-embedded (1.79.3 )
61
- google-protobuf (~> 4.27 )
62
- rake (>= 13 )
63
- terminal-table (3.0.2 )
64
- unicode-display_width (>= 1.1.1 , < 3 )
65
- unicode-display_width (2.6.0 )
53
+ sass (3.7.4 )
54
+ sass-listen (~> 4.0.0 )
55
+ sass-listen (4.0.0 )
56
+ rb-fsevent (~> 0.9 , >= 0.9.4 )
57
+ rb-inotify (~> 0.9 , >= 0.9.7 )
66
58
webrick (1.8.2 )
67
59
68
60
PLATFORMS
69
61
ruby
70
62
71
63
DEPENDENCIES
72
- jekyll
73
- kramdown
64
+ jekyll ( = 3.10.0 )
65
+ kramdown ( = 2.4.0 )
74
66
75
67
BUNDLED WITH
76
68
2.5.3
You can’t perform that action at this time.
0 commit comments