chef-vault
chef-vault copied to clipboard
Update contracts requirement from ~> 0.16.1 to ~> 0.17
Updates the requirements on contracts to permit the latest version.
Changelog
Sourced from contracts's changelog.
v0.16.1 - 2021-04-17
- Enhancement: Pretty-print contracts in error messages - Corey Farwell #289
- Bugfix: Fix
attr_accessor_with_contractwith multiple attribute names input - Kevin Yeh #259- Bugfix: Fix "stack level too deep" in CI builds - md-work #283
v0.16.0 - 2017-04-24
- Support for Ruby 1.8 has been discontinued - Corey Farwell #256
- Enhancement: Add a
Contracts::Attrsmodule containing attribute w/ contracts utilities - Corey Farwell #255- Bugfix: Fix StrictHash contract for extra keys - Maciej Malecki #254
v0.15.0 - 2017-02-24
- Bugfix: Func contract's return value isn't enforced with blocks - Piotr Szmielew #251
- Bugfx: Fix contracts used in AR-models - Gert Goet #237
v0.14.0 - 2016-04-26
- Enhancement: Add StrictHash contract - Fyodor #236
- Bugfix: dont fail if something other than a hash is passed to a KeywordArgs - Dan Padilha #234
- LICENSE ADDED: Simplified BSD (same as what is specified in the readme) - Charles Dale #233
- Bugfix: fix constant looking when including a module that includes contracts (requires removing the check to see if contracts is already included) - Aditya Bhargava #232
- Bugfix for err case when KeywordArgs and Proc are used together - Aditya Bhargava #230
- Enhancement: Add DescendantOf contract - Miguel Palhas #227
v0.13.0 - 2016-01-25
- Enhancement: Add support for Ruby 2.3 - Oleksii Fedorov #216
- Enhancement: Added Int, Nat and NatPos builtin contracts - Simon George #212
- Bugfix: Allow contracts on singleton of subclass - Oleksii Federov #211
v0.12.0 - 2015-09-15
- Feature: add
Regexpvalidator - Gert Goet #196- Docs: bootstrap cucumber/aruba/relish setup - Oleksii Fedorov #195
- Bugfix: allow to
extendmodule, that hasContractsorContracts::Coreincluded without harming current module/classContractsfunctionality, see: #176 - Oleksii Fedorov #198
... (truncated)
Commits
987ec35contracts v0.174caf4fdMerge pull request #295 from egonSchiele/fix/3.0-compatible028de0d* Update RuboCop config & code with Rubocop violations8e7bdc9* Update gemspec to require ruby 3.xe7a9ef4* Update GH Action to only run against Ruby 3.0e83c18b* Update implementation & spec to be 3.0 compatible2368c11~ Fix CHANGELOG for latest version link- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.







