Skip to content

Conversation

@dependabot
Copy link

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

Bumps the bundler group with 5 updates in the / directory:

Package From To
activesupport 8.1.1 8.1.2
multi_xml 0.8.0 0.8.1
public_suffix 7.0.0 7.0.2
thor 1.4.0 1.5.0
tilt 2.6.1 2.7.0

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 multi_xml from 0.8.0 to 0.8.1

Changelog

Sourced from multi_xml's changelog.

0.8.1

Commits

Updates prism from 1.7.0 to 1.8.0

Release notes

Sourced from prism's releases.

v1.8.0

Added

  • Optimize ruby visitor.
  • Report unterminated construct errors at opening token.

Changed

  • Correctly expose ripper state.
  • Use one file for versioned parser classes.
  • Fix denominator of rational float literal.
  • Decouple ripper translator from ripper library.
  • Sync Prism::Translation::ParserCurrent with Ruby 4.0.
Changelog

Sourced from prism's changelog.

[1.8.0] - 2026-01-12

Added

  • Optimize ruby visitor.
  • Report unterminated construct errors at opening token.

Changed

  • Correctly expose ripper state.
  • Use one file for versioned parser classes.
  • Fix denominator of rational float literal.
  • Decouple ripper translator from ripper library.
  • Sync Prism::Translation::ParserCurrent with Ruby 4.0.

[Unreleased]

Commits
  • 90c0578 Merge pull request #3848 from k0kubun/ruby-4-0-1-prism
  • 8d1894c Revert updating prism in typecheck
  • 9c12be6 Bump to v1.8.0
  • 290cc3b Merge pull request #3841 from Earlopain/ripper-translator-state
  • b3e79f0 Merge pull request #3846 from ruby/dependabot/bundler/gemfiles/3.1/ruby-deps-...
  • 6f9e938 Merge pull request #3845 from ruby/dependabot/maven/java-wasm/java-deps-35ed5...
  • acb7e70 Bump org.junit.jupiter:junit-jupiter-engine
  • 6631788 Bump the ruby-deps group across 7 directories with 1 update
  • 295b613 Merge pull request #3847 from Earlopain/parser-version-location
  • 458f622 Use one file for versioned parser classes
  • Additional commits viewable in compare view

Updates public_suffix from 7.0.0 to 7.0.2

Changelog

Sourced from public_suffix's changelog.

7.0.2 - 2026-01-04

Changed

  • Excluded symlinks and unnecessary files from gem packaging. On Windows symlinks cannot be created without Administrator privileges or with developer mode enabled #496.

7.0.1 - 2026-01-03

Changed

  • Updated definitions.
Commits
  • 1e010a4 chore: Release 7.0.2
  • cdddbbc fix(build): Exclude symlink and unnecessary files
  • 698b015 ci: Update rubocop config
  • ec471ed Release 7.0.1
  • 532084d docs: FIx commit examples
  • 6e494dd test: Fix test position
  • 4642c1e Update .gitignore
  • 24c422c Update .gitignore
  • a4971b9 refactor: Split tests with excessive assertions
  • 9e86627 docs: reference Common Changelog in RELEASING
  • Additional commits viewable in compare view

Updates thor from 1.4.0 to 1.5.0

Release notes

Sourced from thor's releases.

1.5.0

What's Changed

New Contributors

Full Changelog: rails/thor@v1.4.0...v1.5.0

Commits
  • 6a680f2 Prepare for 1.5.0
  • 615b0c2 Merge pull request #919 from rails/rmf-ci
  • f16a2db Unlock bundler development dependency
  • 7b99536 Test with Ruby 4.0
  • 2a1eecb Merge pull request #918 from rails/dependabot/github_actions/actions/checkout-6
  • ed9ffca Merge pull request #916 from moritzschepp/ec-encoding
  • 5b85a33 Bump actions/checkout from 5 to 6
  • 2e2b684 fix encoding error when running a merge tool
  • b2d98fe Remove whatisthor.com references
  • 17a3be9 Merge pull request #912 from rails/dependabot/github_actions/actions/checkout-5
  • Additional commits viewable in compare view

Updates tilt from 2.6.1 to 2.7.0

Changelog

Sourced from tilt's changelog.

2.7.0 (2026-01-09)

  • Support passing template-specific options to Tilt::Pipeline.new (LevitatingBusinessMan) (#24)
  • Remove deprecated creole template (jeremyevans)
  • Make the rendering of Prawn templates idempotent (rickenharp) (#20)
Commits
  • 2b1189f Bump version to 2.7.0
  • ac414e7 Minor changes to Tile::Pipeline.new options support
  • df4b7e3 allow additional options to pipeline
  • f9193d5 Drop JRuby 9.4 from CI
  • 712e75d Remove use of minitest mocks
  • d3aa2a0 Add Ruby 4.0 to CI
  • 8454c9f Require URI in haml test to work around test failure on Ruby 4.0
  • e271cab Fix class name in coffeescript documentation
  • 1bca970 Remove deprecated creole template
  • 7e5263e Mention Tilt::StaticTemplate in README
  • Additional commits viewable in compare view

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 bundler group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [activesupport](https://github.com/rails/rails) | `8.1.1` | `8.1.2` |
| [multi_xml](https://github.com/sferik/multi_xml) | `0.8.0` | `0.8.1` |
| [public_suffix](https://github.com/weppos/publicsuffix-ruby) | `7.0.0` | `7.0.2` |
| [thor](https://github.com/rails/thor) | `1.4.0` | `1.5.0` |
| [tilt](https://github.com/jeremyevans/tilt) | `2.6.1` | `2.7.0` |



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 `multi_xml` from 0.8.0 to 0.8.1
- [Changelog](https://github.com/sferik/multi_xml/blob/main/CHANGELOG.md)
- [Commits](sferik/multi_xml@v0.8.0...v0.8.1)

Updates `prism` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/ruby/prism/releases)
- [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md)
- [Commits](ruby/prism@v1.7.0...v1.8.0)

Updates `public_suffix` from 7.0.0 to 7.0.2
- [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md)
- [Commits](weppos/publicsuffix-ruby@v7.0.0...v7.0.2)

Updates `thor` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/rails/thor/releases)
- [Commits](rails/thor@v1.4.0...v1.5.0)

Updates `tilt` from 2.6.1 to 2.7.0
- [Changelog](https://github.com/jeremyevans/tilt/blob/master/CHANGELOG.md)
- [Commits](jeremyevans/tilt@v2.6.1...v2.7.0)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-version: 8.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: multi_xml
  dependency-version: 0.8.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: prism
  dependency-version: 1.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: public_suffix
  dependency-version: 7.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: thor
  dependency-version: 1.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: tilt
  dependency-version: 2.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
...

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 13, 2026
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