From 57d86a45ba05255620e7d45d329bf39631f4e552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20V=C3=A1squez?= Date: Wed, 8 Jul 2026 12:56:40 -0600 Subject: [PATCH] Remove unused jbuilder gem 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. --- Gemfile | 1 - Gemfile.lock | 4 ---- Gemfile.next.lock | 4 ---- 3 files changed, 9 deletions(-) diff --git a/Gemfile b/Gemfile index 67018eb..f1afb4b 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,6 @@ gem "uglifier", ">= 1.3.0" gem "coffee-rails", "~> 5.0" gem "turbolinks", "~> 5" -gem "jbuilder", "~> 2.5" gem "redcarpet" gem "wicked_pdf", "1.4.0" gem "wkhtmltopdf-binary", "0.12.3.1" diff --git a/Gemfile.lock b/Gemfile.lock index 0339fe1..f15488f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,9 +194,6 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.13.0) - actionview (>= 5.0.0) - activesupport (>= 5.0.0) jmespath (1.6.2) jquery-rails (4.6.1) rails-dom-testing (>= 1, < 3) @@ -437,7 +434,6 @@ DEPENDENCIES dotenv-rails fastruby-styleguide! font-awesome-rails (>= 4.7.0.9) - jbuilder (~> 2.5) kt-paperclip (~> 8.0.0) listen (>= 3.5) minitest (< 6) diff --git a/Gemfile.next.lock b/Gemfile.next.lock index 0339fe1..f15488f 100644 --- a/Gemfile.next.lock +++ b/Gemfile.next.lock @@ -194,9 +194,6 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.13.0) - actionview (>= 5.0.0) - activesupport (>= 5.0.0) jmespath (1.6.2) jquery-rails (4.6.1) rails-dom-testing (>= 1, < 3) @@ -437,7 +434,6 @@ DEPENDENCIES dotenv-rails fastruby-styleguide! font-awesome-rails (>= 4.7.0.9) - jbuilder (~> 2.5) kt-paperclip (~> 8.0.0) listen (>= 3.5) minitest (< 6)