Dependencies: upgrade to toml 0.2.0 (#6541)

Merge pull request 6541
This commit is contained in:
jekyllbot 2017-11-11 17:35:47 -05:00 committed by GitHub
parent d104cf02ef
commit 8605f11f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ group :jekyll_optional_dependencies do
gem "kramdown", "~> 1.14"
gem "mime-types", "~> 3.0"
gem "rdoc", "~> 5.0"
gem "toml", "~> 0.1.0"
gem "toml", "~> 0.2.0"
platform :ruby, :mswin, :mingw, :x64_mingw do
gem "classifier-reborn", "~> 2.1.0"