Update Colorator to 1.0

This commit is contained in:
Jordon Bedwell 2016-04-28 20:58:05 -05:00
parent 0ee1a75d16
commit 46f54e6b94
No known key found for this signature in database
GPG Key ID: E051B220DFADB075
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('kramdown', '~> 1.3')
s.add_runtime_dependency('mercenary', '~> 0.3.3')
s.add_runtime_dependency('safe_yaml', '~> 1.0')
s.add_runtime_dependency('colorator', '~> 0.1')
s.add_runtime_dependency('colorator', '~> 1.0')
s.add_runtime_dependency('rouge', '~> 1.7')
s.add_runtime_dependency('jekyll-sass-converter', '~> 1.0')
s.add_runtime_dependency('jekyll-watch', '~> 1.1')