Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request gollum#319 from bootstraponline/looseObject
Browse files Browse the repository at this point in the history
Fix LooseObjectError by upgrading to grit 2.5.
  • Loading branch information
tmm1 committed May 7, 2012
2 parents dd7c2cc + 0dec522 commit 218c894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gollum.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 218c894

Please sign in to comment.