chore(deps): update dependency dotenv-rails to v3 #933
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.1.7'Release Notes
bkeepers/dotenv (dotenv-rails)
v3.1.7Compare Source
Full Changelog: bkeepers/dotenv@v3.1.6...v3.1.7
v3.1.6Compare Source
Full Changelog: bkeepers/dotenv@v3.1.5...v3.1.6
v3.1.5Compare Source
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.4...v3.1.5
v3.1.4Compare Source
Spring::Clientis loaded by @alpaca-tc in https://github.com/bkeepers/dotenv/pull/512New Contributors
Full Changelog: bkeepers/dotenv@v3.1.3...v3.1.4
v3.1.3Compare Source
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.2...v3.1.3
v3.1.2Compare Source
Full Changelog: bkeepers/dotenv@v3.1.1...v3.1.2
v3.1.1Compare Source
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.0...v3.1.1
v3.1.0Compare Source
What's Changed
v3.0.3Compare Source
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.0.2...v3.0.3
v3.0.2Compare Source
v3.0.1Compare Source
What's Changed
Full Changelog: bkeepers/dotenv@v3.0.0...v3.0.1
v3.0.0Compare Source
Breaking Changes
~> 2.0if you are using an outdated Ruby or Rails version. https://github.com/bkeepers/dotenv/pull/466, https://github.com/bkeepers/dotenv/pull/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 https://github.com/bkeepers/dotenv/pull/423ENVwill be automatically restored between tests (ActiveSupport::TestCaseandRspec). https://github.com/bkeepers/dotenv/pull/472, https://github.com/bkeepers/dotenv/pull/475Dotenv::Rails.overload. So now.env.development.localwill overwrite.env.local, which will overwrite.env.development, which will overwrite.env. @eriklovmo - https://github.com/bkeepers/dotenv/pull/460dotenv.loadhas been renamed toload.dotenvto properly make use of namespaces in ActiveSupport::Notifications https://github.com/bkeepers/dotenv/pull/473Other improvements
rakeloaded development files (.env*development) for test-related tasks. https://github.com/bkeepers/dotenv/pull/470-i/--ignoreoption todotenvCLI to optionally ignore missing files. @stevenharman https://github.com/bkeepers/dotenv/pull/463Dotenv::Rails.files. https://github.com/bkeepers/dotenv/pull/468Deprecations
dotenv-railsgem is now superfluous. It's not technically deprecated yet and will continue to work, but thedotenvgem does the same thing. https://github.com/bkeepers/dotenv/pull/468Dotenv::Railtiehas been deprecated. UseDotenv::Rails. https://github.com/bkeepers/dotenv/pull/468Dotenv.overloadhas been replaced withoverwrite.overloadwill still work and is not technically deprecated, but documentation refers toDotenv.overwritenow. https://github.com/bkeepers/dotenv/pull/469New Contributors
Full Changelog: bkeepers/dotenv@v2.8.1...v3.0.0
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.
This PR was generated by Mend Renovate. View the repository job log.