Closed
Conversation
Author
|
Closed in favor of #27. |
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.
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ dotenv (~> 2.0 → ~> 3.0) · Repo · Changelog
Release Notes
3.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 70 commits:
Prepare for 3.0.0 releaseRestore the table showing files loaded and orderClarify autorestore behaviorSkip bumping version for now, tag has already been createdBump version to match tag name as part of releaseDebug refs to see if I can set version in releaseOnly run on release publishedUse official Ruby gem for publishingRelease 3.0.0.betaDraft of changelog for 3.0Remove gitter badge, add link to API docsUse main branchAPI doc updatesAvoid memozing Diff since final state can changeMerge pull request #475 from bkeepers/threadsafeHandle thread safety for Dotenv.restore, Add Dotenv.modify for thread safetyMerge pull request #473 from bkeepers/log-everythingMerge remote-tracking branch 'origin/master' into log-everythingMerge pull request #472 from bkeepers/save-and-restoreUse setup+teardown in AS::TestCaseUpdate READMEConfigure files for `rake test`Rename test_help to autorestoreLog all changes to ENVFix tests for Rails 6.1Fix specs for Rails 7.0Try to load deprecator in 7.1Fix lint errorAdd ability to save/restore ENV, automatically load in RailsMerge pull request #471 from bkeepers/rails-improvementsCall super() in subclassesSet required_ruby_version in gemspecBump required Rails version to 7.1Add Rails 6.1, 7.0, and 7.1 to build matrixOnly register deprecator if supported (Rails < 7.1)Merge pull request #470 from bkeepers/rake-test-rails-envLog what was loaded when Rails.logger is initializedLoad test wen running `rake test`Merge pull request #469 from bkeepers/overwriteMerge pull request #468 from bkeepers/refactor-railsMerge pull request #467 from bkeepers/refactorConsistently use "overwrite" in place of "overload" and "override"Remove instance after testUpdate and reorganize READMEUse `Dotenv::Rails.overwrite = true` instead of overloadInclude Rails integration in `dotenv` gemRefactor Rails integrationRename Dotenv::Railtie => Dotenv::RailsAvoid modifying Rails.envRefactor Railtie to allow customizing filesUpdate docs, remove unused methodUpdate standard config to latest supported Ruby versionRefactor internal API to reduce duplicationAdd DOTENV_LINEBREAK_MODE=legacy to preserve newline expansionMerge remote-tracking branch 'origin/master' into jenfi-eng/masterMerge pull request #460 from eriklovmo/respect-file-priority-policy-when-overloadingMerge remote-tracking branch 'origin/master' into respect-file-priority-policy-when-overloadingMerge pull request #463 from stevenharman/optionally_ignore_missing_files_from_cliTweak logic for deciding which method to loadMerge pull request #464 from bkeepers/dependabot/github_actions/actions/checkout-4Merge remote-tracking branch 'origin/master' into optionally_ignore_missing_files_from_cliBump actions/checkout from 3 to 4Merge pull request #466 from bkeepers/ruby-3.3Remove EOL Ruby versions from build matrix (2.5, 2.6, 2.7)Fix lint errorsAdd Ruby 3.3 to the build matrixAppease Standard.rbOptionally ignore missing files from CLIUse console syntax highlights for console commandsfix: always respect file importance order👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands