Add jekyll to Gemfile.
This commit is contained in:
parent
9842c8ff81
commit
14486f5912
|
@ -1,3 +1,6 @@
|
|||
.idea/
|
||||
.svn/
|
||||
.DS_Store
|
||||
_site/
|
||||
.bundle/
|
||||
.pairs
|
3
Gemfile
3
Gemfile
|
@ -1,5 +1,6 @@
|
|||
source :gemcutter
|
||||
|
||||
gem "rake", "0.8.7"
|
||||
gem "jekyll", "0.6.2"
|
||||
gem "json_pure", "~>1.4.3"
|
||||
gem "ragaskar-jsdoc_helper"
|
||||
gem "rake", "0.8.7"
|
||||
|
|
2
pages
2
pages
|
@ -1 +1 @@
|
|||
Subproject commit 123f1eaf387bce249266396a2615c5d99bfd17c6
|
||||
Subproject commit 127fa05a6d35e59d1630ee741d6d145894b1fb98
|
Loading…
Reference in New Issue