diff --git a/Gemfile b/Gemfile index 295e0a81..a414ad62 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'jquery-rails' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.11' +gem 'jbuilder', '~> 2.12' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 3.0' # Use ActiveModel has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index ef55cf8e..3b4987de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM activesupport (>= 6.1) i18n (1.14.4) concurrent-ruby (~> 1.0) - jbuilder (2.11.5) + jbuilder (2.12.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) jquery-rails (4.6.0) @@ -323,7 +323,7 @@ DEPENDENCIES devise-i18n (~> 1.11) dotenv-rails factory_bot_rails (~> 6.2) - jbuilder (~> 2.11) + jbuilder (~> 2.12) jquery-rails kaminari (~> 1.2) letter_opener_web (~> 2.0)