File tree 2 files changed +17
-11
lines changed
2 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,6 @@ gem 'ffi', '~> 1.13.1'
3
3
gem 'jekyll' , '~> 4.2.2'
4
4
gem 'jekyll-sitemap'
5
5
gem 'kramdown' , '~> 2.3.1'
6
+ gem "webrick" , "~> 1.8"
6
7
gem 'rouge'
8
+
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.8.0 )
5
- public_suffix (>= 2.0.2 , < 5 .0 )
4
+ addressable (2.8.7 )
5
+ public_suffix (>= 2.0.2 , < 7 .0 )
6
6
colorator (1.1.0 )
7
- concurrent-ruby (1.1.10 )
7
+ concurrent-ruby (1.3.3 )
8
8
em-websocket (0.5.3 )
9
9
eventmachine (>= 0.12.9 )
10
10
http_parser.rb (~> 0 )
11
11
eventmachine (1.2.7 )
12
12
ffi (1.13.1 )
13
13
forwardable-extended (2.6.0 )
14
14
http_parser.rb (0.8.0 )
15
- i18n (1.12.0 )
15
+ i18n (1.14.5 )
16
16
concurrent-ruby (~> 1.0 )
17
17
jekyll (4.2.2 )
18
18
addressable (~> 2.4 )
39
39
rexml
40
40
kramdown-parser-gfm (1.1.0 )
41
41
kramdown (~> 2.0 )
42
- liquid (4.0.3 )
43
- listen (3.7.1 )
42
+ liquid (4.0.4 )
43
+ listen (3.9.0 )
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 (4 .0.7 )
50
- rb-fsevent (0.11.1 )
51
- rb-inotify (0.10 .1 )
49
+ public_suffix (6 .0.1 )
50
+ rb-fsevent (0.11.2 )
51
+ rb-inotify (0.11 .1 )
52
52
ffi (~> 1.0 )
53
- rexml (3.2.5 )
53
+ rexml (3.3.2 )
54
+ strscan
54
55
rouge (3.30.0 )
55
56
safe_yaml (1.0.5 )
56
57
sassc (2.4.0 )
57
58
ffi (~> 1.9 )
59
+ strscan (3.1.0 )
58
60
terminal-table (2.0.0 )
59
61
unicode-display_width (~> 1.1 , >= 1.1.1 )
60
62
unicode-display_width (1.8.0 )
63
+ webrick (1.8.1 )
61
64
62
65
PLATFORMS
63
66
ruby
@@ -68,6 +71,7 @@ DEPENDENCIES
68
71
jekyll-sitemap
69
72
kramdown (~> 2.3.1 )
70
73
rouge
74
+ webrick (~> 1.8 )
71
75
72
76
BUNDLED WITH
73
- 2.3.7
77
+ 2.4.20
You can’t perform that action at this time.
0 commit comments