From f47a99deabbc870d884800815dc35f8724b8336b Mon Sep 17 00:00:00 2001 From: Code Ass Date: Mon, 28 Aug 2017 00:21:02 +0900 Subject: [PATCH] Update RDoc repository path on GitHub --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5efbadc3..11ab3ca1 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ gem "minitest" gem "hoe" if ENV["rdoc"] == "master" - gem "rdoc", :github => "rdoc/rdoc" + gem "rdoc", :github => "ruby/rdoc" end