From 8b705c43444f6bbed705e500684151372c284307 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:35:02 -0400 Subject: [PATCH] Update dependency jbuilder to v2.12.0 (#157) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jbuilder](https://togithub.com/rails/jbuilder) ([changelog](https://togithub.com/rails/jbuilder/releases/tag/v2.12.0)) | `2.11.5` -> `2.12.0` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/jbuilder/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/jbuilder/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/jbuilder/2.11.5/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/jbuilder/2.11.5/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
rails/jbuilder (jbuilder) ### [`v2.12.0`](https://togithub.com/rails/jbuilder/releases/tag/v2.12.0) [Compare Source](https://togithub.com/rails/jbuilder/compare/v2.11.5...v2.12.0) #### What's Changed - Use OpenStruct only if available by [@​yahonda](https://togithub.com/yahonda) in [https://github.com/rails/jbuilder/pull/562](https://togithub.com/rails/jbuilder/pull/562) - Replace deprecated `ProxyObject` with `BasicObject` by [@​Earlopain](https://togithub.com/Earlopain) in [https://github.com/rails/jbuilder/pull/563](https://togithub.com/rails/jbuilder/pull/563) - Avoid loading `ActionController::API` constant by [@​nvasilevski](https://togithub.com/nvasilevski) in [https://github.com/rails/jbuilder/pull/529](https://togithub.com/rails/jbuilder/pull/529) - Fixed a bug where [#​501](https://togithub.com/rails/jbuilder/issues/501) broke compatibility with Enumerable by [@​yuki24](https://togithub.com/yuki24) in [https://github.com/rails/jbuilder/pull/531](https://togithub.com/rails/jbuilder/pull/531) - Fix namespace issue when generating jbuilder views by [@​hahmed](https://togithub.com/hahmed) in [https://github.com/rails/jbuilder/pull/536](https://togithub.com/rails/jbuilder/pull/536) - Remove reliance on ERBTracker from rails by [@​HParker](https://togithub.com/HParker) in [https://github.com/rails/jbuilder/pull/504](https://togithub.com/rails/jbuilder/pull/504) - Fix require path of dependency_tracker in railtie.rb by [@​jalyna](https://togithub.com/jalyna) in [https://github.com/rails/jbuilder/pull/552](https://togithub.com/rails/jbuilder/pull/552) #### New Contributors - [@​nvasilevski](https://togithub.com/nvasilevski) made their first contribution in [https://github.com/rails/jbuilder/pull/529](https://togithub.com/rails/jbuilder/pull/529) - [@​okuramasafumi](https://togithub.com/okuramasafumi) made their first contribution in [https://github.com/rails/jbuilder/pull/526](https://togithub.com/rails/jbuilder/pull/526) - [@​berkos](https://togithub.com/berkos) made their first contribution in [https://github.com/rails/jbuilder/pull/528](https://togithub.com/rails/jbuilder/pull/528) - [@​hahmed](https://togithub.com/hahmed) made their first contribution in [https://github.com/rails/jbuilder/pull/536](https://togithub.com/rails/jbuilder/pull/536) - [@​casperisfine](https://togithub.com/casperisfine) made their first contribution in [https://github.com/rails/jbuilder/pull/550](https://togithub.com/rails/jbuilder/pull/550) - [@​jalyna](https://togithub.com/jalyna) made their first contribution in [https://github.com/rails/jbuilder/pull/552](https://togithub.com/rails/jbuilder/pull/552) - [@​yahonda](https://togithub.com/yahonda) made their first contribution in [https://github.com/rails/jbuilder/pull/562](https://togithub.com/rails/jbuilder/pull/562) - [@​Earlopain](https://togithub.com/Earlopain) made their first contribution in [https://github.com/rails/jbuilder/pull/563](https://togithub.com/rails/jbuilder/pull/563) - [@​stefannibrasil](https://togithub.com/stefannibrasil) made their first contribution in [https://github.com/rails/jbuilder/pull/539](https://togithub.com/rails/jbuilder/pull/539) **Full Changelog**: https://github.com/rails/jbuilder/compare/v2.11.5...v2.12.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/powerhome/power-web-development-interview). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a94fbc..8a7588f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,7 +109,7 @@ GEM activesupport (>= 5.0) i18n (1.14.4) concurrent-ruby (~> 1.0) - jbuilder (2.11.5) + jbuilder (2.12.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) listen (3.9.0)