Packages changed: calligra fetchmail (6.4.27 -> 6.4.28) rubygem-actioncable-7.0 (7.0.2.2 -> 7.0.2.3) rubygem-actionmailbox-7.0 (7.0.2.2 -> 7.0.2.3) rubygem-actionmailer-7.0 (7.0.2.2 -> 7.0.2.3) rubygem-actionpack-7.0 (7.0.2.2 -> 7.0.2.3) rubygem-actiontext-7.0 (7.0.2.2 -> 7.0.2.3) rubygem-actionview-7.0 (7.0.2.2 -> 7.0.2.3) rubygem-activejob-7.0 (7.0.2.2 -> 7.0.2.3) rubygem-activemodel-7.0 (7.0.2.2 -> 7.0.2.3) rubygem-activerecord-7.0 (7.0.2.2 -> 7.0.2.3) rubygem-activestorage-7.0 (7.0.2.2 -> 7.0.2.3) rubygem-activesupport-7.0 (7.0.2.2 -> 7.0.2.3) rubygem-bootsnap (1.10.3 -> 1.11.1) rubygem-rails-7.0 (7.0.2.2 -> 7.0.2.3) rubygem-railties-7.0 (7.0.2.2 -> 7.0.2.3) rubygem-rubocop (1.25.1 -> 1.26.0) rubygem-rubocop-ast (1.15.2 -> 1.16.0) === Details === ==== calligra ==== - Add poppler-22.03.0.patch to fix build with poppler-22.03.0 ==== fetchmail ==== Version update (6.4.27 -> 6.4.28) Subpackages: fetchmailconf - update to 6.4.28: * Updated spanish translation. - fix typos in changelog. ==== rubygem-actioncable-7.0 ==== Version update (7.0.2.2 -> 7.0.2.3) - updated to version 7.0.2.3 * no changes ==== rubygem-actionmailbox-7.0 ==== Version update (7.0.2.2 -> 7.0.2.3) - updated to version 7.0.2.3 * no changes ==== rubygem-actionmailer-7.0 ==== Version update (7.0.2.2 -> 7.0.2.3) - updated to version 7.0.2.3 * no changes ==== rubygem-actionpack-7.0 ==== Version update (7.0.2.2 -> 7.0.2.3) - updated to version 7.0.2.3 * no changes ==== rubygem-actiontext-7.0 ==== Version update (7.0.2.2 -> 7.0.2.3) - updated to version 7.0.2.3 * no changes ==== rubygem-actionview-7.0 ==== Version update (7.0.2.2 -> 7.0.2.3) - updated to version 7.0.2.3 * no changes ==== rubygem-activejob-7.0 ==== Version update (7.0.2.2 -> 7.0.2.3) - updated to version 7.0.2.3 * no changes ==== rubygem-activemodel-7.0 ==== Version update (7.0.2.2 -> 7.0.2.3) - updated to version 7.0.2.3 * no changes ==== rubygem-activerecord-7.0 ==== Version update (7.0.2.2 -> 7.0.2.3) - updated to version 7.0.2.3 * no changes ==== rubygem-activestorage-7.0 ==== Version update (7.0.2.2 -> 7.0.2.3) - updated to version 7.0.2.3 * Added image transformation validation via configurable allow-list. Variant now offers a configurable allow-list for transformation methods in addition to a configurable deny-list for arguments. [CVE-2022-21831] ==== rubygem-activesupport-7.0 ==== Version update (7.0.2.2 -> 7.0.2.3) - updated to version 7.0.2.3 * no changes ==== rubygem-bootsnap ==== Version update (1.10.3 -> 1.11.1) - updated to version 1.11.1 * Fix the `can't modify frozen Hash` error on load path cache mutation. See #411. [#] 1.11.0 * Drop dependency on `fileutils`. * Better respect `Kernel#require` duck typing. While it almost never comes up in practice, `Kernel#require` follow a fairly intricate duck-typing protocol on its argument implemented as `rb_get_path(VALUE)` in MRI. So when applicable we bind `rb_get_path` and use it for improved compatibility. See #396 and #406. * Get rid of the `Kernel.require_relative` decorator by resolving `$LOAD_PATH` members to their real path. This way we handle symlinks in `$LOAD_PATH` much more efficiently. See #402 for the detailed explanation. * Drop support for Ruby 2.3 (to allow getting rid of the `Kernel.require_relative` decorator). ==== rubygem-rails-7.0 ==== Version update (7.0.2.2 -> 7.0.2.3) - updated to version 7.0.2.3 https://rubyonrails.org/2022/3/8/Rails-7-0-2-3-6-1-4-7-6-0-4-7-and-5-2-6-3-have-been-released ==== rubygem-railties-7.0 ==== Version update (7.0.2.2 -> 7.0.2.3) - updated to version 7.0.2.3 * no changes ==== rubygem-rubocop ==== Version update (1.25.1 -> 1.26.0) - updated to version 1.26.0 [#]## New features * [#10419](https://github.com/rubocop/rubocop/pull/10419): Add new `Style/NestedFileDirname` cop. ([@koic][]) * [#10433](https://github.com/rubocop/rubocop/pull/10433): Support `TargetRubyVersion 3.2` (experimental). ([@koic][]) [#]## Bug fixes * [#10406](https://github.com/rubocop/rubocop/pull/10406): Fix a false positive for `Lint/InheritException` when inheriting a standard lib exception class that is not a subclass of `StandardError`. ([@koic][]) * [#10421](https://github.com/rubocop/rubocop/issues/10421): Make `Style/DefWithParentheses` aware of endless method definition. ([@koic][]) * [#10401](https://github.com/rubocop/rubocop/issues/10401): Fix a false positive for `Style/HashSyntax` when local variable hash key and hash value are the same. ([@koic][]) * [#10424](https://github.com/rubocop/rubocop/pull/10424): Fix a false positive for `Security/YamlLoad` when using Ruby 3.1+ (Psych 4). ([@koic][]) * [#10446](https://github.com/rubocop/rubocop/pull/10446): Lint/RedundantDirGlobSort unset SafeAutoCorrect. ([@friendlyantz][]) * [#10403](https://github.com/rubocop/rubocop/issues/10403): Fix an error for `Style/StringConcatenation` when string concatenation with multiline heredoc text. ([@koic][]) * [#10432](https://github.com/rubocop/rubocop/pull/10432): Fix an error when using regexp with non-encoding option. ([@koic][]) * [#10415](https://github.com/rubocop/rubocop/issues/10415): Fix an error for `Lint/UselessTimes` when using `1.times` with method chain. ([@koic][]) [#]## Changes * [#10408](https://github.com/rubocop/rubocop/pull/10408): Mark `Lint/InheritException` as unsafe auto-correction. ([@koic][]) * [#10407](https://github.com/rubocop/rubocop/pull/10407): Change `EnforcedStyle` from `runtime_error` to `standard_error` for `Lint/InheritException`. ([@koic][]) * [#10414](https://github.com/rubocop/rubocop/pull/10414): Update auto-gen-config's auto-correction comments to be more clear. ([@maxjacobson][]) * [#10427](https://github.com/rubocop/rubocop/issues/10427): Mark `Style/For` as unsafe auto-correction. ([@issyl0][]) * [#10410](https://github.com/rubocop/rubocop/issues/10410): Improve help string for `--fail-level` CLI option. ([@tejasbubane][]) ==== rubygem-rubocop-ast ==== Version update (1.15.2 -> 1.16.0) - updated to version 1.16.0 [#]## New features * [#223](https://github.com/rubocop-hq/rubocop-ast/pull/223): Support `Parser::Ruby32` for Ruby 3.2 parser (experimental). ([@koic][])