Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the ruby-deps group with 8 updates:

Package From To
haml 7.1.0 7.2.0
pagy 43.2.3 43.2.6
turbo-rails 2.0.20 2.0.21
public_activity 3.0.1 3.0.2
haml_lint 0.68.0 0.69.0
listen 3.9.0 3.10.0
pry-byebug 3.11.0 3.12.0
selenium-webdriver 4.39.0 4.40.0

Updates haml from 7.1.0 to 7.2.0

Release notes

Sourced from haml's releases.

v7.2.0

What's Changed

New Contributors

Full Changelog: haml/haml@v7.1.0...v7.2.0

Changelog

Sourced from haml's changelog.

7.2.0

Commits

Updates pagy from 43.2.3 to 43.2.6

Release notes

Sourced from pagy's releases.

Version 43.2.6

Changes in 43.2.6

  • Refactor i18n:
    • Raise exceptions for missing 'pagy' and 'p11n' keys in the dictionary file
    • Improve efficiency and readability

CHANGELOG

Version 43

We needed a leap version to unequivocally signal that it's not just a major version: it's a complete redesign of the legacy code at all levels, usage and API included.

Why 43? Because it's exactly one step beyond "The answer to the ultimate question of life, the Universe, and everything." 😉

Improvements

This version introduces several enhancements, such as new :countish and :keynav_js paginators and improved automation and configuration processes, reducing setup requirements by 99%. The update also includes a simpler API and new interactive development tools, making it a comprehensive upgrade from previous versions.

  • New :countish Paginator
    • Faster than OFFSET and supporting the full UI
  • New Keynav Pagination
    • The pagy-exclusive technique using the fastest keyset pagination alongside all frontend helpers.
  • New interactive dev-tools
    • New PagyWand to integrate the pagy CSS with your app themes.
    • New Pagy AI available right inside your own app.
  • Intelligent automation
  • Simpler API
    • You solely need the pagy method and the @​pagy instance to paginate any collection and use any navigation tag and helper.
    • Methods are autoloaded only if used, and consume no memory otherwise.
    • Methods have narrower scopes and can be overridden without deep knowledge.
  • New documentation
    • Very concise, straightforward, and easy to navigate and understand.

Upgrade to 43

See the Upgrade Guide

... (truncated)

Changelog

Sourced from pagy's changelog.

Version 43.2.6

  • Refactor i18n:
    • Raise exceptions for missing 'pagy' and 'p11n' keys in the dictionary file
    • Improve efficiency and readability

Version 43.2.5

  • Fix Pagy::I18n.locale to ensure to_s. Close #861.
  • Reduce endless methods to very short, paramless ones
  • Refactor the in_range? method:
    • Remove implicit assignation to empty page variable
  • Enforce freezing the Pagy::Request object and params
  • Refactor calendar:
    • Remove the marshaling
    • Improve use and naming of locals
    • Improve readability
  • Refactor linkable:
    • Improve use of locals
    • Extend conditional sub to fragment
    • Improve readability
  • Improve simplicity and readability

Version 43.2.4

  • Fix anchor_string option not being read from @​options in a_lambda. Close #857
  • Fix page '0' raising an exception
Commits
  • b22aac2 Merge branch 'dev'
  • f1f4e62 Version 43.2.6
  • 75b7201 💎 Refactor i18n:
  • 6e4f613 Merge branch 'dev'
  • 5ca39ff Version 43.2.5
  • c3762a7 💎 Fix Pagy::I18n.locale to ensure to_s. Close #861.
  • 84e131d 💎 Reduce endless methods to very short, paramless ones
  • 30aa33b 💎 Refactor the in_range? method:
  • 28eaf2a 💎 Enforce freezing the Pagy::Request object and params
  • 3514e52 💎 Refactor calendar:
  • Additional commits viewable in compare view

Updates turbo-rails from 2.0.20 to 2.0.21

Release notes

Sourced from turbo-rails's releases.

v2.0.21

What's Changed

New Contributors

Full Changelog: hotwired/turbo-rails@v2.0.20...v2.0.21

Commits
  • e511fb2 Bump version
  • 99dc9c5 @​hotwired/turbo-rails v8.0.20
  • c2cd99f v8.0.21
  • 31c78af Respect broadcast suppressions on before/after actions (#770)
  • 16f7613 Only return messages produced by block in capture_turbo_stream_broadcasts
  • dda27a8 Restrict tests to minitest<6
  • 0eb3c03 Fix debouncer tests to wait on correct debouncer (#767)
  • 89c363e Remove legacy workaround for Rails < 7 (#766)
  • d85f2f0 Add support for Model Class in Action and Frame helpers
  • a3336b4 [fix #762] Forward broadcast_refresh_to options to turbo_stream_refresh_tag
  • Additional commits viewable in compare view

Updates public_activity from 3.0.1 to 3.0.2

Release notes

Sourced from public_activity's releases.

v3.0.2

What's Changed

New Contributors

Full Changelog: public-activity/public_activity@v3.0.1...v3.0.2

Changelog

Sourced from public_activity's changelog.

3.0.2

  • Fixed Refactor prepare_parameters method to handle nil parameters (s. #387, thanks Himalaya Pal)
  • Fixed CI failure due to lax sqlite3 version constraint (s. #389, thanks Junichi Sato)
Commits
  • d820088 Bump version and update changelog
  • 0298829 Remove PostgreSQL service from GitHub Actions
  • a933584 Update to actions/checkout@v4
  • 4b06321 Add .editorconfig for consistency
  • 036b3b6 Explicitly require logger for Rails 6.1
  • f052a2b Fix tests for Rails 7.2+
  • 29bbd6e Explicitly require logger
  • 1643fb2 Add Rake gem for newer Ruby versions
  • 6c51ea0 Removes duplicate indexes from activities migration template
  • 0e422b4 Allow manually triggering workflow run
  • Additional commits viewable in compare view

Updates haml_lint from 0.68.0 to 0.69.0

Release notes

Sourced from haml_lint's releases.

0.69.0

What's Changed

Full Changelog: sds/haml-lint@v0.68.0...v0.69.0

Changelog

Sourced from haml_lint's changelog.

0.69.0

  • Add support for HAML 7.2
Commits

Updates listen from 3.9.0 to 3.10.0

Release notes

Sourced from listen's releases.

v3.10.0

What's Changed

New Contributors

Full Changelog: guard/listen@v3.9.0...v3.10.0

Commits
  • 2fa1a74 Bump VERSION to 3.10.0
  • 7c6d39e Merge pull request #596 from y-yagi/ci_against_ruby40
  • 62255c0 CI against Ruby 4.0
  • 43cb09c Merge pull request #595 from y-yagi/mention_memory_allocation_about_max_user_...
  • 030aff8 Merge pull request #594 from y-yagi/remove_unused_require
  • 4317b21 Mention the relation with fs.inotify.max_user_watches and the memory alloc...
  • 5883c5e Remove unused require
  • cde3720 Merge pull request #592 from y-yagi/fix_rubocop
  • 8e93885 Merge pull request #593 from y-yagi/remove_link_to_travis
  • 2f07a81 Remove link to Travis CI
  • Additional commits viewable in compare view

Updates pry-byebug from 3.11.0 to 3.12.0

Release notes

Sourced from pry-byebug's releases.

3.12.0

Added

  • Allow usage with Byebug 13 (#466).
  • Allow pry 0.16 (#462).

Removed

  • Support for Ruby 3.1. Pry-byebug no longer installs on these platforms (#467).
Changelog

Sourced from pry-byebug's changelog.

3.12.0 (2026-01-16)

Added

  • Allow usage with Byebug 13 (#466).
  • Allow pry 0.16 (#462).

Removed

  • Support for Ruby 3.1. Pry-byebug no longer installs on these platforms (#467).
Commits

Updates selenium-webdriver from 4.39.0 to 4.40.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.40.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.40.0 (2026-01-18)

  • add synchronization and error handling for socket interactions (#16487)
  • mark low level bidi implementation as private api (#16475)
  • ensure driver process is always stopped (#15635)
  • create user-friendly method for enabling bidi (#14284)
  • Add force encoding to remove warnings caused by json 3.0 (#16728)
  • use SE_DEBUG to enable debugging (#16816)
  • ensure the grid is properly restarted in tests when there is a problem (#16842)
  • wait for grid to be ready when starting server (#16896)
  • check driver status endpoint rather than socket connection (#16877)
  • [build] update ruby gems with bazel (#16924)
Commits
  • b3333f1 [build] Prepare for release of Selenium 4.40 (#16931)
  • 6ccbd4d [rb] use default bundler version for lowest supported ruby version
  • 950d737 [rb] add a //rb:steep run target (#16925)
  • 5d30222 [build] update ruby gems with bazel (#16924)
  • 11fd819 [rb] add a //rb:lint-unsafe run target
  • a37f963 [rb] check driver status endpoint rather than socket connection (#16877)
  • af3a846 [rb] wait for grid to be ready when starting server (#16896)
  • bb520e7 [rb] fix incorrect debug label
  • 967cb02 [rb] update ruby versions (#16891)
  • d58b3a4 [rb] should not need long client timeout in tests (#16847)
  • 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 ruby-deps group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [haml](https://github.com/haml/haml) | `7.1.0` | `7.2.0` |
| [pagy](https://github.com/ddnexus/pagy) | `43.2.3` | `43.2.6` |
| [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.20` | `2.0.21` |
| [public_activity](https://github.com/public-activity/public_activity) | `3.0.1` | `3.0.2` |
| [haml_lint](https://github.com/sds/haml-lint) | `0.68.0` | `0.69.0` |
| [listen](https://github.com/guard/listen) | `3.9.0` | `3.10.0` |
| [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) | `3.11.0` | `3.12.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.39.0` | `4.40.0` |


Updates `haml` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/haml/haml/releases)
- [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md)
- [Commits](haml/haml@v7.1.0...v7.2.0)

Updates `pagy` from 43.2.3 to 43.2.6
- [Release notes](https://github.com/ddnexus/pagy/releases)
- [Changelog](https://github.com/ddnexus/pagy/blob/master/docs/CHANGELOG.md)
- [Commits](ddnexus/pagy@43.2.3...43.2.6)

Updates `turbo-rails` from 2.0.20 to 2.0.21
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v2.0.20...v2.0.21)

Updates `public_activity` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/public-activity/public_activity/releases)
- [Changelog](https://github.com/public-activity/public_activity/blob/main/CHANGELOG.md)
- [Commits](public-activity/public_activity@v3.0.1...v3.0.2)

Updates `haml_lint` from 0.68.0 to 0.69.0
- [Release notes](https://github.com/sds/haml-lint/releases)
- [Changelog](https://github.com/sds/haml-lint/blob/main/CHANGELOG.md)
- [Commits](sds/haml-lint@v0.68.0...v0.69.0)

Updates `listen` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/guard/listen/releases)
- [Commits](guard/listen@v3.9.0...v3.10.0)

Updates `pry-byebug` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases)
- [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md)
- [Commits](deivid-rodriguez/pry-byebug@v3.11.0...v3.12.0)

Updates `selenium-webdriver` from 4.39.0 to 4.40.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.39.0...selenium-4.40.0)

---
updated-dependencies:
- dependency-name: haml
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: pagy
  dependency-version: 43.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: turbo-rails
  dependency-version: 2.0.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: public_activity
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: haml_lint
  dependency-version: 0.69.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: listen
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: pry-byebug
  dependency-version: 3.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: selenium-webdriver
  dependency-version: 4.40.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Jan 19, 2026
@gnclmorais gnclmorais merged commit 4fb93cd into master Jan 19, 2026
3 of 4 checks passed
@gnclmorais gnclmorais deleted the dependabot/bundler/ruby-deps-7ac42e9302 branch January 19, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants