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" 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)