diff options
author | John Keiser <john@johnkeiser.com> | 2016-07-28 12:10:28 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-08-03 11:57:02 -0700 |
commit | bd2dfa481e7525e1c4a64450a6b018a0b1fcd3f9 (patch) | |
tree | 5731f632e00074bd3f7253efe6dd9d85c4148368 /version_policy.rb | |
parent | 25b1e744757ed6021bb082cd8b87580023bc1625 (diff) | |
download | chef-bd2dfa481e7525e1c4a64450a6b018a0b1fcd3f9.tar.gz |
Update all dependencies
Diffstat (limited to 'version_policy.rb')
-rw-r--r-- | version_policy.rb | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/version_policy.rb b/version_policy.rb index b8bead7bef..d47c49fa18 100644 --- a/version_policy.rb +++ b/version_policy.rb @@ -74,14 +74,12 @@ OMNIBUS_RUBYGEMS_AT_LATEST_VERSION = { # stove - halite pins to ~> 3.2 in 1.2.1 # rubocop - chef-style pins to 0.39.0 in 0.3.1 # -ACCEPTABLE_OUTDATED_GEMS = %w{ - gherkin - jwt - mini_portile2 - slop - stove - rubocop -} +ACCEPTABLE_OUTDATED_GEMS = [ + "json", # aws-sdk-v1 disallows JSON 2.x (no fix pending yet) + "rack", # Rack 2.0+ requires Ruby 2.2 + "rubocop", # chef-style pins to 0.39.0 in 0.3.1 + "slop", # expected to disappear with pry 0.11 +] # # Some gems are part of our bundle (must be installed) but not important |