summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsdelano <stephen@opscode.com>2013-02-06 15:51:39 -0800
committersdelano <stephen@opscode.com>2013-02-06 15:51:39 -0800
commit6a5cba7c00f38d9885511e9efebba3f0d71f430b (patch)
treef14e5725d4ceaf6c8a32714d97b6b2398ea88c7c
parentabc28374c17933efbab39d7278159a1d3a1505dd (diff)
downloadchef-6a5cba7c00f38d9885511e9efebba3f0d71f430b.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--chef/Gemfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/chef/Gemfile b/chef/Gemfile
index f21ac77c5b..ba160b6586 100644
--- a/chef/Gemfile
+++ b/chef/Gemfile
@@ -4,7 +4,10 @@ gemspec
gem "dep_selector", :group => :server, :platform => "ruby"
gem "activesupport", :group => :compat_testing, :platform => "ruby"
-gem "ronn"
+
+group(:docgen) do
+ gem "ronn"
+end
group(:development, :test) do
gem 'rack'