Skip to content

Commit 0c78891

Browse files
committed
Add Gemfile.lock to manage gem dependencies for Jekyll project
1 parent 7b9faae commit 0c78891

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

docs/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.8)
5+
public_suffix (>= 2.0.2, < 8.0)
6+
base64 (0.3.0)
7+
colorator (1.1.0)
8+
concurrent-ruby (1.3.5)
9+
csv (3.3.5)
10+
em-websocket (0.5.3)
11+
eventmachine (>= 0.12.9)
12+
http_parser.rb (~> 0)
13+
eventmachine (1.2.7)
14+
ffi (1.17.2-x86_64-linux-gnu)
15+
forwardable-extended (2.6.0)
16+
http_parser.rb (0.8.0)
17+
i18n (1.14.7)
18+
concurrent-ruby (~> 1.0)
19+
jekyll (4.4.1)
20+
addressable (~> 2.4)
21+
base64 (~> 0.2)
22+
colorator (~> 1.0)
23+
csv (~> 3.0)
24+
em-websocket (~> 0.5)
25+
i18n (~> 1.0)
26+
jekyll-sass-converter (>= 2.0, < 4.0)
27+
jekyll-watch (~> 2.0)
28+
json (~> 2.6)
29+
kramdown (~> 2.3, >= 2.3.1)
30+
kramdown-parser-gfm (~> 1.0)
31+
liquid (~> 4.0)
32+
mercenary (~> 0.3, >= 0.3.6)
33+
pathutil (~> 0.9)
34+
rouge (>= 3.0, < 5.0)
35+
safe_yaml (~> 1.0)
36+
terminal-table (>= 1.8, < 4.0)
37+
webrick (~> 1.7)
38+
jekyll-include-cache (0.2.1)
39+
jekyll (>= 3.7, < 5.0)
40+
jekyll-sass-converter (2.2.0)
41+
sassc (> 2.0.1, < 3.0)
42+
jekyll-seo-tag (2.8.0)
43+
jekyll (>= 3.8, < 5.0)
44+
jekyll-watch (2.2.1)
45+
listen (~> 3.0)
46+
json (2.17.1)
47+
just-the-docs (0.10.1)
48+
jekyll (>= 3.8.5)
49+
jekyll-include-cache
50+
jekyll-seo-tag (>= 2.0)
51+
rake (>= 12.3.1)
52+
kramdown (2.5.1)
53+
rexml (>= 3.3.9)
54+
kramdown-parser-gfm (1.1.0)
55+
kramdown (~> 2.0)
56+
liquid (4.0.4)
57+
listen (3.9.0)
58+
rb-fsevent (~> 0.10, >= 0.10.3)
59+
rb-inotify (~> 0.9, >= 0.9.10)
60+
mercenary (0.4.0)
61+
pathutil (0.16.2)
62+
forwardable-extended (~> 2.6)
63+
public_suffix (6.0.2)
64+
rake (13.3.1)
65+
rb-fsevent (0.11.2)
66+
rb-inotify (0.11.1)
67+
ffi (~> 1.0)
68+
rexml (3.4.4)
69+
rouge (4.6.1)
70+
safe_yaml (1.0.5)
71+
sassc (2.4.0)
72+
ffi (~> 1.9)
73+
terminal-table (3.0.2)
74+
unicode-display_width (>= 1.1.1, < 3)
75+
unicode-display_width (2.6.0)
76+
webrick (1.9.2)
77+
78+
PLATFORMS
79+
x86_64-linux
80+
81+
DEPENDENCIES
82+
jekyll
83+
jekyll-sass-converter (~> 2.0)
84+
just-the-docs
85+
86+
BUNDLED WITH
87+
2.3.27

0 commit comments

Comments
 (0)