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

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
0.4.1 and 0.4.2 break gollum's tests
  • Loading branch information
bootstraponline committed Feb 26, 2013
1 parent 3ee6d22 commit e1ca392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gollum.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency('grit', '~> 2.5.0')
s.add_dependency('github-markup', ['>= 0.7.5', '< 1.0.0'])
s.add_dependency('github-markdown', '~> 0.5.3')
s.add_dependency('pygments.rb', '~> 0.4.2')
s.add_dependency('pygments.rb', '0.3.7')
s.add_dependency('sinatra', '~> 1.3.4')
s.add_dependency('mustache', ['>= 0.99.4', '< 1.0.0'])
s.add_dependency('sanitize', '~> 2.0.3')
Expand Down

0 comments on commit e1ca392

Please sign in to comment.