From b936aae86d02141667923c47754de1aadfdebc03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 23:16:27 +0000 Subject: [PATCH] Bump jbuilder from 2.11.5 to 2.12.0 Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.11.5 to 2.12.0. - [Release notes](https://github.com/rails/jbuilder/releases) - [Commits](https://github.com/rails/jbuilder/compare/v2.11.5...v2.12.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 | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 4d672f22..6cee0f80 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'rollbar' gem 'execjs' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.11' +gem 'jbuilder', '~> 2.12' # Use ActiveStorage variant gem 'image_processing', '~> 1.12', '>= 1.12.2' diff --git a/Gemfile.lock b/Gemfile.lock index 8149656c..c503cd36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,7 @@ GEM addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) base64 (0.2.0) - bigdecimal (3.1.6) + bigdecimal (3.1.8) bindex (0.8.1) bootsnap (1.18.3) msgpack (~> 1.2) @@ -120,8 +120,7 @@ GEM connection_pool (2.4.1) crass (1.0.6) date (3.3.4) - drb (2.2.0) - ruby2_keywords + drb (2.2.1) erubi (1.12.0) execjs (2.9.1) ffi (1.16.3) @@ -139,7 +138,7 @@ GEM haml (>= 4.0.6) railties (>= 5.1) htmlentities (4.3.4) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) @@ -148,7 +147,7 @@ GEM irb (1.11.2) rdoc reline (>= 0.4.2) - jbuilder (2.11.5) + jbuilder (2.12.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) jquery-rails (4.6.0) @@ -176,7 +175,7 @@ GEM mini_magick (4.12.0) mini_mime (1.1.5) mini_portile2 (2.8.6) - minitest (5.22.2) + minitest (5.22.3) msgpack (1.7.2) mutex_m (0.2.0) mysql2 (0.5.6) @@ -254,7 +253,6 @@ GEM rollbar (3.5.2) ruby-vips (2.1.4) ffi (~> 1.12) - ruby2_keywords (0.0.5) rubyzip (2.3.2) sassc (2.4.0) ffi (~> 1.9) @@ -318,7 +316,7 @@ DEPENDENCIES friendly_id htmlentities image_processing (~> 1.12, >= 1.12.2) - jbuilder (~> 2.11) + jbuilder (~> 2.12) listen (>= 3.0.5, < 3.10) mysql2 (~> 0.5.6) puma (~> 6.4)