From fd15c9b19a08deb4a8e8177c41b696314c652e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:22:16 +0000 Subject: [PATCH] Bump jbuilder from 2.13.0 to 2.14.1 Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.13.0 to 2.14.1. - [Release notes](https://github.com/rails/jbuilder/releases) - [Commits](https://github.com/rails/jbuilder/compare/v2.13.0...v2.14.1) --- updated-dependencies: - dependency-name: jbuilder dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 862828c..8b93212 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "propshaft", "1.2.1" gem "importmap-rails", "2.1.0" gem "turbo-rails", "2.0.14" gem "stimulus-rails", "1.3.4" -gem "jbuilder", "2.13.0" +gem "jbuilder", "2.14.1" gem "puma", "6.6.0" gem "bootsnap", "1.18.6", require: false gem "tzinfo-data", "1.2025.2", platforms: %i[ windows jruby ] diff --git a/Gemfile.lock b/Gemfile.lock index 17c4ddb..ccaf546 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,9 +144,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.1) + actionview (>= 7.0.0) + activesupport (>= 7.0.0) jsbundling-rails (1.3.1) railties (>= 6.0.0) kamal (2.7.0) @@ -358,7 +358,7 @@ DEPENDENCIES guard (= 2.19.1) guard-minitest (= 2.4.6) importmap-rails (= 2.1.0) - jbuilder (= 2.13.0) + jbuilder (= 2.14.1) jsbundling-rails (= 1.3.1) kamal (= 2.7.0) minitest (= 5.25.5)