Raise restriction of safe_yaml to ~>1.0

Amends #1886
This commit is contained in:
Parker Moore 2013-12-28 13:47:31 -05:00
parent 194109d677
commit 3744e70128
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('maruku', "~> 0.7.0")
s.add_runtime_dependency('pygments.rb', "~> 0.5.0")
s.add_runtime_dependency('mercenary', "~> 0.2.0")
s.add_runtime_dependency('safe_yaml', "~> 1.0.0")
s.add_runtime_dependency('safe_yaml', "~> 1.0")
s.add_runtime_dependency('colorator', "~> 0.1")
s.add_runtime_dependency('redcarpet', "~> 3.0")
s.add_runtime_dependency('toml', '~> 0.1.0')