From 396c0aa66035b32d476c18491b2f8794eb5967da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 07:11:03 -0500 Subject: [PATCH] Update dependency dotenv-rails to v3.1.2 (#158) 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 | |---|---|---|---|---|---| | [dotenv-rails](https://togithub.com/bkeepers/dotenv) | `3.1.0` -> `3.1.2` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/dotenv-rails/3.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/dotenv-rails/3.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/dotenv-rails/3.1.0/3.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/dotenv-rails/3.1.0/3.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
bkeepers/dotenv (dotenv-rails) ### [`v3.1.2`](https://togithub.com/bkeepers/dotenv/blob/HEAD/Changelog.md#312) [Compare Source](https://togithub.com/bkeepers/dotenv/compare/v3.1.1...v3.1.2) - Fix: "can't modify frozen Hash" when stubbing ENV by [@​bkeepers](https://togithub.com/bkeepers) in [https://github.com/bkeepers/dotenv/pull/504](https://togithub.com/bkeepers/dotenv/pull/504) **Full Changelog**: https://github.com/bkeepers/dotenv/compare/v3.1.1...v3.1.2 ### [`v3.1.1`](https://togithub.com/bkeepers/dotenv/releases/tag/v3.1.1): 3.1.1 [Compare Source](https://togithub.com/bkeepers/dotenv/compare/v3.1.0...v3.1.1) #### What's Changed - Require version file so VERSION is available by [@​javierjulio](https://togithub.com/javierjulio) in [https://github.com/bkeepers/dotenv/pull/495](https://togithub.com/bkeepers/dotenv/pull/495) - Fix template (-t) handling of multi-line variables by [@​maxjacobson](https://togithub.com/maxjacobson) in [https://github.com/bkeepers/dotenv/pull/502](https://togithub.com/bkeepers/dotenv/pull/502) - Guard against restore being called with no previously saved state by [@​bkeepers](https://togithub.com/bkeepers) in [https://github.com/bkeepers/dotenv/pull/503](https://togithub.com/bkeepers/dotenv/pull/503) #### New Contributors - [@​javierjulio](https://togithub.com/javierjulio) made their first contribution in [https://github.com/bkeepers/dotenv/pull/495](https://togithub.com/bkeepers/dotenv/pull/495) - [@​maxjacobson](https://togithub.com/maxjacobson) made their first contribution in [https://github.com/bkeepers/dotenv/pull/502](https://togithub.com/bkeepers/dotenv/pull/502) **Full Changelog**: https://github.com/bkeepers/dotenv/compare/v3.1.0...v3.1.1
--- ### 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f852277..a65f000 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,9 +95,9 @@ GEM date (3.3.4) diff-lcs (1.5.1) docile (1.4.0) - dotenv (3.1.0) - dotenv-rails (3.1.0) - dotenv (= 3.1.0) + dotenv (3.1.2) + dotenv-rails (3.1.2) + dotenv (= 3.1.2) railties (>= 6.1) erubi (1.12.0) execjs (2.8.1)