Merge pull request #10102 from bdimcheff/add-textile-to-jekyll

jekyll: add RedCloth dependency for textile support
This commit is contained in:
Arseniy Seroka 2015-09-28 23:57:26 +03:00
commit e916273209
3 changed files with 13 additions and 0 deletions

View file

@ -2,3 +2,4 @@ source "https://rubygems.org"
gem 'jekyll'
gem 'rdiscount'
gem 'RedCloth'

View file

@ -1,6 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
blankslate (2.1.2.4)
celluloid (0.16.0)
timers (~> 4.0.0)
@ -68,5 +69,9 @@ PLATFORMS
ruby
DEPENDENCIES
RedCloth
jekyll
rdiscount
BUNDLED WITH
1.10.6

View file

@ -1,4 +1,11 @@
{
"RedCloth" = {
version = "4.2.9";
source = {
type = "gem";
sha256 = "06pahxyrckhgb7alsxwhhlx1ib2xsx33793finj01jk8i054bkxl";
};
};
"blankslate" = {
version = "2.1.2.4";
source = {