From 43349b40b602b69b562653b7758c2c5c2264a1b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 01:20:53 +0000 Subject: [PATCH] Bump jbuilder from 2.11.5 to 2.12.0 (#2384) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 003868381..a9790e415 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem "turbo-rails" # API Layer # # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem "jbuilder", "~> 2.11" +gem "jbuilder", "~> 2.12" gem "rswag-api" gem "rswag-ui" diff --git a/Gemfile.lock b/Gemfile.lock index 727bc36e2..f44deb556 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,7 +221,7 @@ GEM irb (1.13.1) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.11.5) + jbuilder (2.12.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) jmespath (1.6.2) @@ -561,7 +561,7 @@ DEPENDENCIES gretel (~> 5.0) i18n-debug image_processing - jbuilder (~> 2.11) + jbuilder (~> 2.12) jsbundling-rails listen (~> 3.9) lockbox (= 1.3.3)