Skip to content

Commit 3452faa

Browse files
author
Phil Sturgeon
committed
Addeda basic gemfile to launch jekyll
1 parent 59c23ba commit 3452faa

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'rake'
4+
gem 'jekyll'

Gemfile.lock

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.0.5)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
ffi (1.9.25)
13+
forwardable-extended (2.6.0)
14+
http_parser.rb (0.6.0)
15+
i18n (0.9.5)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (3.8.3)
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.14)
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.0.0)
33+
listen (~> 3.0)
34+
kramdown (1.17.0)
35+
liquid (4.0.0)
36+
listen (3.1.5)
37+
rb-fsevent (~> 0.9, >= 0.9.4)
38+
rb-inotify (~> 0.9, >= 0.9.7)
39+
ruby_dep (~> 1.2)
40+
mercenary (0.3.6)
41+
pathutil (0.16.1)
42+
forwardable-extended (~> 2.6)
43+
public_suffix (3.0.2)
44+
rake (12.3.1)
45+
rb-fsevent (0.10.3)
46+
rb-inotify (0.9.10)
47+
ffi (>= 0.5.0, < 2)
48+
rouge (3.1.1)
49+
ruby_dep (1.5.0)
50+
safe_yaml (1.0.4)
51+
sass (3.5.6)
52+
sass-listen (~> 4.0.0)
53+
sass-listen (4.0.0)
54+
rb-fsevent (~> 0.9, >= 0.9.4)
55+
rb-inotify (~> 0.9, >= 0.9.7)
56+
57+
PLATFORMS
58+
ruby
59+
60+
DEPENDENCIES
61+
jekyll
62+
rake
63+
64+
BUNDLED WITH
65+
1.16.2

0 commit comments

Comments
 (0)