Remove version constraint on gem `tomlrb`

This gem is required by the test-suite
This commit is contained in:
Ashwin Maroli 2020-11-27 14:13:02 +05:30 committed by GitHub
parent 74c3055952
commit 97db005336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ group :jekyll_optional_dependencies do
gem "kramdown-syntax-coderay"
gem "mime-types", "~> 3.0"
gem "rdoc", "~> 6.0"
gem "tomlrb", "~> 1.2"
gem "tomlrb"
platforms :ruby, :mswin, :mingw, :x64_mingw do
gem "classifier-reborn", "~> 2.2"