Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 8924ceb

Browse files
add bundle requisites
1 parent a220c0d commit 8924ceb

File tree

2 files changed

+91
-0
lines changed

2 files changed

+91
-0
lines changed

Gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# frozen_string_literal: true
2+
3+
source "https://rubygems.org"
4+
5+
# gem "rails"
6+
7+
gem "jekyll", "~> 4.3"

Gemfile.lock

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.6)
5+
public_suffix (>= 2.0.2, < 6.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.2.3)
8+
em-websocket (0.5.3)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0)
11+
eventmachine (1.2.7)
12+
ffi (1.16.3)
13+
forwardable-extended (2.6.0)
14+
google-protobuf (3.25.3)
15+
google-protobuf (3.25.3-arm64-darwin)
16+
google-protobuf (3.25.3-x86_64-darwin)
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-sass-converter (3.0.0)
38+
sass-embedded (~> 1.54)
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.4)
46+
listen (3.9.0)
47+
rb-fsevent (~> 0.10, >= 0.10.3)
48+
rb-inotify (~> 0.9, >= 0.9.10)
49+
mercenary (0.4.0)
50+
pathutil (0.16.2)
51+
forwardable-extended (~> 2.6)
52+
public_suffix (5.0.5)
53+
rake (13.2.1)
54+
rb-fsevent (0.11.2)
55+
rb-inotify (0.11.1)
56+
ffi (~> 1.0)
57+
rexml (3.2.8)
58+
strscan (>= 3.0.9)
59+
rouge (4.2.1)
60+
safe_yaml (1.0.5)
61+
sass-embedded (1.69.5)
62+
google-protobuf (~> 3.23)
63+
rake (>= 13.0.0)
64+
sass-embedded (1.69.5-arm64-darwin)
65+
google-protobuf (~> 3.23)
66+
sass-embedded (1.69.5-x86_64-darwin)
67+
google-protobuf (~> 3.23)
68+
strscan (3.1.0)
69+
terminal-table (3.0.2)
70+
unicode-display_width (>= 1.1.1, < 3)
71+
unicode-display_width (2.5.0)
72+
webrick (1.8.1)
73+
74+
PLATFORMS
75+
arm64-darwin
76+
ruby
77+
x86_64-darwin
78+
x86_64-linux
79+
80+
DEPENDENCIES
81+
jekyll
82+
83+
BUNDLED WITH
84+
2.5.10

0 commit comments

Comments
 (0)