From 2f81aaa2f2e6b016747a6687f874e2d830860e9f Mon Sep 17 00:00:00 2001 From: danielsdeleo Date: Wed, 6 Feb 2013 15:27:34 -0800 Subject: [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 --- Gemfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Gemfile') 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" -- cgit v1.2.1