Skip to content

Commit 0a3e534

Browse files
committed
Setup a Gemfile
1 parent 0f97ae4 commit 0a3e534

File tree

2 files changed

+86
-0
lines changed

2 files changed

+86
-0
lines changed

Gemfile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
12+
# gem "github-pages", group: :jekyll_plugins
13+
14+
# To upgrade, run `bundle update`.
15+
16+
gem "jekyll", "~> 3"
17+
gem "kramdown-parser-gfm"
18+
gem "webrick", "~> 1.7"

Gemfile.lock

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.1)
5+
public_suffix (>= 2.0.2, < 6.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 (0.9.5)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (3.9.2)
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.17, < 3)
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-sass-converter (1.5.2)
31+
sass (~> 3.4)
32+
jekyll-watch (2.2.1)
33+
listen (~> 3.0)
34+
kramdown (2.4.0)
35+
rexml
36+
kramdown-parser-gfm (1.1.0)
37+
kramdown (~> 2.0)
38+
liquid (4.0.4)
39+
listen (3.8.0)
40+
rb-fsevent (~> 0.10, >= 0.10.3)
41+
rb-inotify (~> 0.9, >= 0.9.10)
42+
mercenary (0.3.6)
43+
pathutil (0.16.2)
44+
forwardable-extended (~> 2.6)
45+
public_suffix (5.0.1)
46+
rb-fsevent (0.11.2)
47+
rb-inotify (0.10.1)
48+
ffi (~> 1.0)
49+
rexml (3.2.5)
50+
rouge (3.30.0)
51+
safe_yaml (1.0.5)
52+
sass (3.7.4)
53+
sass-listen (~> 4.0.0)
54+
sass-listen (4.0.0)
55+
rb-fsevent (~> 0.9, >= 0.9.4)
56+
rb-inotify (~> 0.9, >= 0.9.7)
57+
webrick (1.7.0)
58+
59+
PLATFORMS
60+
arm64-darwin-21
61+
62+
DEPENDENCIES
63+
jekyll (~> 3)
64+
kramdown-parser-gfm
65+
webrick (~> 1.7)
66+
67+
BUNDLED WITH
68+
2.3.7

0 commit comments

Comments
 (0)