Update activemodel 8.1.1 → 8.1.2 (patch)#35
Merged
tcannonfodder merged 1 commit intomainfrom Feb 27, 2026
Merged
Conversation
1c2f75f to
4cc33d0
Compare
4cc33d0 to
dadab79
Compare
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.
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?
✳️ activemodel (8.1.1 → 8.1.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 3 commits:
Preparing for 8.1.2 releaseAddress `Layout/EmptyLineAfterMagicComment` offense at 8-1-stableMerge pull request #56058 from Shopify/uk-am-secure-password-require-fix✳️ actionpack (8.1.1 → 8.1.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 3 commits:
Preparing for 8.1.2 releaseAddress `Layout/EmptyLineAfterMagicComment` offense at 8-1-stableMerge pull request #56058 from Shopify/uk-am-secure-password-require-fix✳️ activerecord (8.1.1 → 8.1.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 3 commits:
Preparing for 8.1.2 releaseAddress `Layout/EmptyLineAfterMagicComment` offense at 8-1-stableMerge pull request #56058 from Shopify/uk-am-secure-password-require-fix✳️ activesupport (8.1.1 → 8.1.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 3 commits:
Preparing for 8.1.2 releaseAddress `Layout/EmptyLineAfterMagicComment` offense at 8-1-stableMerge pull request #56058 from Shopify/uk-am-secure-password-require-fix✳️ minitest (5.26.2 → 5.27.0) · Repo · Changelog
Release Notes
5.27.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 15 commits:
Branching minitest to version 5.27.0! Adding post install message announcing the EOL for minitest 5.REVERTED: Removed obsolete conditional for prerecord. For now... Wait for MT6.- Removed obsolete guards around Warning.- Removed obsolete version guards for pattern matching assertions.- Removed obsolete conditional for prerecord+ Use Kernel#warn uplevel argument for nicer warnings. (byroot)Fixed reporter test shape variation warning. (havenwood)+ Removed TestTask::Work#initialize since Queue can now initialize with an Enumerable! AMAZING!- Switched all internal requires to require_relative.- Cleaned up option aliasing a tad.Switched to vim-test in readmeAdded minitest website to readmeanother tweak to GHA config to fix task namesCleaned up GHA configCommits
See the full diff on Github. The new version differs by 3 commits:
Preparing for 8.1.2 releaseAddress `Layout/EmptyLineAfterMagicComment` offense at 8-1-stableMerge pull request #56058 from Shopify/uk-am-secure-password-require-fixRelease Notes
4.0.1
4.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 40 commits:
Bump version to v4.0.1 (#477)Remove "Which version should you select" section (#476)Remove unused variable (and add test for it) (#475)Merge pull request #474 from ruby/exclude-dependabot-updateExclude dependabot updates from release noteBump version to v4.0.0 (#472)Deprecate ludcmp, jacobian and newton (#471)Remove deprecated method BigDecimal#precs (#470)Better rounding of BigMath.atan(nearly_one, prec) (#469)Merge pull request #468 from ruby/dependabot/github_actions/step-security/harden-runner-2.14.0Bump step-security/harden-runner from 2.13.3 to 2.14.0Implement BigMath.frexp and ldexp with exponent of 10 (#448)Fix lgamma precision when gamma(negative_x).abs nearly equals 1 (#467)Fix lgamma precision around 1 and 2 (#466)Fix inaccurate calculation (last digit) and add a workaround for add/sub hang bug (#465)Merge pull request #463 from tas50/masterFix typos + improve copy/paste in readmeImplement BigMath.gamma and BigMath.lgamma (#451)Implement BigMath.erf(x, prec) and BigMath.erfc(x, prec) (#357)Merge pull request #461 from ruby/dependabot/github_actions/step-security/harden-runner-2.13.3Merge pull request #462 from ruby/dependabot/github_actions/actions/checkout-6.0.1Bump actions/checkout from 6.0.0 to 6.0.1Bump step-security/harden-runner from 2.13.2 to 2.13.3Cast divmod quotient to int (#312)Change remainder/modulo/divmod test of +0/-0 type tolerant (#460)Add missing BigMath test for jruby (#459)Merge pull request #457 from ruby/dependabot/github_actions/actions/checkout-6.0.0Bump actions/checkout from 5.0.1 to 6.0.0Merge pull request #456 from ruby/dependabot/github_actions/actions/checkout-6.0.0Bump actions/checkout from 5.0.0 to 6.0.0Don't use assert_separatly if not needed (#455)Bump step-security/harden-runner from 2.13.1 to 2.13.2 (#454)Fix incorrect exception when exponent is fractional for Infinity base (#453)Make BigMath.exp and log also a module_method (#452)Add missing bigmath precision test, add missing indent (#450)Merge pull request #449 from ruby/update-actionsUpdate the latest versions of actionsFix fast-path of frac and _decimal_shift affected by BigDecimal.limit (#447)Implement major math functions (#336)Fix x**y, x.power(y, 0) and x.sqrt(0) calculates huge digits if precision limit is huge (#445)Release Notes
1.3.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 23 commits:
Release 1.3.6Exclude dependabot updates from release notesThreadPoolExecutor `kill` will `wait_for_termination` in JRuby; ensure TimerSet timer thread shuts down cleanlyFlaky test fix: allow ThreadPool to shutdown before asserting completed_task_count (#1098)Allow TimerTask to be safely restarted after shutdown and avoid duplicate tasks (#1001)Mark RubySingleThreadExecutor as a SerialExecutorServiceAsynchronous pruning for RubyThreadPoolExecutor (#1082)Add Joshua Young to the list of maintainers (#1097)Use typed data APIsUse stdatomic.h on recent macOSBump actions/checkout from 5 to 6Fix multi require concurrent/executor/cached_thread_poolAlways fail-fast: false in CIAvoid creating a Fiber while loading the gemBump actions/checkout from 4 to 5Bump actions/upload-pages-artifact from 3 to 4Fix mistakes in MVar documentationCorrect word in readmeFix typoAdd 3.4 in CIRun tests without the C extension in CIFix guards in specs using C extension classesDocument Bundler workaround for releasingRelease Notes
3.0.2 (from changelog)
3.0.1 (from changelog)
3.0.0 (from changelog)
2.5.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 15 commits:
bump, changesSupport :name keyword arg for backwards compat, #210Fix missing fork.rbdocsrefactor idle reaping for readabilityfix CI warningfork refactoringci tuningConnection Pool 3.0 (#209)Add benchmark to validate fast path performanceprep for releaseBump actions/checkout from 5 to 6 (#208)Support pop(exception: false) to avoid exceptions as control flow, fixes #207Adjust ractor testing to avoid needless stdout warningsdoc: explain weird codeRelease Notes
1.14.8
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 18 commits:
Bump to 1.14.9Merge pull request #726 from byroot/fstr-compatMerge branch 'master' into fstr-compatRemove testing for EOL Rubies 3.1 + 3.0Merge remote-tracking branch 'olleolleolle/patch-1'Merge pull request #724 from lee266/fix/i18n-locale-thread-variableFix compatibility with `--enable-frozen-string-literal`Merge pull request #722 from taketo1113/ci-ruby-3.4CI: Fix rails version specification in gemfiles to run with the specified minor versionCI: Add ruby 3.4 to CI Matrixfix: I18n.locale reset in Fiber context by using Thread#thread_variable_{get,set}Delete gemfiles/Gemfile.rails-6.1.xDelete gemfiles/Gemfile.rails-6.0.xCI: Omit the 6.x versions of RailsCI: Use actions/checkout@v5Merge pull request #708 from voxik/add-require-pathnameMerge pull request #713 from Earlopain/cgi-ruby-3.5Remove unused `cgi` requireRelease Notes
1.1.1
1.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 13 commits:
v1.1.1Merge pull request #189 from osyoyu/restore-whatwg-email-regexpRe-allow consecutive, leading and trailing dots in EMAIL_REGEXPv1.1.0Merge pull request #187 from ruby/switch-version-codeUse generic version number to VERSION and generate VERSION_CODE from thatExclude dependabot updates from release noteMerge pull request #130 from soda92/improve-error-messageMerge pull request #161 from y-yagi/fix_changing_parserMerge pull request #166 from vivshaw/vivshaw/correct-obsolete-parseMerge pull request #182 from y-yagi/fix_irb_warningUpdate the latest versions of actionsMerge tag 'v1.0.4'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