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