From c9ab171739486c329a0e26aaedb7fa91bb79444a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:42:56 +0000 Subject: [PATCH] Bump jbuilder from 2.12.0 to 2.13.0 Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/rails/jbuilder/releases) - [Commits](https://github.com/rails/jbuilder/compare/v2.12.0...v2.13.0) --- updated-dependencies: - dependency-name: jbuilder dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 72a7ccf9..282e837c 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "stimulus-rails" gem "rollbar" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem "jbuilder", "~> 2.12" +gem "jbuilder", "~> 2.13" # Use ActiveStorage variant gem "image_processing", "~> 1.13" diff --git a/Gemfile.lock b/Gemfile.lock index 7f7781c1..9acc6c36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,7 +144,7 @@ GEM haml (>= 4.0.6) railties (>= 5.1) htmlentities (4.3.4) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) @@ -153,7 +153,7 @@ GEM irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.12.0) + jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) jquery-rails (4.6.0) @@ -387,7 +387,7 @@ DEPENDENCIES cssbundling-rails htmlentities image_processing (~> 1.13) - jbuilder (~> 2.12) + jbuilder (~> 2.13) jsbundling-rails listen (>= 3.0.5, < 3.10) mysql2 (~> 0.5.6)