From 5164b7e177e74cd770037e01f81da659c40c6fe0 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sat, 11 Oct 2025 02:44:37 +0900 Subject: [PATCH 1/2] We do not render any .jbuilder templates in this app --- Gemfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1e36d16..571f914 100644 --- a/Gemfile +++ b/Gemfile @@ -23,9 +23,6 @@ gem "turbo-rails" # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev] gem "stimulus-rails" -# Build JSON APIs with ease [https://github.com/rails/jbuilder] -gem "jbuilder" - # Use Redis adapter to run Action Cable in production # gem "redis", ">= 4.0.1" From 3f9423cd35a0b1830f797ae77a8281f9dad79ca8 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sat, 11 Oct 2025 02:45:14 +0900 Subject: [PATCH 2/2] bundle u --- Gemfile.lock | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ddb4df2..ee3ae4e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,9 +145,6 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.14.1) - actionview (>= 7.0.0) - activesupport (>= 7.0.0) jmespath (1.6.2) json (2.13.2) language_server-protocol (3.17.0.5) @@ -355,7 +352,6 @@ DEPENDENCIES capybara debug importmap-rails - jbuilder pg puma (>= 5.0) rails (~> 7.1.3, >= 7.1.3.4)