From 15f1ed8c4fd9d360ba066d35c42ab744dadf4c10 Mon Sep 17 00:00:00 2001 From: Pat Hawks Date: Wed, 2 May 2018 13:46:37 -0500 Subject: [PATCH] We are not using Ruby 2.2 anymore (#6977) Merge pull request 6977 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9bfd1ff1..a4777c71 100644 --- a/Gemfile +++ b/Gemfile @@ -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