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 optimist requirement from >= 3.0, < 3.2 to >= 3.0, < 3.3 #189

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Updates the requirements on optimist to permit the latest version.

Changelog

Sourced from optimist's changelog.

[3.2.0] - 2024-11-11

Added

Changed

[3.1.0] - 2023-07-24

Added

[3.0.1] - 2020-04-20

[3.0.0] - 2018-08-24

  • The gem has been officially renamed to optimist

[2.1.3] - 2018-07-05

  • Refactor each option type into subclasses of Option. Define a registry for the registration of each option. This makes the code more modular and facilitates extension by allowing additional Option subclasses. (thanks @​clxy)
  • Fixed implementation of ignore_invalid_options. (thanks @​metcalf)
  • Various warning cleanup for ruby 2.1, 2.3, etc. (thanks @​nanobowers)
  • Optimist.die can now accept an error code.
  • fixed default (thanks @​nanobowers)
  • Change from ruby license to MIT license in the code.

[2.1.2] - 2015-03-10

  • loosen mime-types requirements (for better ruby 1.8.7 support)
  • use io/console gem instead of curses (for better jruby support)
  • fix parsing bug when chronic gem is not available
  • allow default array to be empty if a type is specified
  • better specified license and better spec coverage

[2.1.1] - 2015-01-03

  • Remove curses as a hard dependency. It is optional. This can leverage the gem if it is present.
  • Fix ruby -w warnings

... (truncated)

Commits
  • 3a07535 Release v3.2.0
  • a99a21e Merge pull request #161 from nanobowers/new_examples
  • b2d9eda Adding some examples
  • 2ba9cf7 Merge pull request #160 from nanobowers/fix_assert_raises
  • fdf1ef8 adding error-message matching to tests with assert_raises. fixing error in w...
  • 4dfa196 fixed assert_raises to assert_raises_errmatch when message regex is given
  • c2b3114 Merge pull request #159 from nanobowers/permitted3
  • a685ea9 enhancements to permitted option
  • 93998cf Merge pull request #158 from nanobowers/permitted2
  • 4667258 Merge pull request #156 from nanobowers/refactor_constraints
  • 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 [optimist](https://github.com/ManageIQ/optimist) to permit the latest version.
- [Changelog](https://github.com/ManageIQ/optimist/blob/master/CHANGELOG.md)
- [Commits](ManageIQ/optimist@v3.0.0...v3.2.0)

---
updated-dependencies:
- dependency-name: optimist
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 30, 2024
@anaynayak anaynayak merged commit fc07262 into main Dec 30, 2024
6 of 16 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/optimist-gte-3.0-and-lt-3.3 branch December 30, 2024 10:23
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant