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.7.0'
->'~> 3.1.4'
Release Notes
bkeepers/dotenv (dotenv-rails)
v3.1.4
Compare Source
Spring::Client
is 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.3
Compare Source
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.2...v3.1.3
v3.1.2
Compare Source
Full Changelog: bkeepers/dotenv@v3.1.1...v3.1.2
v3.1.1
Compare Source
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.0...v3.1.1
v3.1.0
Compare Source
What's Changed
v3.0.3
Compare Source
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.0.2...v3.0.3
v3.0.2
Compare Source
v3.0.1
Compare Source
What's Changed
Full Changelog: bkeepers/dotenv@v3.0.0...v3.0.1
v3.0.0
Compare Source
Breaking Changes
~> 2.0
if you are using an outdated Ruby or Rails version. https://github.com/bkeepers/dotenv/pull/466, https://github.com/bkeepers/dotenv/pull/471\n
is no longer expanded into a newline in quoted strings. Use multi-line strings with real line breaks, or setDOTENV_LINEBREAK_MODE=legacy
to preserve the old behavior. @nitsujri https://github.com/bkeepers/dotenv/pull/423ENV
will be automatically restored between tests (ActiveSupport::TestCase
andRspec
). https://github.com/bkeepers/dotenv/pull/472, https://github.com/bkeepers/dotenv/pull/475Dotenv::Rails.overload
. So now.env.development.local
will overwrite.env.local
, which will overwrite.env.development
, which will overwrite.env
. @eriklovmo - https://github.com/bkeepers/dotenv/pull/460dotenv.load
has been renamed toload.dotenv
to properly make use of namespaces in ActiveSupport::Notifications https://github.com/bkeepers/dotenv/pull/473Other improvements
rake
loaded development files (.env*development
) for test-related tasks. https://github.com/bkeepers/dotenv/pull/470-i
/--ignore
option todotenv
CLI to optionally ignore missing files. @stevenharman https://github.com/bkeepers/dotenv/pull/463Dotenv::Rails.files
. https://github.com/bkeepers/dotenv/pull/468Deprecations
dotenv-rails
gem is now superfluous. It's not technically deprecated yet and will continue to work, but thedotenv
gem does the same thing. https://github.com/bkeepers/dotenv/pull/468Dotenv::Railtie
has been deprecated. UseDotenv::Rails
. https://github.com/bkeepers/dotenv/pull/468Dotenv.overload
has been replaced withoverwrite
.overload
will still work and is not technically deprecated, but documentation refers toDotenv.overwrite
now. https://github.com/bkeepers/dotenv/pull/469New Contributors
Full Changelog: bkeepers/dotenv@v2.8.1...v3.0.0
v2.8.1
Compare Source
v2.8.0
Compare Source
$ dotenv --overload -f .env.local
) #445Configuration
📅 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.