diff options
author | Tom Duffield <tom@chef.io> | 2017-02-09 18:44:19 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2017-02-09 18:44:19 -0600 |
commit | 8303aed3815db43905570a48339b0eca0999bf8b (patch) | |
tree | 22e2075b1782ee5f0025d9c2444dbf7ae540fec7 /version_policy.rb | |
parent | 9c92916062f8ee969c0167d11964402d5d42b7cb (diff) | |
download | chef-8303aed3815db43905570a48339b0eca0999bf8b.tar.gz |
Cleanup Gemfiles, Berksfiles, and update Gemfile groups
Signed-off-by: Tom Duffield <tom@chef.io>
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 ] # |