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.1 to ~> 0.17 #403

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

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_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

v0.12.0 - 2015-09-15

  • Feature: add Regexp validator - Gert Goet #196
  • Docs: bootstrap cucumber/aruba/relish setup - Oleksii Fedorov #195
  • Bugfix: allow to extend module, that has Contracts or Contracts::Core included without harming current module/class Contracts functionality, see: #176 - Oleksii Fedorov #198

... (truncated)

Commits
  • 987ec35 contracts v0.17
  • 4caf4fd Merge pull request #295 from egonSchiele/fix/3.0-compatible
  • 028de0d * Update RuboCop config & code with Rubocop violations
  • 8e7bdc9 * Update gemspec to require ruby 3.x
  • e7a9ef4 * Update GH Action to only run against Ruby 3.0
  • e83c18b * Update implementation & spec to be 3.0 compatible
  • 2368c11 ~ 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 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

---
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 10, 2022 13:38
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2022
@sonarcloud
Copy link

sonarcloud bot commented Oct 10, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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