Skip to content

Commit

Permalink
Upgrade toml gem to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Dec 5, 2013
1 parent 654fe61 commit aabb3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll.gemspec
Expand Up @@ -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")
Expand Down

0 comments on commit aabb3e9

Please sign in to comment.