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)