Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump dotenv-rails from 3.1.6 to 3.1.7 (#4162)
Bumps [dotenv-rails](https://github.com/bkeepers/dotenv) from 3.1.6 to 3.1.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bkeepers/dotenv/releases">dotenv-rails's releases</a>.</em></p> <blockquote> <h2>v3.1.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue with repeated linebreaks when normalizing line endings by <a href="https://github.com/bkeepers"><code>@bkeepers</code></a> in <a href="https://redirect.github.com/bkeepers/dotenv/pull/523">bkeepers/dotenv#523</a></li> <li>Generate build matrix from endoflife.date by <a href="https://github.com/bkeepers"><code>@bkeepers</code></a> in <a href="https://redirect.github.com/bkeepers/dotenv/pull/521">bkeepers/dotenv#521</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bkeepers/dotenv/compare/v3.1.6...v3.1.7">https://github.com/bkeepers/dotenv/compare/v3.1.6...v3.1.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bkeepers/dotenv/blob/main/Changelog.md">dotenv-rails's changelog</a>.</em></p> <blockquote> <h2>3.1.7</h2> <ul> <li>Fix issue with repeated linebreaks when normalizing line endings by <a href="https://github.com/bkeepers"><code>@bkeepers</code></a> in <a href="https://redirect.github.com/bkeepers/dotenv/pull/523">bkeepers/dotenv#523</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bkeepers/dotenv/compare/v3.1.6...v3.1.7">https://github.com/bkeepers/dotenv/compare/v3.1.6...v3.1.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bkeepers/dotenv/commit/5bbef666eca90d80f3d0031ececbb176dce624f6"><code>5bbef66</code></a> Merge pull request <a href="https://redirect.github.com/bkeepers/dotenv/issues/523">#523</a> from bkeepers/preserve-linebreaks</li> <li><a href="https://github.com/bkeepers/dotenv/commit/19a767531d584242582782e44f37a2090b010755"><code>19a7675</code></a> Prepare for 3.1.7 release</li> <li><a href="https://github.com/bkeepers/dotenv/commit/bf87415adafccbc6387b7db03078a84fdcd9e6cf"><code>bf87415</code></a> Preserve repeated linebreaks when normalizing line endings</li> <li><a href="https://github.com/bkeepers/dotenv/commit/79c0f1cf6e89b352880314715c5ba58e52176b2a"><code>79c0f1c</code></a> Merge pull request <a href="https://redirect.github.com/bkeepers/dotenv/issues/521">#521</a> from bkeepers/endoflife-matrix</li> <li><a href="https://github.com/bkeepers/dotenv/commit/fdd83ed9946ce4ffb1e39c790ebbe2ea572f387d"><code>fdd83ed</code></a> Run tests once/day to test against latest versions</li> <li><a href="https://github.com/bkeepers/dotenv/commit/882de3142c23bfc908941c0a92246a480efce199"><code>882de31</code></a> Try continuing when bundle install fails</li> <li><a href="https://github.com/bkeepers/dotenv/commit/eb147231e008afa60f842fbc58434149259ab7f8"><code>eb14723</code></a> Getting Ruby and Rails versions from endoflife.date</li> <li>See full diff in <a href="https://github.com/bkeepers/dotenv/compare/v3.1.6...v3.1.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dotenv-rails&package-manager=bundler&previous-version=3.1.6&new-version=3.1.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information