Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2026

Bumps the patch_updates group with 3 updates in the / directory: toys, rubocop-rails and sorbet-static-and-runtime.

Updates toys from 0.19.0 to 0.19.1

Release notes

Sourced from toys's releases.

toys-core 0.19.1

v0.19.1 / 2026-01-06

  • DOCS: Some formatting fixes in the user guide

toys 0.19.1

v0.19.1 / 2026-01-06

  • FIXED: The minitest template and the "system test" builtin now support minitest 6
Changelog

Sourced from toys's changelog.

v0.19.1 / 2026-01-06

  • FIXED: The minitest template and the "system test" builtin now support minitest 6
Commits

Updates rubocop-rails from 2.34.2 to 2.34.3

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails v2.34.3

Bug fixes

  • #1473: Fix an error for Rails/SelectMap when select(:column_name).map(&:column_name) with parentheses. (@​koic)
  • #1569: Fix an error in Rails/SelectMap when multiple select calls are present before map. (@​koic)
Changelog

Sourced from rubocop-rails's changelog.

2.34.3 (2026-01-03)

Bug fixes

  • #1473: Fix an error for Rails/SelectMap when select(:column_name).map(&:column_name) with parentheses. ([@​koic][])
  • #1569: Fix an error in Rails/SelectMap when multiple select calls are present before map. ([@​koic][])
Commits
  • 31e5404 Cut 2.34.3
  • ef1a374 Update Changelog
  • ab178ab Bump license years to 2026
  • 6415859 Merge pull request #1575 from ydakuka/fix-typos-and-improve-naming-inclusive-...
  • 54fcb88 Fix typos and improve Naming/InclusiveLanguage configuration
  • 2923a13 CI against Ruby 4.0
  • 9447337 Use RuboCop RSpec 3.8.0 for development
  • 3e89a64 Reset the docs version
  • 4df528f Merge pull request #1573 from koic/fix_an_error_for_rails_select_map
  • 15c4c74 Fix an error for Rails/SelectMap
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.6.12872 to 0.6.12881

Release notes

Sourced from sorbet-static-and-runtime's releases.

sorbet 0.6.12880.20260108162253-69831332f

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.12880', :group => :development
gem 'sorbet-runtime', '0.6.12880'

sorbet 0.6.12879.20260108102421-56dc39456

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.12879', :group => :development
gem 'sorbet-runtime', '0.6.12879'

sorbet 0.6.12878.20260107144138-e472e7364

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.12878', :group => :development
gem 'sorbet-runtime', '0.6.12878'

sorbet 0.6.12877.20260107111813-d602da226

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.12877', :group => :development
gem 'sorbet-runtime', '0.6.12877'

sorbet 0.6.12876.20260107114243-802f5d5ef

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.12876', :group => :development
gem 'sorbet-runtime', '0.6.12876'

sorbet 0.6.12875.20260106092921-0a871d292

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.12875', :group => :development
gem 'sorbet-runtime', '0.6.12875'

sorbet 0.6.12874.20260105093216-2e0401d7f

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.12874', :group => :development
gem 'sorbet-runtime', '0.6.12874'

sorbet 0.6.12873.20260102172548-31f8567fc

... (truncated)

Commits

Updates activesupport from 8.1.1 to 8.1.2

Release notes

Sourced from activesupport's releases.

8.1.2

Active Support

  • Make delegate and delegate_missing_to work in BasicObject subclasses.

    Rafael Mendonça França

  • Fix Inflectors when using a locale that fallbacks to :en.

    Said Kaldybaev

  • Fix ActiveSupport::TimeWithZone#as_json to consistently return UTF-8 strings.

    Previously the returned string would sometime be encoded in US-ASCII, which in some cases may be problematic.

    Now the method consistently always return UTF-8 strings.

    Jean Boussier

  • Fix TimeWithZone#xmlschema when wrapping a DateTime instance in local time.

    Previously it would return an invalid time.

    Dmytro Rymar

  • Implement LocalCache strategy on ActiveSupport::Cache::MemoryStore. The memory store needs to respond to the same interface as other cache stores (e.g. ActiveSupport::NullStore).

    Mikey Gough

  • Fix ActiveSupport::Inflector.humanize with international characters.

    ActiveSupport::Inflector.humanize("áÉÍÓÚ")  # => "Áéíóú"
    ActiveSupport::Inflector.humanize("аБВГДЕ") # => "Абвгде"

    Jose Luis Duran

Active Model

  • No changes.

Active Record

  • Fix counting cached queries in ActiveRecord::RuntimeRegistry.

... (truncated)

Changelog

Sourced from activesupport's changelog.

Rails 8.1.2 (January 08, 2026)

  • Make delegate and delegate_missing_to work in BasicObject subclasses.

    Rafael Mendonça França

  • Fix Inflectors when using a locale that fallbacks to :en.

    Said Kaldybaev

  • Fix ActiveSupport::TimeWithZone#as_json to consistently return UTF-8 strings.

    Previously the returned string would sometime be encoded in US-ASCII, which in some cases may be problematic.

    Now the method consistently always return UTF-8 strings.

    Jean Boussier

  • Fix TimeWithZone#xmlschema when wrapping a DateTime instance in local time.

    Previously it would return an invalid time.

    Dmytro Rymar

  • Implement LocalCache strategy on ActiveSupport::Cache::MemoryStore. The memory store needs to respond to the same interface as other cache stores (e.g. ActiveSupport::NullStore).

    Mikey Gough

  • Fix ActiveSupport::Inflector.humanize with international characters.

    ActiveSupport::Inflector.humanize("áÉÍÓÚ")  # => "Áéíóú"
    ActiveSupport::Inflector.humanize("аБВГДЕ") # => "Абвгде"

    Jose Luis Duran

Commits
  • d7c8ae6 Preparing for 8.1.2 release
  • 3ea2701 CHANGELOG sync
  • 0f8014a [8-1-stable] Minitest 6 support
  • 991ccf3 Merge pull request #56393 from rails/add-exclude-keys-to-live-controller
  • c86465f Merge pull request #56353 from rails/rmf-delegation-basic-object
  • fce726b Merge pull request #56344 from Saidbek/fix-inflections-fallback-to-en-locale
  • efd9bd9 Merge pull request #56324 from jeremyevans/activesupport-uri-require
  • 81dca9c Merge pull request #56285 from markokajzer/main
  • a5c1af3 Merge pull request #56294 from fatkodima/fix-mem_cache_store-newer-connection...
  • 923f8e9 Merge pull request #56292 from fatkodima/fix-redis_cache_store-newer-connecti...
  • Additional commits viewable in compare view

Updates sorbet-runtime from 0.6.12872 to 0.6.12881

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.6.12880.20260108162253-69831332f

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.12880', :group => :development
gem 'sorbet-runtime', '0.6.12880'

sorbet 0.6.12879.20260108102421-56dc39456

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.12879', :group => :development
gem 'sorbet-runtime', '0.6.12879'

sorbet 0.6.12878.20260107144138-e472e7364

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.12878', :group => :development
gem 'sorbet-runtime', '0.6.12878'

sorbet 0.6.12877.20260107111813-d602da226

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.12877', :group => :development
gem 'sorbet-runtime', '0.6.12877'

sorbet 0.6.12876.20260107114243-802f5d5ef

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.12876', :group => :development
gem 'sorbet-runtime', '0.6.12876'

sorbet 0.6.12875.20260106092921-0a871d292

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.12875', :group => :development
gem 'sorbet-runtime', '0.6.12875'

sorbet 0.6.12874.20260105093216-2e0401d7f

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.12874', :group => :development
gem 'sorbet-runtime', '0.6.12874'

sorbet 0.6.12873.20260102172548-31f8567fc

... (truncated)

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

…pdates

Bumps the patch_updates group with 3 updates in the / directory: [toys](https://github.com/dazuma/toys), [rubocop-rails](https://github.com/rubocop/rubocop-rails) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet).


Updates `toys` from 0.19.0 to 0.19.1
- [Release notes](https://github.com/dazuma/toys/releases)
- [Changelog](https://github.com/dazuma/toys/blob/main/toys/CHANGELOG.md)
- [Commits](dazuma/toys@toys/v0.19.0...toys/v0.19.1)

Updates `rubocop-rails` from 2.34.2 to 2.34.3
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.34.2...v2.34.3)

Updates `sorbet-static-and-runtime` from 0.6.12872 to 0.6.12881
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `activesupport` from 8.1.1 to 8.1.2
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.2/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v8.1.1...v8.1.2)

Updates `sorbet-runtime` from 0.6.12872 to 0.6.12881
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: toys
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch_updates
- dependency-name: rubocop-rails
  dependency-version: 2.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch_updates
- dependency-name: sorbet-static-and-runtime
  dependency-version: 0.6.12881
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch_updates
- dependency-name: activesupport
  dependency-version: 8.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch_updates
- dependency-name: sorbet-runtime
  dependency-version: 0.6.12881
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch_updates
...

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 Jan 10, 2026
@github-actions github-actions bot enabled auto-merge January 10, 2026 03:48
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.

1 participant