mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Backend: Update Kramdown Version
Use a newer version of Kramdown to workaround a parsing bug.
This commit is contained in:
parent
24a2e35ccd
commit
ace49c88c2
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -19,7 +19,7 @@ group :development do
|
||||||
gem 'jekyll', '~>1.3.0'
|
gem 'jekyll', '~>1.3.0'
|
||||||
gem 'json'
|
gem 'json'
|
||||||
gem 'less'
|
gem 'less'
|
||||||
gem 'kramdown'
|
gem 'kramdown', '~>1.6.0'
|
||||||
gem 'RedCloth'
|
gem 'RedCloth'
|
||||||
gem 'therubyracer' # required by less
|
gem 'therubyracer' # required by less
|
||||||
end
|
end
|
||||||
|
|
|
@ -36,7 +36,7 @@ GEM
|
||||||
redcarpet (~> 2.3.0)
|
redcarpet (~> 2.3.0)
|
||||||
safe_yaml (~> 0.9.7)
|
safe_yaml (~> 0.9.7)
|
||||||
json (1.8.1)
|
json (1.8.1)
|
||||||
kramdown (1.3.3)
|
kramdown (1.6.0)
|
||||||
less (2.4.0)
|
less (2.4.0)
|
||||||
commonjs (~> 0.2.7)
|
commonjs (~> 0.2.7)
|
||||||
libv8 (3.16.14.3)
|
libv8 (3.16.14.3)
|
||||||
|
@ -82,6 +82,6 @@ DEPENDENCIES
|
||||||
html-proofer
|
html-proofer
|
||||||
jekyll (~> 1.3.0)
|
jekyll (~> 1.3.0)
|
||||||
json
|
json
|
||||||
kramdown
|
kramdown (~> 1.6.0)
|
||||||
less
|
less
|
||||||
therubyracer
|
therubyracer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue