Skip to content

Commit

Permalink
Bump dotenv-rails from 3.1.6 to 3.1.7 (#4162)
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Dec 18, 2024
1 parent cf6e3d6 commit cba727c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ GEM
diff-lcs (1.5.1)
docile (1.4.1)
domain_name (0.6.20240107)
dotenv (3.1.6)
dotenv-rails (3.1.6)
dotenv (= 3.1.6)
dotenv (3.1.7)
dotenv-rails (3.1.7)
dotenv (= 3.1.7)
railties (>= 6.1)
down (5.4.2)
addressable (~> 2.8)
Expand Down Expand Up @@ -297,7 +297,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
psych (5.2.1)
psych (5.2.2)
date
stringio
public_suffix (6.0.1)
Expand Down Expand Up @@ -361,7 +361,7 @@ GEM
ffi (~> 1.0)
rbs (3.7.0)
logger
rdoc (6.9.1)
rdoc (6.10.0)
psych (>= 4.0.0)
redis (5.3.0)
redis-client (>= 0.22.0)
Expand Down

0 comments on commit cba727c

Please sign in to comment.