Skip to content

Commit

Permalink
Update dependency jbuilder to v2.12.0 (#157)
Browse files Browse the repository at this point in the history
[![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://github.com/rails/jbuilder)
([changelog](https://github.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

<details>
<summary>rails/jbuilder (jbuilder)</summary>

###
[`v2.12.0`](https://github.com/rails/jbuilder/releases/tag/v2.12.0)

[Compare
Source](https://github.com/rails/jbuilder/compare/v2.11.5...v2.12.0)

#### What's Changed

- Use OpenStruct only if available by
[@&#8203;yahonda](https://github.com/yahonda) in
[rails/jbuilder#562
- Replace deprecated `ProxyObject` with `BasicObject` by
[@&#8203;Earlopain](https://github.com/Earlopain) in
[rails/jbuilder#563
- Avoid loading `ActionController::API` constant by
[@&#8203;nvasilevski](https://github.com/nvasilevski) in
[rails/jbuilder#529
- Fixed a bug where
[#&#8203;501](https://github.com/rails/jbuilder/issues/501) broke
compatibility with Enumerable by
[@&#8203;yuki24](https://github.com/yuki24) in
[rails/jbuilder#531
- Fix namespace issue when generating jbuilder views by
[@&#8203;hahmed](https://github.com/hahmed) in
[rails/jbuilder#536
- Remove reliance on ERBTracker from rails by
[@&#8203;HParker](https://github.com/HParker) in
[rails/jbuilder#504
- Fix require path of dependency_tracker in railtie.rb by
[@&#8203;jalyna](https://github.com/jalyna) in
[rails/jbuilder#552

#### New Contributors

- [@&#8203;nvasilevski](https://github.com/nvasilevski) made their
first contribution in
[rails/jbuilder#529
- [@&#8203;okuramasafumi](https://github.com/okuramasafumi) made their
first contribution in
[rails/jbuilder#526
- [@&#8203;berkos](https://github.com/berkos) made their first
contribution in
[rails/jbuilder#528
- [@&#8203;hahmed](https://github.com/hahmed) made their first
contribution in
[rails/jbuilder#536
- [@&#8203;casperisfine](https://github.com/casperisfine) made their
first contribution in
[rails/jbuilder#550
- [@&#8203;jalyna](https://github.com/jalyna) made their first
contribution in
[rails/jbuilder#552
- [@&#8203;yahonda](https://github.com/yahonda) made their first
contribution in
[rails/jbuilder#562
- [@&#8203;Earlopain](https://github.com/Earlopain) made their first
contribution in
[rails/jbuilder#563
- [@&#8203;stefannibrasil](https://github.com/stefannibrasil) made
their first contribution in
[rails/jbuilder#539

**Full Changelog**:
rails/jbuilder@v2.11.5...v2.12.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent b8f6863 commit 8b705c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8b705c4

Please sign in to comment.