Bump pygments.rb version to 0.5.0

This commit is contained in:
Mort Yao 2013-05-09 13:51:13 +02:00 committed by Parker Moore
parent 3fbddc583c
commit 8d0543d54c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('directory_watcher', "~> 1.4.1")
s.add_runtime_dependency('maruku', "~> 0.5")
s.add_runtime_dependency('kramdown', "~> 1.0.2")
s.add_runtime_dependency('pygments.rb', "~> 0.4.2")
s.add_runtime_dependency('pygments.rb', "~> 0.5.0")
s.add_runtime_dependency('commander', "~> 4.1.3")
s.add_runtime_dependency('safe_yaml', "~> 0.7.0")
s.add_runtime_dependency('colorator', "~> 0.1")