Remove version constraint on gem `tomlrb`
This gem is required by the test-suite
This commit is contained in:
parent
74c3055952
commit
97db005336
2
Gemfile
2
Gemfile
|
|
@ -68,7 +68,7 @@ group :jekyll_optional_dependencies do
|
||||||
gem "kramdown-syntax-coderay"
|
gem "kramdown-syntax-coderay"
|
||||||
gem "mime-types", "~> 3.0"
|
gem "mime-types", "~> 3.0"
|
||||||
gem "rdoc", "~> 6.0"
|
gem "rdoc", "~> 6.0"
|
||||||
gem "tomlrb", "~> 1.2"
|
gem "tomlrb"
|
||||||
|
|
||||||
platforms :ruby, :mswin, :mingw, :x64_mingw do
|
platforms :ruby, :mswin, :mingw, :x64_mingw do
|
||||||
gem "classifier-reborn", "~> 2.2"
|
gem "classifier-reborn", "~> 2.2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue