Skip to content

Commit

Permalink
Update dependency dotenv-rails to v3.1.4 (#175)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [dotenv-rails](https://redirect.github.com/bkeepers/dotenv) | `3.1.2`
-> `3.1.4` |
[![age](https://developer.mend.io/api/mc/badges/age/rubygems/dotenv-rails/3.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/dotenv-rails/3.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/dotenv-rails/3.1.2/3.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/dotenv-rails/3.1.2/3.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>bkeepers/dotenv (dotenv-rails)</summary>

###
[`v3.1.4`](https://redirect.github.com/bkeepers/dotenv/blob/HEAD/Changelog.md#314)

[Compare
Source](https://redirect.github.com/bkeepers/dotenv/compare/v3.1.3...v3.1.4)

- Fix an error when only the `Spring::Client` is loaded by
[@&#8203;alpaca-tc](https://redirect.github.com/alpaca-tc) in
[bkeepers/dotenv#512

##### New Contributors

- [@&#8203;alpaca-tc](https://redirect.github.com/alpaca-tc) made their
first contribution in
[bkeepers/dotenv#512

**Full Changelog**:
bkeepers/dotenv@v3.1.3...v3.1.4

###
[`v3.1.3`](https://redirect.github.com/bkeepers/dotenv/blob/HEAD/Changelog.md#313)

[Compare
Source](https://redirect.github.com/bkeepers/dotenv/compare/v3.1.2...v3.1.3)

- Only use Spring if already loaded by
[@&#8203;runephilosof-abtion](https://redirect.github.com/runephilosof-abtion)
in
[bkeepers/dotenv#511
-   Doc Updates:
- Spell out 'FILENAME' in readme by
[@&#8203;mikegee](https://redirect.github.com/mikegee) in
[bkeepers/dotenv#505
- Provide a 'Changelog' link on rubygems.org/gems/dotenv by
[@&#8203;mark-young-atg](https://redirect.github.com/mark-young-atg) in
[bkeepers/dotenv#506
- README.md: typo "exiting" by
[@&#8203;olleolleolle](https://redirect.github.com/olleolleolle) in
[bkeepers/dotenv#508
- cleanup: Run standard:fix by
[@&#8203;olleolleolle](https://redirect.github.com/olleolleolle) in
[bkeepers/dotenv#509

##### New Contributors

- [@&#8203;mikegee](https://redirect.github.com/mikegee) made their
first contribution in
[bkeepers/dotenv#505
- [@&#8203;mark-young-atg](https://redirect.github.com/mark-young-atg)
made their first contribution in
[bkeepers/dotenv#506
- [@&#8203;olleolleolle](https://redirect.github.com/olleolleolle) made
their first contribution in
[bkeepers/dotenv#508
-
[@&#8203;runephilosof-abtion](https://redirect.github.com/runephilosof-abtion)
made their first contribution in
[bkeepers/dotenv#511

**Full Changelog**:
bkeepers/dotenv@v3.1.2...v3.1.3

</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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/powerhome/power-web-development-interview).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 24, 2024
1 parent 8e85b4b commit 337e5f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ GEM
date (3.3.4)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (3.1.2)
dotenv-rails (3.1.2)
dotenv (= 3.1.2)
dotenv (3.1.4)
dotenv-rails (3.1.4)
dotenv (= 3.1.4)
railties (>= 6.1)
erubi (1.12.0)
execjs (2.8.1)
Expand All @@ -109,7 +109,7 @@ GEM
ffi (1.16.3)
globalid (1.1.0)
activesupport (>= 5.0)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jbuilder (2.12.0)
actionview (>= 5.0.0)
Expand Down

0 comments on commit 337e5f9

Please sign in to comment.