Update activesupport 7.1.1 → 7.1.3 (patch) #124
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?
✳️ activesupport (7.1.1 → 7.1.3) · Repo · Changelog
Release Notes
7.1.3 (from changelog)
7.1.2 (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
3.1.5 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 24 commits:
CHANGES: Add 3.1.5 entries
CHANGES: Add 3.1.4 entries
Clarify that JSON methods come from the JSON gem
Merge pull request #275 from BurdetteLamar/json_doc
[DOC] Add section Methods for Working with JSON
Merge pull request #273 from krtschmr/patch-1
Merge pull request #274 from koic/tweak_docs_for_bigdecimal_util
Update doc for bigdecimal/util
fixed docs for .scale
Merge pull request #265 from nobu/bumpup-3.1.5
Merge pull request #269 from ruby/use-test-unit-ruby-core
Use test-unit-ruby-core gem
Merge pull request #267 from ruby/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Merge pull request #266 from ruby/remove-truffleruby
Remove TruffleRuby because it's broken with the current test
Move bsearch test with Bigdecimal under the test_bigdecimal.rb
Bump up to 3.1.5
Update to_s doc examples
Add .to_s('F') digit grouping for integer part
fix: typo in document comments of `f_BigDecimal` function
Remove set but unused variable
Merge pull request #260 from ruby/update-test-lib-20230324
Update test libraries from https://github.com/ruby/ruby/commit/b4e438d8aabaf4bba2b27f374c787543fae07c58
Release Notes
1.2.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
1.2.3
Add `TimerTask.new(interval_type:)` option to configure interval calculation
docs: update promises grammar (#1026)
docs: fix typo in throttle docs (#1024)
Add Ruby 3.3 in CI
Remove AtomicReferenceMapBackend and CheapLockable
Fix some typos
Fix spurious return in Promises#wait_until_resolved
Fix compile error on FreeBSD 14
Drop dependency on mutex_m
Expose the number of threads that are actively executing tasks with `ThreadPoolExecutor#active_count`. (#1002)
Update the list of maintainers
Allow TimerTask to be initialized with a specified Executor
Use executor from arg in then_on/rescue_on/chain_on for Promises
Allow TimerSet to safely handle an executor raising `RejectedExecutionError` (#999)
Fix sporadic failures testing with JRuby (#1012)
Fix DaemonThreadFactory - reuse single Java thread factory
Fix doc typo: yeild → yield
Fix broken CI due to rake-compiler error on Ruby < 2.6
Fix TimerTask example output (#1003)
Fix TimerTask docs to not refer to `#execute` as "blocking" (#996)
Fix TimerTask `:execution_interval` docs
Update comment about ::Array on CRuby, it's not fully thread-safe
Update comment about ::Hash on CRuby, it's not fully thread-safe
Check the first Concurrent::Map default_proc argument is a Concurrent::Map in more tests
Release Notes
2.2.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
Bump up 2.2.0
Merge pull request #24 from ruby/version
Removed old version on doc section
Load DRb::VERSION automatically
Support :SSL{Min,Max}Version config options
Merge pull request #22 from ruby/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Merge pull request #20 from ruby/ruby-2-7
Run CI with Ruby 2.7+
Merge pull request #19 from ruby/use-test-unit-ruby-core
sync_tool is no longer needed
Update latest version of RubyGems
Use https://github.com/ruby/test-unit-ruby-core
Merge pull request #18 from ruby/update-test-lib-20230324
Update test libraries from https://github.com/ruby/ruby/commit/b4e438d8aabaf4bba2b27f374c787543fae07c58
s/MJIT/RJIT/
Merge pull request #13 from MSP-Greg/00-actions-windows
[CI] test.yml - add workflow_dispatch, easier to run in forks
[CI] test.yml - add Windows mswin job
Merge pull request #16 from ruby/replace-reusing-actions
Try with Windows
Use ruby/actions/.github/workflows/ruby_versions.yml@master
Merge pull request #15 from b-sakata/patch-1
Migrate set-output to $GITHUB_OUTPUT
omit random failure tests with FreeBSD
Do not run drb SSL tests on Windows
Skip TestDRbSSLAry on mswin
Omit a DRb test on MinGW
Release Notes
5.21.1 (from changelog)
5.21.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 20 commits:
prepped for release
- Rails' default backtrace filter can't currently work with caller_locations, so reverting back to caller.
prepped for release
+ Added Minitest::Compress#compress and added it to UnexpectedError
+ Filter failure backtraces using backtrace_filter before calculating location. (thomasmarshall)
better
+ Added ability to initialize BacktraceFilter w/ custom regexp.
Add changelog link to README and gem specification. (mattbrictson)
Fix rdoc to prevent wrong links and wrong quotes (stomar)
+ Output relative paths for all failures/errors/backtraces
+ Refactored location information in assertions, now using locations.
+ Make BacktraceFilter#filter compatible with locations (still compares strings).
- Drop undocumented bt arg in #skip. Dunno why that ever happened, prolly for testing?
Remove some long dead assertions and allow for assert_allocations in test_class_asserts_match_refutes.
emacs not so stupid anymore
+ Optimized Assertion#location ~30%.
+ Added --quiet flag to skip ProgressReporter (prints the dots). Minor speedup.
+ Add include_all kw arg to assert_respond_to and refute_respond_to.
- Fix mock to work with ruby debugger enabled. (keithlayne)
+ Removed thread and mutex_m dependencies. (hsbt, eregon)
Release Notes
0.2.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 11 commits:
Bump up 0.2.0
Merge pull request #14 from ruby/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Merge pull request #13 from ruby/use-reusable-workflow
Use reusing workflow
Merge pull request #11 from casperisfine/avoid-anonymous-eval
Avoid anonymous eval
Merge pull request #12 from ruby/drop-to-support-old-ruby
Drop to support Ruby 2.4
Merge pull request #10 from ruby/docs-readme-regular-require
README: use a require sans ".rb"
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