Bump pygments.rb to 0.6.0.

Closes #2504.
This commit is contained in:
Parker Moore 2014-06-12 00:40:15 -04:00
parent 202c459413
commit 8fb29a3af3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('classifier', "~> 1.3")
s.add_runtime_dependency('listen', [">= 2.7.6", "< 3.0.0"])
s.add_runtime_dependency('kramdown', "~> 1.3")
s.add_runtime_dependency('pygments.rb', "~> 0.5.0")
s.add_runtime_dependency('pygments.rb', "~> 0.6.0")
s.add_runtime_dependency('mercenary', "~> 0.3.3")
s.add_runtime_dependency('safe_yaml', "~> 1.0")
s.add_runtime_dependency('colorator', "~> 0.1")