File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2.4.3
2+
Original file line number Diff line number Diff line change @@ -3,4 +3,6 @@ source "https://rubygems.org"
33
44git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
55
6- gem "jekyll"
6+ gem "jekyll" , ">= 3.6.3"
7+ gem "ffi" , ">= 1.9.24"
8+
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4- addressable (2.5.1 )
5- public_suffix (~> 2.0 , >= 2.0.2 )
4+ addressable (2.5.2 )
5+ public_suffix (>= 2.0.2 , < 4.0 )
66 colorator (1.1.0 )
7- ffi (1.9.18 )
7+ concurrent-ruby (1.0.5 )
8+ em-websocket (0.5.1 )
9+ eventmachine (>= 0.12.9 )
10+ http_parser.rb (~> 0.6.0 )
11+ eventmachine (1.2.7 )
12+ ffi (1.9.25 )
813 forwardable-extended (2.6.0 )
9- jekyll (3.5.2 )
14+ http_parser.rb (0.6.0 )
15+ i18n (0.9.5 )
16+ concurrent-ruby (~> 1.0 )
17+ jekyll (3.8.4 )
1018 addressable (~> 2.4 )
1119 colorator (~> 1.0 )
20+ em-websocket (~> 0.5 )
21+ i18n (~> 0.7 )
1222 jekyll-sass-converter (~> 1.0 )
13- jekyll-watch (~> 1.1 )
14- kramdown (~> 1.3 )
23+ jekyll-watch (~> 2.0 )
24+ kramdown (~> 1.14 )
1525 liquid (~> 4.0 )
1626 mercenary (~> 0.3.3 )
1727 pathutil (~> 0.9 )
18- rouge (~> 1.7 )
28+ rouge (>= 1.7 , < 4 )
1929 safe_yaml (~> 1.0 )
20- jekyll-sass-converter (1.5.0 )
30+ jekyll-sass-converter (1.5.2 )
2131 sass (~> 3.4 )
22- jekyll-watch (1.5.0 )
23- listen (~> 3.0 , < 3.1 )
24- kramdown (1.14 .0 )
25- liquid (4.0.0 )
26- listen (3.0.8 )
32+ jekyll-watch (2.1.2 )
33+ listen (~> 3.0 )
34+ kramdown (1.17 .0 )
35+ liquid (4.0.1 )
36+ listen (3.1.5 )
2737 rb-fsevent (~> 0.9 , >= 0.9.4 )
2838 rb-inotify (~> 0.9 , >= 0.9.7 )
39+ ruby_dep (~> 1.2 )
2940 mercenary (0.3.6 )
30- pathutil (0.14.0 )
41+ pathutil (0.16.1 )
3142 forwardable-extended (~> 2.6 )
32- public_suffix (2 .0.5 )
33- rb-fsevent (0.10.2 )
43+ public_suffix (3 .0.3 )
44+ rb-fsevent (0.10.3 )
3445 rb-inotify (0.9.10 )
3546 ffi (>= 0.5.0 , < 2 )
36- rouge (1.11.1 )
47+ rouge (3.3.0 )
48+ ruby_dep (1.5.0 )
3749 safe_yaml (1.0.4 )
38- sass (3.5.1 )
50+ sass (3.6.0 )
3951 sass-listen (~> 4.0.0 )
4052 sass-listen (4.0.0 )
4153 rb-fsevent (~> 0.9 , >= 0.9.4 )
@@ -45,7 +57,8 @@ PLATFORMS
4557 ruby
4658
4759DEPENDENCIES
48- jekyll
60+ ffi (>= 1.9.24 )
61+ jekyll (>= 3.6.3 )
4962
5063BUNDLED WITH
51- 1.15.3
64+ 1.16.2
You can’t perform that action at this time.
0 commit comments