From b9a29c8c3c913dc8e79d9c0eb98302bc4d7ad4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 01:38:09 +0000 Subject: [PATCH] Bump jbuilder from 2.13.0 to 2.14.0 Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.13.0 to 2.14.0. - [Release notes](https://github.com/rails/jbuilder/releases) - [Commits](https://github.com/rails/jbuilder/compare/v2.13.0...v2.14.0) --- updated-dependencies: - dependency-name: jbuilder dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1f3c8cf..ac94ada 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,9 +247,9 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.13.0) - actionview (>= 5.0.0) - activesupport (>= 5.0.0) + jbuilder (2.14.0) + actionview (>= 7.0.0) + activesupport (>= 7.0.0) jmespath (1.6.2) json (2.12.2) jwt (3.1.2)