Modify Gemfile to work on Windows

This commit is contained in:
Mitchell Hashimoto 2011-01-29 20:17:40 -08:00
parent af85d29c1f
commit 3a36a09b5a
1 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,8 @@ group :test do
gem "mocha"
# For documentation
platforms :ruby do
gem "yard", "~> 0.6.1"
gem "bluecloth"
end
end