mavaddat / jekyll-cloudinary

Jekyll plugin adding a Liquid tag for Cloudinary, for better responsive images
https://mavaddat.github.io/jekyll-cloudinary/
MIT License
1 stars 1 forks source link

Update rubocop-rails requirement from ~> 1.22 to ~> 2.13 #45

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.13.0

New features

Changes

  • #591: Add change_column check to Rails/ReversibleMigration. (@​mattmccormick)
  • Add remove_reference check to Rails/ReversibleMigration. (@​mattmccormick)
  • #576: Mark Rails/TimeZone as unsafe auto-correction from unsafe. (@​koic)
  • #582: Unmark AutoCorrect: false from Rails/RelativeDateConstant. (@​koic)
  • #580: Unmark AutoCorrect: false from Rails/UniqBeforePluck. (@​koic)
Changelog

Sourced from rubocop-rails's changelog.

2.13.0 (2021-12-25)

New features

Changes

  • #591: Add change_column check to Rails/ReversibleMigration. ([@​mattmccormick][])
  • Add remove_reference check to Rails/ReversibleMigration. ([@​mattmccormick][])
  • #576: Mark Rails/TimeZone as unsafe auto-correction from unsafe. ([@​koic][])
  • #582: Unmark AutoCorrect: false from Rails/RelativeDateConstant. ([@​koic][])
  • #580: Unmark AutoCorrect: false from Rails/UniqBeforePluck. ([@​koic][])
Commits
  • 3679845 Cut 2.13.0
  • 3cae05d Update Changelog
  • 7dabfc7 Mark Rails/CompactBlank as unsafe
  • a80ac3b Merge pull request #598 from koic/add_new_rails_compact_blank_cop
  • 37e882f Suppress a RuboCop offense
  • c7f39c4 [Fix #562] Add new Rails/CompactBlank cop
  • 5b230e5 Merge pull request #594 from pirj/introduce-redundant-presence-validation-on-...
  • 301c7d4 [Fix #587] Add Rails/RedundantPresenceValidationOnBelongsTo cop
  • 584deee Restore a pull request template entry
  • 5eb31b4 Merge pull request #595 from pirj/introduce-gemfile-local
  • 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 2 years ago

Superseded by #49.