Update pygments. Solves #225 #490 #517

This commit is contained in:
bootstraponline
2012-09-25 21:36:37 -06:00
parent 12403172ac
commit c0c77c5ba7
+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.0", "< 1.0.0"])
s.add_dependency('github-markdown')
s.add_dependency('pygments.rb', "~> 0.2.0")
s.add_dependency('pygments.rb', "~> 0.3.0")
s.add_dependency('escape_utils', "0.2.4")
s.add_dependency('sinatra', "~> 1.0")
s.add_dependency('mustache', [">= 0.11.2", "< 1.0.0"])