diff options
author | John Keiser <john@johnkeiser.com> | 2016-09-08 08:35:58 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-09-08 08:35:58 -0700 |
commit | 27bddab04d383d40ee212710712dc8f732cc7df0 (patch) | |
tree | 70d23c2ffebab2216cccff1f5568d48379d4f8c9 /version_policy.rb | |
parent | 512d4914e59ccfdf5fa9cd12dad87024b53b40b8 (diff) | |
download | chef-27bddab04d383d40ee212710712dc8f732cc7df0.tar.gz |
Bring in cucumber to prevent cucumber-core from being wrongly loaded
Diffstat (limited to 'version_policy.rb')
-rw-r--r-- | version_policy.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/version_policy.rb b/version_policy.rb index cd909d8ffb..aa6ec3e4f4 100644 --- a/version_policy.rb +++ b/version_policy.rb @@ -76,10 +76,9 @@ OMNIBUS_RUBYGEMS_AT_LATEST_VERSION = { # ACCEPTABLE_OUTDATED_GEMS = [ "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 + "typhoeus", # Until the travis gem updates to 1.0. ] # |