File tree 2 files changed +25
-21
lines changed
2 files changed +25
-21
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ source 'https://rubygems.org'
2
2
3
3
gem 'rake'
4
4
gem 'jekyll'
5
+
6
+ gem "webrick" , "~> 1.7"
Original file line number Diff line number Diff line change 4
4
addressable (2.8.0 )
5
5
public_suffix (>= 2.0.2 , < 5.0 )
6
6
colorator (1.1.0 )
7
- concurrent-ruby (1.1.5 )
8
- em-websocket (0.5.1 )
7
+ concurrent-ruby (1.1.10 )
8
+ em-websocket (0.5.3 )
9
9
eventmachine (>= 0.12.9 )
10
- http_parser.rb (~> 0.6.0 )
10
+ http_parser.rb (~> 0 )
11
11
eventmachine (1.2.7 )
12
- ffi (1.12.1 )
12
+ ffi (1.15.5 )
13
13
forwardable-extended (2.6.0 )
14
- http_parser.rb (0.6 .0 )
15
- i18n (1.8.2 )
14
+ http_parser.rb (0.8 .0 )
15
+ i18n (1.10.0 )
16
16
concurrent-ruby (~> 1.0 )
17
- jekyll (4.0.0 )
17
+ jekyll (4.2.2 )
18
18
addressable (~> 2.4 )
19
19
colorator (~> 1.0 )
20
20
em-websocket (~> 0.5 )
21
- i18n (>= 0.9.5 , < 2 )
21
+ i18n (~> 1.0 )
22
22
jekyll-sass-converter (~> 2.0 )
23
23
jekyll-watch (~> 2.0 )
24
- kramdown (~> 2.1 )
24
+ kramdown (~> 2.3 )
25
25
kramdown-parser-gfm (~> 1.0 )
26
26
liquid (~> 4.0 )
27
- mercenary (~> 0.3.3 )
27
+ mercenary (~> 0.4.0 )
28
28
pathutil (~> 0.9 )
29
29
rouge (~> 3.0 )
30
30
safe_yaml (~> 1.0 )
31
- terminal-table (~> 1.8 )
32
- jekyll-sass-converter (2.0.1 )
31
+ terminal-table (~> 2.0 )
32
+ jekyll-sass-converter (2.2.0 )
33
33
sassc (> 2.0.1 , < 3.0 )
34
34
jekyll-watch (2.2.1 )
35
35
listen (~> 3.0 )
36
- kramdown (2.3.1 )
36
+ kramdown (2.3.2 )
37
37
rexml
38
38
kramdown-parser-gfm (1.1.0 )
39
39
kramdown (~> 2.0 )
40
40
liquid (4.0.3 )
41
- listen (3.2 .1 )
41
+ listen (3.7 .1 )
42
42
rb-fsevent (~> 0.10 , >= 0.10.3 )
43
43
rb-inotify (~> 0.9 , >= 0.9.10 )
44
- mercenary (0.3.6 )
44
+ mercenary (0.4.0 )
45
45
pathutil (0.16.2 )
46
46
forwardable-extended (~> 2.6 )
47
47
public_suffix (4.0.6 )
48
- rake (13.0.1 )
49
- rb-fsevent (0.10.3 )
48
+ rake (13.0.6 )
49
+ rb-fsevent (0.11.1 )
50
50
rb-inotify (0.10.1 )
51
51
ffi (~> 1.0 )
52
52
rexml (3.2.5 )
53
- rouge (3.15 .0 )
53
+ rouge (3.28 .0 )
54
54
safe_yaml (1.0.5 )
55
- sassc (2.2.1 )
55
+ sassc (2.4.0 )
56
56
ffi (~> 1.9 )
57
- terminal-table (1.8 .0 )
57
+ terminal-table (2.0 .0 )
58
58
unicode-display_width (~> 1.1 , >= 1.1.1 )
59
- unicode-display_width (1.6.0 )
59
+ unicode-display_width (1.8.0 )
60
+ webrick (1.7.0 )
60
61
61
62
PLATFORMS
62
63
ruby
63
64
64
65
DEPENDENCIES
65
66
jekyll
66
67
rake
68
+ webrick (~> 1.7 )
67
69
68
70
BUNDLED WITH
69
71
2.1.4
You can’t perform that action at this time.
0 commit comments