Relax version constraint on classifier-reborn gem (#7471)

Merge pull request 7471
This commit is contained in:
Ashwin Maroli 2019-01-11 19:12:58 +05:30 committed by jekyllbot
parent ae0a064f3f
commit b02caf0731
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ group :jekyll_optional_dependencies do
gem "tomlrb", "~> 1.2" gem "tomlrb", "~> 1.2"
platform :ruby, :mswin, :mingw, :x64_mingw do platform :ruby, :mswin, :mingw, :x64_mingw do
gem "classifier-reborn", "~> 2.2.0" gem "classifier-reborn", "~> 2.2"
gem "liquid-c", "~> 4.0" gem "liquid-c", "~> 4.0"
gem "yajl-ruby", "~> 1.4" gem "yajl-ruby", "~> 1.4"
end end