Gemfile.lock

 1GEM
 2  remote: https://rubygems.org/
 3  specs:
 4    addressable (2.7.0)
 5      public_suffix (>= 2.0.2, < 5.0)
 6    colorator (1.1.0)
 7    concurrent-ruby (1.1.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.11.1)
13    forwardable-extended (2.6.0)
14    http_parser.rb (0.6.0)
15    i18n (0.9.5)
16      concurrent-ruby (~> 1.0)
17    jekyll (3.8.5)
18      addressable (~> 2.4)
19      colorator (~> 1.0)
20      em-websocket (~> 0.5)
21      i18n (~> 0.7)
22      jekyll-sass-converter (~> 1.0)
23      jekyll-watch (~> 2.0)
24      kramdown (~> 1.14)
25      liquid (~> 4.0)
26      mercenary (~> 0.3.3)
27      pathutil (~> 0.9)
28      rouge (>= 1.7, < 4)
29      safe_yaml (~> 1.0)
30    jekyll-compose (0.11.0)
31      jekyll (>= 3.7, < 5.0)
32    jekyll-paginate (1.1.0)
33    jekyll-sass-converter (1.5.2)
34      sass (~> 3.4)
35    jekyll-target-blank (1.1.1)
36      jekyll (~> 3.0)
37      nokogiri (~> 1.8.2)
38    jekyll-watch (2.2.1)
39      listen (~> 3.0)
40    kramdown (1.17.0)
41    liquid (4.0.3)
42    listen (3.2.0)
43      rb-fsevent (~> 0.10, >= 0.10.3)
44      rb-inotify (~> 0.9, >= 0.9.10)
45    mercenary (0.3.6)
46    mini_portile2 (2.3.0)
47    nokogiri (1.8.5)
48      mini_portile2 (~> 2.3.0)
49    pathutil (0.16.2)
50      forwardable-extended (~> 2.6)
51    public_suffix (4.0.1)
52    rb-fsevent (0.10.3)
53    rb-inotify (0.10.0)
54      ffi (~> 1.0)
55    rouge (3.12.0)
56    safe_yaml (1.0.5)
57    sass (3.7.2)
58      sass-listen (~> 4.0.0)
59    sass-listen (4.0.0)
60      rb-fsevent (~> 0.9, >= 0.9.4)
61      rb-inotify (~> 0.9, >= 0.9.7)
62
63PLATFORMS
64  ruby
65
66DEPENDENCIES
67  jekyll-compose
68  jekyll-paginate
69  jekyll-target-blank
70
71BUNDLED WITH
72   2.0.2