From 4a4ae231eb2d3b93a068402edf83249fcfc5471d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 27 Jul 2010 19:11:27 -0700 Subject: [PATCH] Add yard to Gemfile to remove warning on rake --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 1624a427e..c240bc898 100644 --- a/Gemfile +++ b/Gemfile @@ -14,5 +14,6 @@ group :test do gem "rake" gem "contest", ">= 0.1.2" gem "mocha" + gem "yard" gem "ruby-debug", ">= 0.10.3" if RUBY_VERSION < '1.9' end