Skip to content

Commit 05b8a09

Browse files
Added gemfile.lock
1 parent acbf92f commit 05b8a09

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

Gemfile.lock

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.0)
5+
public_suffix (>= 2.0.2, < 5.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.1.10)
8+
em-websocket (0.5.3)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0)
11+
eventmachine (1.2.7)
12+
ffi (1.15.5)
13+
forwardable-extended (2.6.0)
14+
http_parser.rb (0.8.0)
15+
i18n (1.10.0)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (4.2.2)
18+
addressable (~> 2.4)
19+
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 1.0)
22+
jekyll-sass-converter (~> 2.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 2.3)
25+
kramdown-parser-gfm (~> 1.0)
26+
liquid (~> 4.0)
27+
mercenary (~> 0.4.0)
28+
pathutil (~> 0.9)
29+
rouge (~> 3.0)
30+
safe_yaml (~> 1.0)
31+
terminal-table (~> 2.0)
32+
jekyll-feed (0.16.0)
33+
jekyll (>= 3.7, < 5.0)
34+
jekyll-regex-replace (1.1.0)
35+
jekyll-sass-converter (2.2.0)
36+
sassc (> 2.0.1, < 3.0)
37+
jekyll-seo-tag (2.8.0)
38+
jekyll (>= 3.8, < 5.0)
39+
jekyll-watch (2.2.1)
40+
listen (~> 3.0)
41+
kramdown (2.4.0)
42+
rexml
43+
kramdown-parser-gfm (1.1.0)
44+
kramdown (~> 2.0)
45+
liquid (4.0.3)
46+
liquid-md5 (0.0.3)
47+
liquid (>= 2.5, < 5.0)
48+
listen (3.7.1)
49+
rb-fsevent (~> 0.10, >= 0.10.3)
50+
rb-inotify (~> 0.9, >= 0.9.10)
51+
mercenary (0.4.0)
52+
minima (2.5.1)
53+
jekyll (>= 3.5, < 5.0)
54+
jekyll-feed (~> 0.9)
55+
jekyll-seo-tag (~> 2.1)
56+
pathutil (0.16.2)
57+
forwardable-extended (~> 2.6)
58+
public_suffix (4.0.7)
59+
rake (12.3.3)
60+
rb-fsevent (0.11.1)
61+
rb-inotify (0.10.1)
62+
ffi (~> 1.0)
63+
rexml (3.2.5)
64+
rouge (3.29.0)
65+
safe_yaml (1.0.5)
66+
sassc (2.4.0)
67+
ffi (~> 1.9)
68+
terminal-table (2.0.0)
69+
unicode-display_width (~> 1.1, >= 1.1.1)
70+
unicode-display_width (1.8.0)
71+
webrick (1.7.0)
72+
73+
PLATFORMS
74+
x86_64-linux
75+
76+
DEPENDENCIES
77+
jekyll
78+
jekyll-feed (~> 0.6)
79+
jekyll-regex-replace
80+
liquid-md5
81+
minima (~> 2.5)
82+
rake (~> 12.3)
83+
tzinfo-data
84+
webrick
85+
86+
BUNDLED WITH
87+
2.3.17

0 commit comments

Comments
 (0)