summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-08-23 15:09:55 -0700
committerJohn Keiser <john@johnkeiser.com>2016-08-24 10:56:35 -0700
commit3fdbc768aa3e10523ba5879e738365578c75c75a (patch)
treec78eabaeb1cd4b7c01ccc727a5350f942e8ac140
parent8492392142efeace0a7b995889243f2b801f51cf (diff)
downloadchef-3fdbc768aa3e10523ba5879e738365578c75c75a.tar.gz
Give reasons for outdated gems
-rw-r--r--version_policy.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/version_policy.rb b/version_policy.rb
index 84e3597701..578f913ef7 100644
--- a/version_policy.rb
+++ b/version_policy.rb
@@ -75,9 +75,9 @@ OMNIBUS_RUBYGEMS_AT_LATEST_VERSION = {
# rubocop - chef-style pins to 0.39.0 in 0.3.1
#
ACCEPTABLE_OUTDATED_GEMS = [
- "json", # aws-sdk-v1 disallows JSON 2.x (no fix pending yet)
- "rack", # Rack 2.0+ requires Ruby 2.2
- "rubocop", # chef-style pins to 0.39.0 in 0.3.1
+ "json", # aws-sdk-v1 pins this because Ruby 2.0; chef-provisioning fix to abandon v1 TBD
+ "rack", # chef-zero pins this because Ruby 2.0, will be fixed in 5.0
+ "rubocop", # chefstyle pins this, will often be somewhat behind
"slop", # expected to disappear with pry 0.11
"typhoeus", # until https://github.com/travis-ci/travis.rb/pull/426 is fixed
]