Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contracts requirement from ~> 0.16.0 to ~> 0.17.1 #397

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Updates the requirements on contracts to permit the latest version.

Changelog

Sourced from contracts's changelog.

v0.17.1 - 2024-10-06

  • Bugfix: Fix keyword arguments contract when used with optional positional arguments - PikachuEXE #305
  • Enhancement: Always load version.rb, suppress legacy deprecation warning - Vlad Pisanov #301
  • Enhancement: Update doc & spec about deprecated Fixnum to Integer - PikachuEXE #301

v0.17 - 2021-09-28

  • Update implementation & spec to be 3.0 compatible Support for Ruby 2 has been discontinued - PikachuEXE #295

v0.16.1 - 2021-04-17

  • Enhancement: Pretty-print contracts in error messages - Corey Farwell #289
  • Bugfix: Fix attr_accessor_with_contract with 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

v0.15.0 - 2017-02-24

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

... (truncated)

Commits
  • a350a8d Merge pull request #305 from egonSchiele/fix/keyword-arguments-with-optional-...
  • 02fc8ef * Add more test cases to cover more possible combinations
  • b1f5291 Merge pull request #306 from vlad-pisanov/vp_version
  • 79d3f78 Always load version.rb, suppress legacy deprecation warning
  • b0eccc3 ! Fix keyword arguments contract when used with optional positional arguments
  • 8be37e8 $ Fix RuboCop violations
  • 9029faa ! Fix CI due to changed #inspect output
  • 2f8dd91 ^ Update workflow for code style check about ruby version
  • 4abfb3d * Update CI about ruby & action versions
  • 58a59e7 Update README to replace outdated badge
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [contracts](https://github.com/egonSchiele/contracts.ruby) to permit the latest version.
- [Changelog](https://github.com/egonSchiele/contracts.ruby/blob/master/CHANGELOG.markdown)
- [Commits](egonSchiele/contracts.ruby@v0.16.0...v0.17.1)

---
updated-dependencies:
- dependency-name: contracts
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners October 7, 2024 13:35
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Copy link

sonarcloud bot commented Oct 7, 2024

Copy link
Author

dependabot bot commented on behalf of github Oct 16, 2024

Superseded by #398.

@dependabot dependabot bot closed this Oct 16, 2024
@dependabot dependabot bot deleted the dependabot/bundler/contracts-tw-0.17.1 branch October 16, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants