summaryrefslogtreecommitdiff
path: root/version_policy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'version_policy.rb')
-rw-r--r--version_policy.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/version_policy.rb b/version_policy.rb
index b703e22111..39bc81f2fa 100644
--- a/version_policy.rb
+++ b/version_policy.rb
@@ -33,7 +33,7 @@ OMNIBUS_OVERRIDES = {
"makedepend" => "1.0.5",
"ncurses" => "5.9",
"pkg-config-lite" => "0.28-1",
- "ruby" => "2.3.3",
+ "ruby" => "2.4.1",
# Leave dev-kit pinned to 4.5 on 32-bit, because 4.7 is 20MB larger and we don't want
# to unnecessarily make the client any fatter. (Since it's different between
# 32 and 64, we have to do it in the project file still.)
@@ -86,6 +86,8 @@ ACCEPTABLE_OUTDATED_GEMS = [
"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
+ "mixlib-install", # dunno why
+ "thor", # berks
]
#