[deps]: Update dotenv to v3#2630
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Collaborator
|
Internal tracking:
|
vvolkgang
requested changes
May 14, 2026
Member
vvolkgang
left a comment
There was a problem hiding this comment.
For future reference, test run failed, this will need to be looked at:
4f5367b to
5083d78
Compare
5083d78 to
90e2e67
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'2.8.1'→'3.2.0'Release Notes
bkeepers/dotenv (dotenv)
v3.2.0Compare Source
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.8...v3.2.0
v3.1.8Compare Source
Thanks to Stoked Seagull Software for sponsoring this release of dotenv!
Need help with a software project but don't know where to begin? Stoked Seagull can help.
Interested in sponsoring dotenv?
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.7...v3.1.8
v3.1.7Compare Source
What's Changed
Full Changelog: bkeepers/dotenv@v3.1.6...v3.1.7
v3.1.6: 3.1.6Compare Source
What's Changed
Full Changelog: bkeepers/dotenv@v3.1.5...v3.1.6
v3.1.5Compare Source
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.4...v3.1.5
v3.1.4: 3.1.4Compare Source
What's Changed
Spring::Clientis loaded by @alpaca-tc in #512New Contributors
Full Changelog: bkeepers/dotenv@v3.1.3...v3.1.4
v3.1.3Compare Source
v3.1.2: 3.1.2Compare Source
What's Changed
Full Changelog: bkeepers/dotenv@v3.1.1...v3.1.2
v3.1.1: 3.1.1Compare Source
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.0...v3.1.1
v3.1.0: 3.1.0Compare Source
What's Changed
config/application.rb
Set a custom dotenv logger
Dotenv::Rails.logger = MyCustomLogger.new
module YourApp
class Application < Rails::Application
…
end
v3.0.3Compare Source
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.0.2...v3.0.3
v3.0.2: 3.0.2Compare Source
What's Changed
Full Changelog: bkeepers/dotenv@v3.0.1...v3.0.2
v3.0.1: 3.0.1Compare Source
What's Changed
Full Changelog: bkeepers/dotenv@v3.0.0...v3.0.1
v3.0.0: 3.0.0Compare Source
See #476 for more details and to discuss this release.
Breaking Changes
~> 2.0if you are using an outdated Ruby or Rails version. #466, #471\nis no longer expanded into a newline in quoted strings. Use multi-line strings with real line breaks, or setDOTENV_LINEBREAK_MODE=legacyto preserve the old behavior. @nitsujri #423ENVwill be automatically restored between tests (ActiveSupport::TestCaseandRspec). #472, #475Dotenv::Rails.overload. So now.env.development.localwill overwrite.env.local, which will overwrite.env.development, which will overwrite.env. @eriklovmo - #460dotenv.loadhas been renamed toload.dotenvto properly make use of namespaces in ActiveSupport::Notifications #472Other improvements
rakeloaded development files (.env*development) for test-related tasks. #470-i/--ignoreoption todotenvCLI to optionally ignore missing files. @stevenharman #463Dotenv::Rails.files. #468Deprecations
dotenv-railsgem is now superfluous. It's not technically deprecated yet and will continue to work, but thedotenvgem does the same thing. #468Dotenv::Railtiehas been deprecated. UseDotenv::Rails. #468Dotenv.overloadhas been replaced withoverwrite.overloadwill still work and is not technically deprecated, but documentation refers toDotenv.overwritenow. #469New Contributors
Full Changelog: bkeepers/dotenv@v2.8.1...v3.0.0.beta
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.