Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ GEM
stringio
time
uri
ostruct (0.6.3)
paper_trail (17.0.0)
activerecord (>= 7.1)
request_store (~> 1.4)
Expand Down Expand Up @@ -395,11 +396,11 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-erd (1.7.2)
activerecord (>= 4.2)
activesupport (>= 4.2)
rails-erd (2.0.0)
activerecord (>= 7.0)
activesupport (>= 7.0)
choice (~> 0.2.0)
ruby-graphviz (~> 1.2)
ostruct

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERD bump breaks PDF workflow

Medium Severity

Upgrading to rails-erd 2.0.0 switches the default output to Mermaid .mmd and drops the ruby-graphviz dependency, while .erdconfig still only sets filename: EditorAPI-ERD and the README still tells developers to copy EditorAPI-ERD.pdf from the container. bundle exec erd no longer creates that PDF path.

Fix in CursorΒ Fix in Web

Reviewed by Cursor Bugbot for commit 2c1d2af. Configure here.

rails-html-sanitizer (1.7.0)
loofah (~> 2.25)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
Expand Down Expand Up @@ -496,8 +497,6 @@ GEM
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-rspec (~> 3.5)
ruby-graphviz (1.2.5)
rexml
ruby-lsp (0.26.9)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
Expand Down
Loading