diff options
author | danielsdeleo <dan@opscode.com> | 2013-02-06 15:27:34 -0800 |
---|---|---|
committer | sdelano <stephen@opscode.com> | 2013-02-06 16:00:12 -0800 |
commit | 2f81aaa2f2e6b016747a6687f874e2d830860e9f (patch) | |
tree | 475e1c4996cdc157f9ea5e48cc1d04f16d6a35ee /Gemfile | |
parent | ef0f87d33b307049d9c9f1ca3a78d9545699c463 (diff) | |
download | chef-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
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |