From 1b72c7c7e61aee886451c9d9fa679b030d493980 Mon Sep 17 00:00:00 2001 From: Tim Felgentreff Date: Mon, 10 Oct 2011 23:06:18 -0700 Subject: [PATCH] stick to RDoc < 3.10 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9d536dddec..161e5b199b 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ if RUBY_VERSION > '1.8.6' gem 'nokogiri' end gem 'coffee-script', '>= 2.0', :group => 'coffee-script' - gem 'rdoc', :group => 'rdoc' + gem 'rdoc', '< 3.10', :group => 'rdoc' end platforms :ruby do