diff options
author | John Keiser <john@johnkeiser.com> | 2016-09-08 15:42:30 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-09-12 10:04:29 -0700 |
commit | 579db4de8fb5ddc25d9712114dedd41ea99cb32b (patch) | |
tree | 0f2beb76f2fc0219dffd5a9901d1b82d4933c850 /version_policy.rb | |
parent | 42a1b9625252fd5bad4c0ec7cc4ce3bd4e6031c4 (diff) | |
download | chef-579db4de8fb5ddc25d9712114dedd41ea99cb32b.tar.gz |
Mark cucumber-core as outdated until cucumber 2.0 releases
Diffstat (limited to 'version_policy.rb')
-rw-r--r-- | version_policy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/version_policy.rb b/version_policy.rb index aa6ec3e4f4..0a4475286d 100644 --- a/version_policy.rb +++ b/version_policy.rb @@ -79,6 +79,7 @@ ACCEPTABLE_OUTDATED_GEMS = [ "rubocop", # chefstyle pins this, will often be somewhat behind "slop", # expected to disappear with pry 0.11 "typhoeus", # Until the travis gem updates to 1.0. + "cucumber-core", # Until cucumber 2.0 ] # |