Skip to content

Bump rails-erd from 2.0.1 to 2.0.2#1220

Merged
lortza merged 1 commit into
mainfrom
dependabot/bundler/rails-erd-2.0.2
Jun 15, 2026
Merged

Bump rails-erd from 2.0.1 to 2.0.2#1220
lortza merged 1 commit into
mainfrom
dependabot/bundler/rails-erd-2.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps rails-erd from 2.0.1 to 2.0.2.

Release notes

Sourced from rails-erd's releases.

v2.0.2 - Less Is More ✨

Rails ERD 2.0.2 - Less Is More ✨

Sometimes you just want to keep some things private. Your models have secrets, and now Rails ERD respects that. 🤫

✨ New Features

  • Hide attributes on a per-model basis (#421, #457)

    Ever wanted to show User in your ERD but hide those 47 Devise columns? Now you can! The new exclude_attributes option lets you selectively hide attributes for specific models while keeping everything else visible.

    # .erdconfig
    exclude_attributes:
      User:
        - encrypted_password
        - reset_password_token
        - confirmation_token

    Huge thanks to @​RSeven for this contribution! 🙌

🐛 Bug Fixes

  • Fix crash with polymorphic associations on Rails 8 (#454, #455, #456)

    Rails 8 users with polymorphic associations and the exclude option were getting an unwelcome NoMethodError surprise. Not anymore! Thanks to @​kennethgeerts for squashing this one. 🪲➡️💀


Full Changelog: v2.0.1...v2.0.2

RubyGems: https://rubygems.org/gems/rails-erd

Changelog

Sourced from rails-erd's changelog.

2.0.2

Features

  • Add exclude_attributes option to hide attributes on a per-model basis (#421, #457)

Bug Fixes

  • Fix crash when using exclude option with polymorphic associations on Rails 8 (#454, #455, #456)
Commits
  • b66476c Bump version to 2.0.2
  • b1b13fe Merge pull request #457 from RSeven/exclude-attributes-per-model
  • 30efe2b Merge pull request #456 from kennethgeerts/codex/fix-polymorphic-exclude-crash
  • bf447c0 Update README to clarify usage of exclude_attributes with rake task and erd b...
  • c922bfb Add exclude_attributes option to hide attributes per model
  • f490b1c Fix polymorphic exclude relationship crash
  • See full diff in compare view

@dependabot dependabot Bot added the dependency-update dependabot auto-generated issue label Jun 12, 2026
@lortza lortza force-pushed the dependabot/bundler/rails-erd-2.0.2 branch from 37026a1 to 8009aa8 Compare June 15, 2026 13:51
@lortza

lortza commented Jun 15, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@lortza

lortza commented Jun 15, 2026

Copy link
Copy Markdown
Owner

@dependabot recreate

Bumps [rails-erd](https://github.com/voormedia/rails-erd) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/voormedia/rails-erd/releases)
- [Changelog](https://github.com/voormedia/rails-erd/blob/master/CHANGES.md)
- [Commits](voormedia/rails-erd@v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: rails-erd
  dependency-version: 2.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/rails-erd-2.0.2 branch from 8009aa8 to 51ac8bd Compare June 15, 2026 14:00
@lortza lortza merged commit a39edb4 into main Jun 15, 2026
4 checks passed
@lortza lortza deleted the dependabot/bundler/rails-erd-2.0.2 branch June 15, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency-update dependabot auto-generated issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant