devel/ruby-rspec-mocks: update to 3.13.7
pkgsrc change: update HOMEPAGE.
3.13.7 (2025-10-31)
Bug Fixes:
* Special case to_h, to_hash responses on null objects, prevents an issue
with Rails. (Jon Rowe, #275)
workflows/release-binaries: Pass user-token to upload-release-artifact (#176410)
This is necessary in order to be ablet to upload the artifact and was
omitted from a8ccd42ab23af6848929a638cd6b099953c7e491.
devel/ruby-reline: update to 0.6.3
0.6.3 (2025-11-10)
What's Changed
Bug Fixes
* Fix CSI pattern regexp to accept parameter bytes and intermediate bytes by
@tompng in #848
* Use key symbol names instead of hardcoded C-r C-s C-h C-? in
reverse/forward i-search by @tompng in #855
Other Changes
* Bump actions/checkout from 4 to 5 by @dependabot[bot] in #846
* Bump step-security/harden-runner from 2.12.2 to 2.13.0 by @dependabot[bot]
in #844
* Bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #849
[8 lines not shown]
devel/ruby-rb_sys: update to 0.9.124
0.9.118 (2025-12-04)
What's Changed
* Fix PackageNotFoundError name in msg by @stackmystack in #610
* Bump MSRV to 1.71 by @xiaoxipang in #639
* Support target-prefixed install_name_tool for cross-compilation by
@xiaoxipang in #638
* Fix Windows CI regressions and clean up test helpers by @ianks in #640
* Add copy as markdown button on docsite by @ianks in #641
* Bump github/codeql-action from 3.28.17 to 4.31.3 by @dependabot[bot] in
#643
* Bump peter-evans/dockerhub-description from 4.0.2 to 5.0.0 by
@dependabot[bot] in #642
* Bump ruby/setup-ruby from 1.238.0 to 1.267.0 by @dependabot[bot] in #636
* Bump syn from 2.0.104 to 2.0.108 by @dependabot[bot] in #632
* Bump proc-macro2 from 1.0.95 to 1.0.103 by @dependabot[bot] in #634
[79 lines not shown]
devel/ruby-rake-compiler-dock
1.10.0 (2025-10-25)
* Add support for ARM64 host images and release rake-compiler-dock host
images for ARM64 and x86_64. #140
* Add new target platform aarch64-mingw-ucrt aka Windows on ARM. #152
* Allow easier selection of the ruby run in the container. #151
* Install mig which is a Macos specific RPC code generator. #155
* Add RCD_IMAGE_VERSION env var to easily set image version or
snapshot. #163
* Disable rpath in cross compiled C extensions, since it is only valid in
the build environment. #165
* Drop support for Ruby 2.4, 2.5, and 2.6. #153 @ianks @flavorjones
* Remove rbenv ruby version 2.5.9 from the build container. #153 @ianks
@flavorjones
* Rename History.md to CHANGELOG.md which is more common.
Contributors
[34 lines not shown]
[AArch64] Remove AdjustCost from getCastInstrCost. (#143073)
This adds costsize (and latency / code-lat) costs for AArch64's
getCastInstr. This mostly affects how much unrolling is performed, and
helps bring the codesize cost in line with the number of instructions we
generate.
Provide LIBRESSL_USE_.*_ASSEMBLY defines.
Make life easier for portable by providing LIBRESSL_USE_.*_ASSEMBLY
defines, which enable/disable assembly for a specific algorithm. This
means that selected platforms can include the assembly files and specify
a define, rather than having to try to patch the crypto_arch.h headers.
Discussed with tb@
devel/ruby-parser: update to 3.22.0
3.22.0 (2025-12-20)
1 major enhancement:
* Announced the EOL of ruby_parser! YAY!
6 minor enhancements:
* 3.3: working down the grammar structural differences.
* Added tentative 3.4 support.
* Renamed assignable to old_assignable and added newer cleaner assignable
* Restructured comparison rake tasks and normalization to deal with lrama
changes.
* Updated compare versions and added 3.4.
* Updated grammars to fit most closely to ruby 3.2. Working it down the
line.
[15 lines not shown]
devel/ruby-mocha: update to 3.0.1
2.8.0 (2025-11-11)
Many thanks to @etiennebarrie for his help in testing v3.0.0 release
candidates which led to many of these changes.
External changes
* Extract ParameterMatchers::BaseMethods module and deprecate inheriting
from ParameterMatchers::Base class (0ddfbe4b)
* Move matcher builder methods into ParameterMatchers::Methods module and
only include that module into API (2de41423)
* Provide deprecated access to matcher builder methods when including
ParameterMatchers module (299488e1)
* Provide deprecated access to matcher classes,
e.g. ParameterMatchers::Equals, from within tests/specs (dcced1b4)
Internal changes
[94 lines not shown]