diff options
Diffstat (limited to 'version_policy.rb')
-rw-r--r-- | version_policy.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/version_policy.rb b/version_policy.rb index 8e783bbedd..1253e91344 100644 --- a/version_policy.rb +++ b/version_policy.rb @@ -84,6 +84,8 @@ ACCEPTABLE_OUTDATED_GEMS = [ "addressable", # gh (via travis) wants this ~> 2.4.0 "rake", # poise limits this to < 12 "github_changelog_generator", # we manage this independent of the rubygem + "cheffish", # 5.0.0 breaks chef-provisioning + "net-ssh-gateway", # chef-provisiong and test-kitchen have ~> 1.2 constraint ] # |