Dynamoid / dynamoid

Ruby ORM for Amazon's DynamoDB.
MIT License
580 stars 195 forks source link

Update rubocop-lts requirement from ~> 10.0 to ~> 22.0 #651

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on rubocop-lts to permit the latest version.

Changelog

Sourced from rubocop-lts's changelog.

[22.0.1] - 2022-06-09

Added

  • Improve, and dry up documentation

Changed

  • Bumped dependency rubocop-ruby3_1 to ~> 1.0.6

Fixed

  • Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev

[22.0.0] - 2022-05-23

Added

  • Initial even release supporting Ruby >= 3.1

[21.0.1] - 2022-06-09

Added

  • Improve, and dry up documentation

Changed

  • Bumped dependency rubocop-ruby3_1 to ~> 1.0.6

[21.0.0] - 2022-05-23

Added

  • Initial odd release supporting Ruby ~> 3.1

[20.0.1] - 2022-06-09

Added

  • Improve, and dry up documentation

Changed

  • Bumped dependency rubocop-ruby3_0 to ~> 1.0.6

Fixed

  • Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev

[20.0.0] - 2022-05-23

Added

  • Initial even release supporting Ruby >= 3.0

[19.0.1] - 2022-06-09

Added

  • Improve, and dry up documentation

Changed

  • Bumped dependency rubocop-ruby3_0 to ~> 1.0.6

[19.0.0] - 2022-05-23

Added

  • Initial odd release supporting Ruby ~> 3.0

[18.0.1] - 2022-06-09

Added

  • Improve, and dry up documentation

Changed

  • Bumped dependency rubocop-ruby2_7 to ~> 1.0.6

Fixed

... (truncated)

Commits
  • 1aacb72 Bump rubocop-lts to 22.0.1
  • 690dbc5 ⬆️ Loosen Ruby restriction to allow up to < 4
  • ded9657 🔖 Document releases: v1-v22
  • 1d60504 🔨 Add binstubs for bundle, rake, rspec, and rubocop
  • 59e7991 ✏️ Fix capitalization of RuboCop
  • e80192b Prepare release 22.0.0
  • 0b528a7 Prepare release 21.0.0
  • 6efbcfa 💚 Build branches
  • ff21b8a Prepare release 20.0.0
  • 25d236e Prepare release 19.0.0
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 1 year ago

Superseded by #661.