Merge pull request #319 from bootstraponline/looseObject

Fix LooseObjectError by upgrading to grit 2.5.
This commit is contained in:
Aman Gupta
2012-05-07 13:29:21 -07:00
+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")