Update spring-watcher-listen: 2.0.1 → 2.1.0 (minor) #457
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ spring-watcher-listen (2.0.1 → 2.1.0) · Repo
Commits
See the full diff on Github. The new version differs by 30 commits:
Prepare for 2.1.0
Simplify the code now that instance variable is beinbg initialized in the constructor
Merge pull request #20 from jeremy/stop-listening-when-stale
Merge pull request #28 from f1sherman/env-var-to-disable
Merge pull request #34 from rails/rm-migrate-to-github-actions
Migrate CI to GitHub Actions
Fix logic to start the watcher
Allow to start after it was stopped
Merge pull request #21 from 284km/fix_ruby_warning
Allow any new version of spring
Test with Ruby 3.1
Merge pull request #32 from fcheung/support-spring-4
silence test that can't run successfuly
update to a more current ruby
Update gemfile used for tests
update specs to run against the rails/rubies spring 4 supports
Fix for use for spring 4
Merge pull request #30 from robthornton/update-travis-ci-badge
Updates the Travis CI badge URLs
Disable with `DISABLE_SPRING_WATCHER_LISTEN` env var
Fix requiring of Spring test helpers
Use bundler 2.X
Merge pull request #22 from voxik/delete-directories
Merge pull request #26 from timdorr/master
Support spring 3.0
Really delete the directories.
Fix "warning: instance variable @listener not initialized"
Watcher: if we're already stale, no need to keep listening for changes
Merge pull request #16 from junaruga/feature/update-travis
Update .travis.yml
✳️ spring (2.1.1 → 4.1.0) · Repo · Changelog
Release Notes
4.1.0 (from changelog)
4.0.0
3.1.1
3.1.0
3.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
0.11.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 2 commits:
Release version 0.11.2
Merge pull request #91 from danielmorrison/frozen-string-literals
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