Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Hash#except with Hash#slice.
Since Hash#except is not in standard Ruby and Vagrant removed active_support i18n that provides the polyfill in Vagrant 2.2.7; even the polyfill was just Hash#slice minus the requested keys. Seemed simpler to inline than monkey-patch Hash... Resolves mitchellh#566 Based on mitchellh#575
- Loading branch information