Fix LooseObjectError by upgrading to grit 2.5. See https://github.com/mojombo/grit/issues/65

This commit is contained in:
bootstraponline
2012-05-07 14:26:48 -06:00
parent dd7c2cc7f6
commit 0dec522542
+1 -1
View File
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w[README.md LICENSE]
s.add_dependency('grit', "~> 2.4.1")
s.add_dependency('grit', "~> 2.5.0")
s.add_dependency('github-markup', [">= 0.7.0", "< 1.0.0"])
s.add_dependency('github-markdown')
s.add_dependency('pygments.rb', "~> 0.2.0")