Skip to content

Commit 343bc2f

Browse files
author
cnlee1702
committed
Add gemfile
1 parent 85f01dc commit 343bc2f

2 files changed

Lines changed: 57 additions & 0 deletions

File tree

Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# frozen_string_literal: true
2+
source "https://rubygems.org"
3+
4+
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
5+
6+
gem "jekyll"

Gemfile.lock

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.5.1)
5+
public_suffix (~> 2.0, >= 2.0.2)
6+
colorator (1.1.0)
7+
ffi (1.9.18)
8+
forwardable-extended (2.6.0)
9+
jekyll (3.5.2)
10+
addressable (~> 2.4)
11+
colorator (~> 1.0)
12+
jekyll-sass-converter (~> 1.0)
13+
jekyll-watch (~> 1.1)
14+
kramdown (~> 1.3)
15+
liquid (~> 4.0)
16+
mercenary (~> 0.3.3)
17+
pathutil (~> 0.9)
18+
rouge (~> 1.7)
19+
safe_yaml (~> 1.0)
20+
jekyll-sass-converter (1.5.0)
21+
sass (~> 3.4)
22+
jekyll-watch (1.5.0)
23+
listen (~> 3.0, < 3.1)
24+
kramdown (1.14.0)
25+
liquid (4.0.0)
26+
listen (3.0.8)
27+
rb-fsevent (~> 0.9, >= 0.9.4)
28+
rb-inotify (~> 0.9, >= 0.9.7)
29+
mercenary (0.3.6)
30+
pathutil (0.14.0)
31+
forwardable-extended (~> 2.6)
32+
public_suffix (2.0.5)
33+
rb-fsevent (0.10.2)
34+
rb-inotify (0.9.10)
35+
ffi (>= 0.5.0, < 2)
36+
rouge (1.11.1)
37+
safe_yaml (1.0.4)
38+
sass (3.5.1)
39+
sass-listen (~> 4.0.0)
40+
sass-listen (4.0.0)
41+
rb-fsevent (~> 0.9, >= 0.9.4)
42+
rb-inotify (~> 0.9, >= 0.9.7)
43+
44+
PLATFORMS
45+
ruby
46+
47+
DEPENDENCIES
48+
jekyll
49+
50+
BUNDLED WITH
51+
1.15.3

0 commit comments

Comments
 (0)