Added missing jbuilder

This was the reason why JSON output was incorrectly formatted.
This commit is contained in:
Christoph Haas 2024-08-05 16:19:32 +02:00
parent 7fdd1332b7
commit 890906929f
3 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@ gem 'jquery-rails'
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
#gem 'jbuilder', '~> 2.5'
gem 'jbuilder', '~> 2.12'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 3.0'