We are not using Ruby 2.2 anymore (#6977)

Merge pull request 6977
This commit is contained in:
Pat Hawks 2018-05-02 13:46:37 -05:00 committed by jekyllbot
parent b6201db17f
commit 15f1ed8c4f
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ group :jekyll_optional_dependencies do
gem "jekyll-redirect-from"
gem "kramdown", "~> 1.14"
gem "mime-types", "~> 3.0"
gem "rdoc", RUBY_VERSION >= "2.2.2" ? "~> 6.0" : "~> 5.1"
gem "rdoc", "~> 6.0"
gem "tomlrb", "~> 1.2"
platform :ruby, :mswin, :mingw, :x64_mingw do