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 #49

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.1

Bug fixes

  • #601: Handle ignored_columns from mixins for Rails/UnusedIgnoredColumns cop. (@​tachyons)
  • #603: Fix autocorrection of multiple attributes for Rails/RedundantPresenceValidationOnBelongsTo cop. (@​pirj)
  • #608: Fix autocorrection of strict validation for Rails/RedundantPresenceValidationOnBelongsTo cop. (@​pirj)

Changes

  • #585: Make Rails/ReadWriteAttribute cop aware of shadowing methods. (@​drenmi)
  • #604: Remove remove_reference and remove_belongs_to methods from Rails/ReversibleMigration cop offenses. (@​TonyArra)

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.1 (2022-01-10)

Bug fixes

  • #601: Handle ignored_columns from mixins for Rails/UnusedIgnoredColumns cop. ([@​tachyons][])
  • #603: Fix autocorrection of multiple attributes for Rails/RedundantPresenceValidationOnBelongsTo cop. ([@​pirj][])
  • #608: Fix autocorrection of strict validation for Rails/RedundantPresenceValidationOnBelongsTo cop. ([@​pirj][])

Changes

  • #585: Make Rails/ReadWriteAttribute cop aware of shadowing methods. ([@​drenmi][])
  • #604: Remove remove_reference and remove_belongs_to methods from Rails/ReversibleMigration cop offenses. ([@​TonyArra][])

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
  • e346e6f Cut 2.13.1
  • 3552dd2 Update Changelog
  • 6e31622 Update \<<next>> version for adoc when running release task
  • e504661 Make Performance/DeletePrefix and Performance/DeleteSuffix aware of multi...
  • 2e66c5c Merge pull request #611 from okuramasafumi/patch-1
  • e4de018 Add missing entry to CHANGELOG
  • d8d4489 Merge pull request #606 from TonyArra/reversible-migration-remove-reference
  • d0e6bcf Merge pull request #585 from Drenmi/feature/read-write-attribute-shadowing-me...
  • 8e0d453 Make ReadWriteAttribute cop aware of shadowing methods
  • 089a35a Merge pull request #610 from pirj/fix-608-skip-on-strict
  • 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 #50.