From 8d846e271f98ac21046f432b590f7a2808118785 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 08:59:47 -0400 Subject: [PATCH] Update dependency spring to v4.2.0 (#154) 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 | |---|---|---|---|---|---| | [spring](https://togithub.com/rails/spring) | `4.1.3` -> `4.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/spring/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/spring/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/spring/4.1.3/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/spring/4.1.3/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
rails/spring (spring) ### [`v4.2.0`](https://togithub.com/rails/spring/blob/HEAD/CHANGELOG.md#420) [Compare Source](https://togithub.com/rails/spring/compare/v4.1.3...v4.2.0) - Added `Spring.reset_on_env` to define environment variables which should cause spring to reload when they change. - Added `Spring.spawn_on_en` to define environment variables that should cause spring to start a distinct server. - Better handle a case where the server could hang.
--- ### 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 f7ace17..eb8124d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -236,7 +236,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - spring (4.1.3) + spring (4.2.0) spring-commands-rspec (1.0.4) spring (>= 0.9.1) spring-watcher-listen (2.1.0)