Skip to content

Commit 09b0937

Browse files
committed
Merge pull request cfpb#30 from TheConnMan/gemfile
Added a Gemfile
2 parents 7ef8e05 + 25c6374 commit 09b0937

File tree

3 files changed

+53
-4
lines changed

3 files changed

+53
-4
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+
gem 'jekyll'
3+
gem 'kramdown'
4+
gem 'pygments.rb'

Gemfile.lock

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
colorator (0.1)
5+
ffi (1.9.10)
6+
jekyll (3.0.0)
7+
colorator (~> 0.1)
8+
jekyll-sass-converter (~> 1.0)
9+
jekyll-watch (~> 1.1)
10+
kramdown (~> 1.3)
11+
liquid (~> 3.0)
12+
mercenary (~> 0.3.3)
13+
rouge (~> 1.7)
14+
safe_yaml (~> 1.0)
15+
jekyll-sass-converter (1.3.0)
16+
sass (~> 3.2)
17+
jekyll-watch (1.3.0)
18+
listen (~> 3.0)
19+
kramdown (1.9.0)
20+
liquid (3.0.6)
21+
listen (3.0.3)
22+
rb-fsevent (>= 0.9.3)
23+
rb-inotify (>= 0.9)
24+
mercenary (0.3.5)
25+
posix-spawn (0.3.11)
26+
pygments.rb (0.6.3)
27+
posix-spawn (~> 0.3.6)
28+
yajl-ruby (~> 1.2.0)
29+
rb-fsevent (0.9.6)
30+
rb-inotify (0.9.5)
31+
ffi (>= 0.5.0)
32+
rouge (1.10.1)
33+
safe_yaml (1.0.4)
34+
sass (3.4.19)
35+
yajl-ruby (1.2.1)
36+
37+
PLATFORMS
38+
ruby
39+
40+
DEPENDENCIES
41+
jekyll
42+
kramdown
43+
pygments.rb
44+
45+
BUNDLED WITH
46+
1.10.6

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ DOCter is a [Jekyll](http://jekyllrb.com/) template for quickly building out pro
88

99
## To run DOCter locally
1010

11-
Be sure to have Jekyll, Kramdown, and Pygments.rb installed.
11+
DOCter needs Jekyll, Kramdown, and Pygments.rb to run locally. These can be installed with Bundler by running the following commands.
1212

1313
```
14-
gem install jekyll
15-
gem install kramdown
16-
gem install pygments.rb
14+
gem install bundler
15+
bundle install
1716
```
1817

1918
Fork and clone the repo:

0 commit comments

Comments
 (0)