Update pygments.rb. Fixes #639

This commit is contained in:
bootstraponline
2013-02-26 18:57:34 -05:00
parent 78f5df5e56
commit 852ecdd1a9
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -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.3.7')
s.add_dependency('pygments.rb', '~> 0.4.2')
s.add_dependency('sinatra', '~> 1.3.4')
s.add_dependency('mustache', ['>= 0.99.4', '< 1.0.0'])
s.add_dependency('sanitize', '~> 2.0.3')