Add yard to Gemfile to remove warning on rake

This commit is contained in:
Mitchell Hashimoto 2010-07-27 19:11:27 -07:00
parent e74cffa6c5
commit 4a4ae231eb
1 changed files with 1 additions and 0 deletions

View File

@ -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