Update spring: 2.0.2 → 2.1.0 (minor) #151
Closed
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 (2.0.2 → 2.1.0) · Repo · Changelog
Release Notes
2.1.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 50 commits:
Use single quotes
Prepare to Spring 2.1.0
Dissallow Rails < 4.2 to start the server
Fix CHANGELOG [ci skip]
Specify the right compatibility versions
Merge pull request #593 from amatsuda/warnings
:warning: instance variable @pid not initialized
:warning: assigned but unused variable - stdout, stdin
Move test support files out of lib
Test with Rails 6
overwrite config.cache_classes in app generator
Remove support to old rubies
Use bundler 1.17.3
Active Support is not an runtime dependency of the gem
Use Rubygems 3.0.3 on CI to fix bug with Ruby 2.5 stdlib
Don't use sqlite3 1.4 in versions that don't support it
Fix the rubygems require
Test with new rubies
Merge pull request #585 from olleolleolle/patch-1
README: direnv URL changed (now an org)
Merge pull request #579 from hahmed/fix-typo-in-contributing
fix typo in contributing.md
Merge pull request #514 from Kache/suspend-resume-on-tstp-cont
Merge pull request #569 from lostapathy/bump_travis
skip system tests and listen for acceptance tests
bump ruby versions for travis, add rails-5.2
Suspend and Resume on TSTP and CONT signals #361
Merge pull request #562 from mtsmfm/fix-broken-ci
Use specific rake version to fix `Gem::InstallError`
Extend timeout
Merge pull request #563 from mtsmfm/fix-broken-ci-2
Downgrade rubygems version to fix CI
Merge pull request #546 from mattbrictson/honor-bundle-app-config
Refer to Spring as a proper noun, with a capital "S" (#559)
Merge pull request #560 from timrogers/defined-spring
Condense documentation on checking whether Spring is running
Document how to check whether Spring is running from within your code
Merge pull request #555 from wintersolutions/add-command-links
Add links to rackup and rack-console command gems to README
with_original_env so BUNDLER_APP_CONFIG is honored
Merge pull request #534 from yhirano55/fix_bug_on_re_generating_binstub
Fix binstubs not being replaced when their quoting style was changed
Warn if Spring is running in production (#532)
Merge pull request #530 from kenips/support/update_support_versions
Update README on supported Ruby and Rails versions
Merge pull request #526 from sakuro/preserve-comments-after-shebang
Preserve comments after the shebang line
Tests: db:test:clone was deprecated and removed
Rails 5.1: account for 'rails server' usage continuing on a new line
CI: test against Rails 5.1
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