Skip to content

Remove unused jbuilder gem#79

Merged
JuanVqz merged 1 commit into
mainfrom
chore/remove-jbuilder
Jul 8, 2026
Merged

Remove unused jbuilder gem#79
JuanVqz merged 1 commit into
mainfrom
chore/remove-jbuilder

Conversation

@JuanVqz

@JuanVqz JuanVqz commented Jul 8, 2026

Copy link
Copy Markdown
Member

What

Removes the unused jbuilder gem.

Why

jbuilder is dead weight in this app: it renders HTML and PDF only, with no JSON endpoints. A root-usage pass found:

  • No .jbuilder templates anywhere
  • No json. rendering in any view
  • No format.json / render json: in any controller

Nothing in the app exercises the gem, so it is safe to drop.

Changes

  • Removed gem "jbuilder", "~> 2.5" from the Gemfile
  • Updated Gemfile.lock and the dual-boot Gemfile.next.lock accordingly

Verification

  • App boots on the changed bundle
  • Full test suite passes: 16 runs, 52 assertions, 0 failures, 0 errors, 0 skips

jbuilder was dead weight: no .jbuilder templates, no json. rendering, no
format.json anywhere in the app (it renders HTML + PDF only). Dropped the
gem line; both Gemfile.lock and the dual-boot Gemfile.next.lock updated.

Verified: app boots and the full test suite passes (16 runs, 52 assertions,
0 failures) with the gem removed.
@JuanVqz JuanVqz self-assigned this Jul 8, 2026
@JuanVqz JuanVqz marked this pull request as ready for review July 8, 2026 19:14
@JuanVqz JuanVqz merged commit fd216df into main Jul 8, 2026
2 checks passed
@JuanVqz JuanVqz deleted the chore/remove-jbuilder branch July 8, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant