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

Bump statesman from 8.0.0 to 10.0.0 #177

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 18, 2022

Bumps statesman from 8.0.0 to 10.0.0.

Release notes

Sourced from statesman's releases.

v10.0.0

Added

  • Added support for Ruby 3.1 #462
  • Added remove_state and remove_transitions methods to Statesman::Machine #464

Breaking changes

  • Removed support for Ruby 2.5 and 2.6 #462

v9.0.1

  • Deprecate ActiveRecord::Base.default_timezone in favour of ActiveRecord.default_timezone #446

v9.0.0

Added

  • Added Ruby 3.0 support

Breaking changes

  • Removed Ruby 2.4 support
Changelog

Sourced from statesman's changelog.

v10.0.0 17th May 2022

Changed

  • Added support for Ruby 3.1 #462
  • Removed support for Ruby 2.5 and 2.6 #462
  • Added remove_state and remove_transitions methods to Statesman::Machine #464

v9.0.1 4th February 2021

Changed

  • Deprecate ActiveRecord::Base.default_timezone in favour of ActiveRecord.default_timezone #446

v9.0.0 9th August 2021

Added

  • Added Ruby 3.0 support

Breaking changes

  • Removed Ruby 2.4

v8.0.3 8th June 2021

Added

  • Implement Machine#last_transition_to, to find the last transition to a given state #438

v8.0.2 30th March 2021

Changed

  • Fixed a bug where the history of a model was left in an incorrect state after a transition conflict #433

v8.0.1 20th January 2021

Changed

  • Fixed no implicit conversion of nil into String error when quoting null values #427
Commits

Dependabot compatibility score

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

Bumps [statesman](https://github.com/gocardless/statesman) from 8.0.0 to 10.0.0.
- [Release notes](https://github.com/gocardless/statesman/releases)
- [Changelog](https://github.com/gocardless/statesman/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gocardless/statesman/commits/v10.0.0)

---
updated-dependencies:
- dependency-name: statesman
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 18, 2022
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.

None yet

0 participants