From 79f193c654dda54574933916d047bd677b3bc824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:23:34 +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 | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index c5df6e8..759e6c3 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "cssbundling-rails", '~> 1.4.3' # Bundle and gem 'dentaku', "~> 3.5.4" # Evaluator for a mathematical and logical formulas gem "devise", "~> 4.9.4" # Authentication gem "image_processing", "~> 1.2" # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] -gem "jbuilder", '~> 2.13.0' # Build JSON APIs with ease [https://github.com/rails/jbuilder] +gem "jbuilder", '~> 2.14.0' # Build JSON APIs with ease [https://github.com/rails/jbuilder] gem "jsbundling-rails", '~> 1.3.1' # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] gem "jsonapi-serializer", "~> 2.2.0" # Fast, simple and easy to use JSON:API serialization library (also known as fast_jsonapi). gem "kamal", '~> 2.7.0', require: false # Deploy this application anywhere as a Docker container [https://kamal-deploy.org] diff --git a/Gemfile.lock b/Gemfile.lock index 1c1b0ae..ce52e98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,9 +189,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) jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) @@ -264,11 +264,11 @@ GEM net-protocol net-ssh (7.3.0) nio4r (2.7.4) - nokogiri (1.18.8-arm64-darwin) + nokogiri (1.18.9-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.8-x86_64-darwin) + nokogiri (1.18.9-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.8-x86_64-linux-gnu) + nokogiri (1.18.9-x86_64-linux-gnu) racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.2) @@ -492,7 +492,7 @@ DEPENDENCIES factory_bot_rails faker image_processing (~> 1.2) - jbuilder (~> 2.13.0) + jbuilder (~> 2.14.0) jsbundling-rails (~> 1.3.1) jsonapi-serializer (~> 2.2.0) kamal (~> 2.7.0)