diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-19 09:05:59 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-19 11:38:26 -0700 |
commit | 0ce002d47405c0178b1016a8d803e13e5cfd823e (patch) | |
tree | 53f021322cdf9e864f700abf478da66027ccb1f5 /version_policy.rb | |
parent | 02ec1e15c6ca5166161e2a1fb33d8d8ffefa3dc5 (diff) | |
download | chef-0ce002d47405c0178b1016a8d803e13e5cfd823e.tar.gz |
Re-add activesupport testsjk/activesupport-tests
Diffstat (limited to 'version_policy.rb')
-rw-r--r-- | version_policy.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/version_policy.rb b/version_policy.rb index eab7382d7f..59ebd58160 100644 --- a/version_policy.rb +++ b/version_policy.rb @@ -67,10 +67,12 @@ OMNIBUS_RUBYGEMS_AT_LATEST_VERSION = { # add gems to the output of bundle outdated here and we'll parse it to get the # list of outdated gems. # -# We're starting with debt here, but don't want it to get worse. +# gherkin - expected to update with new cucumber (and foodcritic?) release +# jwt - expected to update with new oauth2 release +# mini_portile2 - should go away *entirely* with new nokogiri release (not a dep anymore) +# slop - expected to disappear with new pry release # ACCEPTABLE_OUTDATED_GEMS = %w{ - activesupport gherkin jwt mini_portile2 @@ -98,7 +100,6 @@ GEMS_ALLOWED_TO_FLOAT = [ # INSTALL_WITHOUT_GROUPS = %w{ changelog - compat_testing development docgen guard |