Downgrade to Maruku 0.6.0 to fix all the tests

This commit is contained in:
Parker Moore 2013-10-02 15:05:33 +00:00
parent cb8572fedb
commit 422b75ae39
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('liquid', "~> 2.5.2")
s.add_runtime_dependency('classifier', "~> 1.3")
s.add_runtime_dependency('directory_watcher', "~> 1.4.1")
s.add_runtime_dependency('maruku', "~> 0.5")
s.add_runtime_dependency('maruku', "~> 0.6.0")
s.add_runtime_dependency('pygments.rb', "~> 0.5.0")
s.add_runtime_dependency('commander', "~> 4.1.3")
s.add_runtime_dependency('safe_yaml', "~> 0.7.0")