summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-02-06 15:27:34 -0800
committersdelano <stephen@opscode.com>2013-02-06 16:00:12 -0800
commit2f81aaa2f2e6b016747a6687f874e2d830860e9f (patch)
tree475e1c4996cdc157f9ea5e48cc1d04f16d6a35ee
parentef0f87d33b307049d9c9f1ca3a78d9545699c463 (diff)
downloadchef-2f81aaa2f2e6b016747a6687f874e2d830860e9f.tar.gz
[CHEF-3840] fix rdiscount compile on windows by excluding group
This requires an update to the scripts for the test stage of the omnibus Ci pipeline, but is probably the better long term solution
-rw-r--r--Gemfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index eff46bb579..dffdef67e8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,10 @@ source :rubygems
gemspec
gem "activesupport", :group => :compat_testing, :platform => "ruby"
-gem "ronn"
+
+group(:docgen) do
+ gem "ronn"
+end
group(:development, :test) do
gem 'rack', "~> 1.5.1"