Skip to content

Commit 3886a4c

Browse files
Gemfile line indents.
1 parent a3514c9 commit 3886a4c

File tree

2 files changed

+108
-1
lines changed

2 files changed

+108
-1
lines changed

docs/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ _site
33
.jekyll-cache
44
.jekyll-metadata
55
vendor
6-
Gemfile.lock
6+
#Gemfile.lock

docs/Gemfile.lock

+107
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.6)
5+
public_suffix (>= 2.0.2, < 6.0)
6+
cgi (0.4.1)
7+
colorator (1.1.0)
8+
concurrent-ruby (1.2.3)
9+
em-websocket (0.5.3)
10+
eventmachine (>= 0.12.9)
11+
http_parser.rb (~> 0)
12+
erb (4.0.4)
13+
cgi (>= 0.3.3)
14+
eventmachine (1.2.7)
15+
ffi (1.16.3)
16+
forwardable-extended (2.6.0)
17+
google-protobuf (3.25.3-x86_64-linux)
18+
http_parser.rb (0.8.0)
19+
i18n (1.14.5)
20+
concurrent-ruby (~> 1.0)
21+
jekyll (4.3.3)
22+
addressable (~> 2.4)
23+
colorator (~> 1.0)
24+
em-websocket (~> 0.5)
25+
i18n (~> 1.0)
26+
jekyll-sass-converter (>= 2.0, < 4.0)
27+
jekyll-watch (~> 2.0)
28+
kramdown (~> 2.3, >= 2.3.1)
29+
kramdown-parser-gfm (~> 1.0)
30+
liquid (~> 4.0)
31+
mercenary (>= 0.3.6, < 0.5)
32+
pathutil (~> 0.9)
33+
rouge (>= 3.0, < 5.0)
34+
safe_yaml (~> 1.0)
35+
terminal-table (>= 1.8, < 4.0)
36+
webrick (~> 1.7)
37+
jekyll-drawio (1.1.1)
38+
erb (>= 2.2, < 5.0)
39+
jekyll (~> 4.3)
40+
nokogiri (~> 1.12)
41+
jekyll-feed (0.17.0)
42+
jekyll (>= 3.7, < 5.0)
43+
jekyll-include-cache (0.2.1)
44+
jekyll (>= 3.7, < 5.0)
45+
jekyll-sass-converter (3.0.0)
46+
sass-embedded (~> 1.54)
47+
jekyll-seo-tag (2.8.0)
48+
jekyll (>= 3.8, < 5.0)
49+
jekyll-watch (2.2.1)
50+
listen (~> 3.0)
51+
just-the-docs (0.8.2)
52+
jekyll (>= 3.8.5)
53+
jekyll-include-cache
54+
jekyll-seo-tag (>= 2.0)
55+
rake (>= 12.3.1)
56+
kramdown (2.4.0)
57+
rexml
58+
kramdown-parser-gfm (1.1.0)
59+
kramdown (~> 2.0)
60+
liquid (4.0.4)
61+
listen (3.9.0)
62+
rb-fsevent (~> 0.10, >= 0.10.3)
63+
rb-inotify (~> 0.9, >= 0.9.10)
64+
mercenary (0.4.0)
65+
minima (2.5.1)
66+
jekyll (>= 3.5, < 5.0)
67+
jekyll-feed (~> 0.9)
68+
jekyll-seo-tag (~> 2.1)
69+
nokogiri (1.16.5-x86_64-linux)
70+
racc (~> 1.4)
71+
pathutil (0.16.2)
72+
forwardable-extended (~> 2.6)
73+
public_suffix (5.0.5)
74+
racc (1.8.0)
75+
rake (13.2.1)
76+
rb-fsevent (0.11.2)
77+
rb-inotify (0.11.1)
78+
ffi (~> 1.0)
79+
rexml (3.2.8)
80+
strscan (>= 3.0.9)
81+
rouge (4.2.1)
82+
safe_yaml (1.0.5)
83+
sass-embedded (1.69.5)
84+
google-protobuf (~> 3.23)
85+
rake (>= 13.0.0)
86+
strscan (3.1.0)
87+
terminal-table (3.0.2)
88+
unicode-display_width (>= 1.1.1, < 3)
89+
unicode-display_width (2.5.0)
90+
webrick (1.8.1)
91+
92+
PLATFORMS
93+
x86_64-linux
94+
95+
DEPENDENCIES
96+
http_parser.rb (~> 0.6.0)
97+
jekyll (~> 4.3.3)
98+
jekyll-drawio
99+
jekyll-feed (~> 0.12)
100+
just-the-docs
101+
minima (~> 2.5)
102+
tzinfo (>= 1, < 3)
103+
tzinfo-data
104+
wdm (~> 0.1.1)
105+
106+
BUNDLED WITH
107+
2.5.10

0 commit comments

Comments
 (0)