gocardless / statesman

A statesmanlike state machine library.
https://gocardless.com/blog/statesman/
MIT License
1.78k stars 163 forks source link

Update gc_ruboconfig requirement from ~> 3.6.0 to ~> 4.0.0 #512

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on gc_ruboconfig to permit the latest version.

Release notes

Sourced from gc_ruboconfig's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/gocardless/gc_ruboconfig/compare/v3.6.2...v4.0.0

Changelog

Sourced from gc_ruboconfig's changelog.

4.0.0

  • Drop support for Ruby 2.6
  • Bump minimum rubocop version to 1.50.0
  • Add Ruby 3.2 to test version matrix
  • Fix RSpec/FactoryBot namespace warnings for rubocop-rspec >= 2.22.0
    • FactoryBot cops have now been moved out into a new rubocop-factory_bot gem
  • Bump rubocop-rspec minimum version to 2.22.0

3.6.2

This version introduces no changes. We've cut it to check that our release process works as expected.

3.6.1

Fix RSpec/Capybara namespace warnings

3.6.0

Add cops from:

  • rubocop 1.37.1
  • rubocop-rspec 2.14.2
  • rubocop-rails 2.17.2

3.5.0

Set RSpec/Rails/HttpStatus's enforced style to numeric

3.4.0

Enabled new cops from rubocop 1.36.0, rubocop-rails 2.16.1 and rubocop-rspec 2.13.2

3.3.2

Update rubocop-rspec requirement to be >=2.13.1

3.3.1

Fixed the version for rubocop-rspec to be <=2.12.1

... (truncated)

Commits
  • b8a0b79 Merge pull request #111 from gocardless/factorybot-namespace-warnings
  • f889037 Fix warnings on the RSpec/FactoryBot namespace
  • b5bb422 Merge pull request #112 from gocardless/drop-ruby-2-6-support
  • 3f3ecff Drop support for Ruby 2.6
  • 49b72b0 Document the release process (#110)
  • 445c727 Merge pull request #109 from gocardless/mprat/automate-gem-push
  • 8807fba Bump version to v3.6.2
  • 9db9b5b Automate publish process
  • 3602cf4 Merge pull request #108 from gocardless/mprat/wrong-namespace-warnings
  • fe7d3b5 Bump version to 3.6.1
  • Additional commits viewable 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.

dependabot[bot] commented 1 year ago

Superseded by #516.