www/ruby-css-parser: update to 2.2.0
2.2.0 (2026-05-07)
* Accept CSS <number> values with an omitted integer part (e.g. .1) inside
rgb()/rgba()/hsl()/hsla(). Previously RE_COLOUR_NUMERIC and
RE_COLOUR_NUMERIC_ALPHA required at least one digit before the decimal
point, which caused colours such as rgba(0,0,0,.1) to be silently dropped
during shorthand expansion (background-color from background:,
border-*-color from border:).
www/ruby-bullet: update to 8.1.2
8.1.2 (05/25/2026)
* Skip N+1 detection for optional polymorphic belongs_to whose *_type column
is nil. ActiveRecord short-circuits the reader to nil without issuing
SQL, so the access cannot represent an N+1 query and preloading would be a
no-op.
* Fix Set#<< corruption in UnusedEagerLoading#add_eager_loadings split
branch
www/ruby-aws-sdk-s3: update to 1.224.0
1.224.0 (2026-05-21)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.223.0 (2026-05-19)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.222.0 (2026-05-13)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.221.0 (2026-05-06)
* Feature - Validate outpost access point resource name
www/ruby-aws-sdk-kms: update to 1.128.0
1.128.0 (2026-05-21)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.127.0 (2026-05-20)
* Feature - AWS KMS now supports creating grants for AWS service principals
using new GranteeServicePrincipal and RetiringServicePrincipal parameters.
This release adds SourceArn grant constraint and three condition keys for
controlling CreateGrant access. For more information, see Grants in AWS
KMS.
1.126.0 (2026-05-19)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
[5 lines not shown]
www/ruby-aws-sdk-secretsmanager: update to 1.132.0
1.132.0 (2026-05-21)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.131.0 (2026-05-19)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.130.0 (2026-05-13)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
www/ruby-aws-sdk-core: update to 3.250.0
3.250.0 (2026-05-28)
* Feature - Adding new BDD representation of endpoint ruleset
* Issue - Prevent unbounded recursion in CBOR decoder that could cause
process termination on malformed responses.
3.249.0 (2026-05-22)
* Feature - Adding new BDD representation of endpoint ruleset
3.248.0 (2026-05-21)
* Feature - Updated Aws::STS::Client with the latest API changes.
* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
[12 lines not shown]
www/ruby-aws-partitions: update to 1.1255.0
1.1255.0 (2026-05-29)
* Feature - Updated the partitions source data that determines the AWS
service regions and endpoints.
1.1254.0 (2026-05-28)
* Feature - Added support for enumerating regions for Aws::Resiliencehubv2.
1.1253.0 (2026-05-22)
* Feature - Updated the partitions source data that determines the AWS
service regions and endpoints.
1.1252.0 (2026-05-20)
* Feature - Updated the partitions source data that determines the AWS
[36 lines not shown]
(devel/R-bit) Updated 4.5.1 to 4.6.0
# bit 4.6.0
## BUG FIXES
1. Corrected the function prototype for a C function, #36. Thanks
@aitap for investigating and suggesting a fix.
1. `chunk()` works if {ff} is loaded but not attached, #3. Thanks
@dschlaep for the report.
## NOTES
1. After creating, developing, and maintaining {bit} for about 16
years, Jens Oehlschlägel has decided to step down as maintainer of the
package. As with {bit64}, Michael Chirico will take over in this
duty. Thank you Jens for creating such a wonderful & important part of
the R ecosystem!
[5 lines not shown]
time/ruby-hitimes: update to 3.2.0
3.2.0 (2026-05-21)
* Fix tests for future Minitest 6.0 must_raise change (#91)
* Add Mamoru TASAKA to contributors
* Fix flaky timestamp comparison tests with directional epsilon tolerance
(#95)
* Update Semaphore CI config and ruby versions in test matrxi to 3.2 and up
* Update dependencies
textproc/ruby-yard: update to 0.9.44
0.9.44 (2026-05-25)
* Fix possible path traversal with document_root (--docroot) and disk
caching (--cache) set in yard server (GHSA-pxcc-8665-phx8)
* Fix support for HTML entities in HybridMarkup (#1680, #1681)
* Add support for string literals in TypesExplainer (#1628)
* Add support for multiple & nested Hash keys definition (#1630)
textproc/ruby-rdiscount: update to 2.2.7.5
2.2.7.5 (2026-04-26)
* Fix build failure in newer compilers that use C23 mode by default, such as
Clang on macOS.