From 3a36a09b5a605665fe56cc050ed4c0aef4069597 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 29 Jan 2011 20:17:40 -0800 Subject: [PATCH] Modify Gemfile to work on Windows --- Gemfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 1022da98f..d5d55ca58 100644 --- a/Gemfile +++ b/Gemfile @@ -14,6 +14,8 @@ group :test do gem "mocha" # For documentation - gem "yard", "~> 0.6.1" - gem "bluecloth" + platforms :ruby do + gem "yard", "~> 0.6.1" + gem "bluecloth" + end end