Relax version constraint on classifier-reborn gem (#7471)
Merge pull request 7471
This commit is contained in:
parent
ae0a064f3f
commit
b02caf0731
2
Gemfile
2
Gemfile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue