Skip to content

chore(deps): bump the ruby group with 4 updates #903

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps the ruby group with 4 updates: rubocop, bigdecimal, mime-types-data and rubocop-ast.

Updates rubocop from 1.75.8 to 1.76.1

Release notes

Sourced from rubocop's releases.

RuboCop v1.76.1

Bug fixes

  • #14245: Fix an error for Lint/EmptyInterpolation when using primitives in interpolation. (@​ka8725)
  • #14233: Fix an error for Style/SafeNavigation when using ternary expression with index access call. (@​koic)
  • #14236: Fix an error for Style/SafeNavigation when using ternary expression with operator method call. (@​koic)
  • #14249: Fix false positives for Style/RedundantArrayFlatten when Array#join is used with an argument other than the default nil. (@​koic)
  • #14239: Fix false positives for Style/RedundantParentheses when using one-line in pattern matching in operator. (@​koic)
  • #14240: Fix Naming/PredicateMethod cop error on empty parentheses method body. (@​viralpraxis)
  • #14235: Fix Style/SafeNavigation cop error on indexed assignment in ternary expression. (@​viralpraxis)
  • #14247: Fix Style/SafeNavigation invalid autocorrection on double colon method call. (@​viralpraxis)

RuboCop v1.76.0

New features

Bug fixes

  • #14228: Fix a false positive for Style/RedundantParentheses when using a one-line rescue expression as a method argument. (@​koic)
  • #14224: Fix false negatives for Style/RedundantParentheses when using one-line pattern matching. (@​koic)
  • #14205: False negatives in Style/SafeNavigation when a ternary expression is used in a method argument. (@​steiley)
  • #14226: Fix Lint/LiteralAsCondition autocorrect when branches of a condition have comments. (@​zopolis4)

Changes

Changelog

Sourced from rubocop's changelog.

1.76.1 (2025-06-09)

Bug fixes

  • #14245: Fix an error for Lint/EmptyInterpolation when using primitives in interpolation. ([@​ka8725][])
  • #14233: Fix an error for Style/SafeNavigation when using ternary expression with index access call. ([@​koic][])
  • #14236: Fix an error for Style/SafeNavigation when using ternary expression with operator method call. ([@​koic][])
  • #14249: Fix false positives for Style/RedundantArrayFlatten when Array#join is used with an argument other than the default nil. ([@​koic][])
  • #14239: Fix false positives for Style/RedundantParentheses when using one-line in pattern matching in operator. ([@​koic][])
  • #14240: Fix Naming/PredicateMethod cop error on empty parentheses method body. ([@​viralpraxis][])
  • #14235: Fix Style/SafeNavigation cop error on indexed assignment in ternary expression. ([@​viralpraxis][])
  • #14247: Fix Style/SafeNavigation invalid autocorrection on double colon method call. ([@​viralpraxis][])

1.76.0 (2025-06-04)

New features

Bug fixes

  • #14228: Fix a false positive for Style/RedundantParentheses when using a one-line rescue expression as a method argument. ([@​koic][])
  • #14224: Fix false negatives for Style/RedundantParentheses when using one-line pattern matching. ([@​koic][])
  • #14205: False negatives in Style/SafeNavigation when a ternary expression is used in a method argument. ([@​steiley][])
  • #14226: Fix Lint/LiteralAsCondition autocorrect when branches of a condition have comments. ([@​zopolis4][])

Changes

Commits
  • c74a5b3 Cut 1.76.1
  • c78ad7a Update Changelog
  • 0bd38ff [Fix #14249] Fix false positives for Style/RedundantArrayFlatten
  • bf52626 Improve expect_offense interpolation documentation
  • d0dfd68 Add new rake task to verify config references availability
  • 44f5eb7 Merge pull request #14259 from koic/fix_build_error_on_windows_matrix
  • ed880df Fix build errors on Winsows matrix
  • 9316b04 Merge pull request #14244 from koic/fix_false_positives_for_style_redundant_p...
  • bb32f69 Merge pull request #14252 from koic/workaround_ruby_lsp_0_24
  • 067da9d Workaround to avoid build error in Ruby LSP add-on test with Ruby LSP 0.24
  • Additional commits viewable in compare view

Updates bigdecimal from 3.2.1 to 3.2.2

Release notes

Sourced from bigdecimal's releases.

v3.2.2

What's Changed

Full Changelog: ruby/bigdecimal@v3.2.1...v3.2.2

Changelog

Sourced from bigdecimal's changelog.

3.2.2

  • Make precision calculation in bigdecimal.div(value, 0) gc-compaction safe. GH-340

    @​tompng

Commits

Updates mime-types-data from 3.2025.0527 to 3.2025.0603

Changelog

Sourced from mime-types-data's changelog.

3.2025.0603 / 2025-06-03

  • Updated registry entries from the IANA [media registry][registry] and [provisional media registry][provisional], the [Apache httpd media registry][httpd], and the [Apache Tika media registry][tika] as of the release date.
Commits
  • d8d5aa8 Update mime-types-data 3.2025.0603 / 2025-06-03
  • 2b31006 chore(deps): Bump ossf/scorecard-action from 2.4.1 to 2.4.2
  • See full diff in compare view

Updates rubocop-ast from 1.44.1 to 1.45.1

Release notes

Sourced from rubocop-ast's releases.

RuboCop AST 1.45.1

Bug fixes

  • #382: Fix an error when using Parser gem with prism_result. (@​koic)

RuboCop AST v1.45.0

New features

  • #381: Support AST::Node#any_match_pattern_type? method. (@​koic)
Changelog

Sourced from rubocop-ast's changelog.

1.45.1 (2025-06-08)

Bug fixes

  • #382: Fix an error when using Parser gem with prism_result. ([@​koic][])

1.45.0 (2025-06-03)

New features

  • #381: Support AST::Node#any_match_pattern_type? method. ([@​koic][])
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ruby group with 4 updates: [rubocop](https://github.com/rubocop/rubocop), [bigdecimal](https://github.com/ruby/bigdecimal), [mime-types-data](https://github.com/mime-types/mime-types-data) and [rubocop-ast](https://github.com/rubocop/rubocop-ast).


Updates `rubocop` from 1.75.8 to 1.76.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.75.8...v1.76.1)

Updates `bigdecimal` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/ruby/bigdecimal/releases)
- [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md)
- [Commits](ruby/bigdecimal@v3.2.1...v3.2.2)

Updates `mime-types-data` from 3.2025.0527 to 3.2025.0603
- [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md)
- [Commits](mime-types/mime-types-data@v3.2025.0527...v3.2025.0603)

Updates `rubocop-ast` from 1.44.1 to 1.45.1
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-ast@v1.44.1...v1.45.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.76.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: bigdecimal
  dependency-version: 3.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: mime-types-data
  dependency-version: 3.2025.0603
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: rubocop-ast
  dependency-version: 1.45.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 9, 2025
@mergify mergify bot merged commit 5053520 into main Jun 9, 2025
5 checks passed
@mergify mergify bot deleted the dependabot/bundler/ruby-651483eb90 branch June 9, 2025 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants