Upgrade toml gem to 0.1.0

This commit is contained in:
Parker Moore 2013-12-05 18:08:32 -05:00
parent 654fe6117b
commit aabb3e96cc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('safe_yaml', "~> 0.9.7")
s.add_runtime_dependency('colorator', "~> 0.1")
s.add_runtime_dependency('redcarpet', "~> 2.3.0")
s.add_runtime_dependency('toml', '~> 0.0.4')
s.add_runtime_dependency('toml', '~> 0.1.0')
s.add_development_dependency('rake', "~> 10.1")
s.add_development_dependency('rdoc', "~> 3.11")