Update spring: 2.0.2 → 2.1.1 (minor) #202
Open
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.1) · Repo · Changelog
Release Notes
2.1.1 (from changelog)
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 65 commits:
Prepare v2.1.1
Merge pull request #621 from adrianna-chang-shopify/spring-process-should-use-working-dir
Update CHANGELOG.md with fix to spring server dir
Start server process in dir where cmd was called
Merge pull request #588 from remomueller/unify-method-to-detect-gemfile-name
Merge pull request #607 from DocSpring/spring-commands-parallel-rspec
Added information about the spring-commands-parallel-tests gem, which adds commands from parallel_tests
Merge pull request #597 from olleolleolle/patch-1
CI: Drop unused sudo: false Travis directive
Merge pull request #595 from k0kubun/default-gem-bundler
Avoid -I rubylibdir with default-gem bundler
Merge pull request #594 from robertomiranda/patch-1
Exclude ruby 2.4.6 +Rails 6.0.0.rc1
Test with Rails 6.0.0 rc1
Add support for gems.rb and gems.locked, closes #524.
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
Release Notes
1.1.7 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 42 commits:
Update rake-compiler-dock to add 2.7 build
Add 1.1.7 documentation
Bump version, update doc
Merge pull request #879 from mtsmfm/consider-falsy-in-compute-if-absent
Consider falsy value on `Concurrent::Map#compute_if_absent` fast non-blocking path
Merge pull request #878 from markiz/ma/issue-863
Merge pull request #877 from mikrobi/patch-1
Remove outdated documentation about constructor redefinition when including Concurrent::Async
Update future.md
Update doc
Merge pull request #869 from baweaver/baweaver/cleanup/remove-ruby-2-2-references
Merge pull request #876 from wjordan/fork_async
Merge pull request #856 from ruby-concurrency/segfault
Change license file to txt
Remove ``` from LICENSE.md
Reset Async queue on fork
Removes references to static Ruby versions in docs
Merge pull request #861 from olleolleolle/patch-2
CI: Use jruby-9.2.11.1
Merge pull request #859 from olleolleolle/rubinius-ci-config
CI: Rubinius as rbx-3.107
Merge pull request #853 from fzakaria/faridzakaria/bounded_queue
Merge pull request #858 from shanecav84/patch-1
Merge pull request #857 from olleolleolle/patch-2
Typo
Typo
CI: add jruby-9.2.11.0
Added changelog description
make if condition more ruby-idiomatic
remove 'concurrent/mvar'
RubyThreadLocalVar: rely on GIL on MRI to avoid problems with thread/mutex/queue in finalizers
Fix documentation
remove whitespace
Simply make queue always false when @synchronous
Introduce ThreadPoolExecutor without a Queue
Merge pull request #855 from olleolleolle/patch-2
Do not allow failures on JRuby 9.2.10.0 Latest on Java 11
CI: Use JRuby 9.2.10.0
Merge pull request #854 from bjfish/fix-argument-prefix-warnings
Fix argument prefix warning
Merge pull request #852 from fzakaria/remove-unused-line
Remove unused line
Release Notes
1.8.4
1.8.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 49 commits:
Bump to 1.8.5
add script to run a single file's tests
Merge pull request #537 from stereosupersonic/bugfix-custom-fallback-class
Improve fallback comment
clearer comment
Update fallbacks_test.rb
fix tests
bugfix custom fallback class
Reset load_path to nil in setup
Bump to 1.8.4
Merge pull request #535 from ruby-i18n/fallbacks
Always instantiate I18n::Locale::Fallbacks objects when using I18n.fallbacks=
Ensure documentation for fallbacks reflects reality
Merge pull request #532 from ruby-i18n/deprecate-constant
Can we call deprecate_constant without checking respond_to?
Merge pull request #531 from Fatsoma/deprecate_constant_interpolation_pattern
Fix deprecate_constant INTERPOLATION_PATTERN
Bump to 1.8.3
Merge pull request #528 from krzysiek1507/feature/optimize-normalize_flat_keys
Merge pull request #519 from fabiosammy/fix-pluralize-on-unknown-locale-with-attributes
Merge pull request #520 from piecehealth/kang
Merge pull request #529 from Shopify/callback-keyword-args
Use Ruby 2.7.1
Trigger actions on pull requests to master
Pass options as keyword arguments to translation procs
Bump Rake to v13
Bump rake to v13
Merge pull request #527 from krzysiek1507/fix/speed-and-memory-optimizations
Optimize normalize_flat_keys
Use flat_map instead of map.flatten in defaults
Reduce memory usage in compute
Reduce memory usage in Tag::Parents module
Map in-place subtags
Use flat_map instead of map.flatten in normalize_key
Merge pull request #526 from amatsuda/kwargs_args
Double-splat the arguments for I18n.translate
Merge pull request #524 from ruby-i18n/revert-521-fix-ruby27-deprecation-warning-in-proc-call
Revert "Fix Ruby 2.7 keyword arguments related deprecation warning in Proc call"
Merge pull request #521 from beamtech/fix-ruby27-deprecation-warning-in-proc-call
Merge pull request #523 from sandstrom/patch-1
Misc readme updates
Provide "I18n::Backend::Fallbacks#on_fallback" hook to allow users to add specified logic when the fallback succeeds.
Added double splat to resolve deprecation warning
Add reject to remove attributes from entry
Add the test to fail
Merge pull request #482 from jeffjyang/add-i18n-exist-check-without-fallback
Switch to new GitHub issue template
Update issue templates
Merge pull request #509 from vipera/fix-chain-fallback-backends
Commits
See the full diff on Github. The new version differs by 6 commits:
prepped for release
+ Minitest.filter_backtrace returns original backtrace if filter comes back empty.
Refactored positive spec tests w/ a custom assertion.
+ Return true on a successful refute. (jusleg)
Updated rake specs for latest assertions.
- Fixed expectation doco to not use global expectations.
Release Notes
1.2.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
Improve grammar.
Preparing v1.2.7.
Update to Ruby 2.7.1.
Revert to Ruby 2.4.9 and 2.7.0.
Update to Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 and JRuby 9.2.11.1.
Use shields.io for badges.
Update copyright years.
Add a build status badge for AppVeyor.
Replace broken links.
Use https for links where available.
Update to JRuby 9.2.11.0.
Merge pull request #112.
Test for just the non-existence of #untaint.
Fix comments relating to taint/untaint removal.
Don't rely on lexicographic version comparisons.
Fix test failures on Ruby 1.8.7.
Fix erroneous 'wrong number of arguments' errors on JRuby 9.0.5.0.
`$VERBOSE = false` won't be worked since `rb_warning` is changed to `rb_warn`
Update to Ruby 2.7.0.
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