summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-04-17 21:55:30 -0700
committerJohn Keiser <john@johnkeiser.com>2016-04-18 14:21:02 -0700
commitf2caf66cc24860091b2d87a93ec248c4bbae2ef8 (patch)
treec9a7a19d0b9c13ba0846570b850a41c537c597fa
parent01cf3ef2a85d3190b0bd46835ff6ae37f830764a (diff)
downloadchef-f2caf66cc24860091b2d87a93ec248c4bbae2ef8.tar.gz
Add test and ruby_prof groups since aix and solaris can't compile without them
-rw-r--r--version_policy.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/version_policy.rb b/version_policy.rb
index a83251c226..e85f596fcb 100644
--- a/version_policy.rb
+++ b/version_policy.rb
@@ -92,7 +92,6 @@ GEMS_ALLOWED_TO_FLOAT = [
#
INSTALL_WITHOUT_GROUPS = %w{
development
- test
guard
maintenance
tools
@@ -100,6 +99,5 @@ INSTALL_WITHOUT_GROUPS = %w{
changelog
compat_testing
docgen
- ruby_prof
travis
}