jekyll: add RedCloth dependency for textile support
This allows jekyll to be used with textile markup
This commit is contained in:
parent
68bd8e4a9d
commit
2131d401ea
@ -2,3 +2,4 @@ source "https://rubygems.org"
|
|||||||
|
|
||||||
gem 'jekyll'
|
gem 'jekyll'
|
||||||
gem 'rdiscount'
|
gem 'rdiscount'
|
||||||
|
gem 'RedCloth'
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
RedCloth (4.2.9)
|
||||||
blankslate (2.1.2.4)
|
blankslate (2.1.2.4)
|
||||||
celluloid (0.16.0)
|
celluloid (0.16.0)
|
||||||
timers (~> 4.0.0)
|
timers (~> 4.0.0)
|
||||||
@ -68,5 +69,9 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
RedCloth
|
||||||
jekyll
|
jekyll
|
||||||
rdiscount
|
rdiscount
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.10.6
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
{
|
{
|
||||||
|
"RedCloth" = {
|
||||||
|
version = "4.2.9";
|
||||||
|
source = {
|
||||||
|
type = "gem";
|
||||||
|
sha256 = "06pahxyrckhgb7alsxwhhlx1ib2xsx33793finj01jk8i054bkxl";
|
||||||
|
};
|
||||||
|
};
|
||||||
"blankslate" = {
|
"blankslate" = {
|
||||||
version = "2.1.2.4";
|
version = "2.1.2.4";
|
||||||
source = {
|
source = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user