Skip to content

Bump the ruby-dependencies group across 1 directory with 9 updates#221

Merged
mark-cooper merged 1 commit intomainfrom
dependabot/bundler/ruby-dependencies-b9d0ed8d28
Feb 26, 2026
Merged

Bump the ruby-dependencies group across 1 directory with 9 updates#221
mark-cooper merged 1 commit intomainfrom
dependabot/bundler/ruby-dependencies-b9d0ed8d28

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps the ruby-dependencies group with 9 updates in the / directory:

Package From To
solid_queue 1.3.1 1.3.2
bootsnap 1.22.0 1.23.0
standard 1.53.0 1.54.0
mocha 3.0.1 3.0.2
selenium-webdriver 4.40.0 4.41.0
collectionspace-client 373a1f0 803fc97
pagy 43.2.9 43.3.0
scout_apm 6.0.2 6.1.1
tailwindcss-ruby 4.1.18 4.2.0

Updates solid_queue from 1.3.1 to 1.3.2

Release notes

Sourced from solid_queue's releases.

v1.3.2

What's Changed

New Contributors

Full Changelog: rails/solid_queue@v1.3.1...v1.3.2

Commits
  • 0b13202 Bump solid_queue to 1.3.2
  • 4031642 Skip concurrency controls for jobs whose class has been removed
  • 1017e0a Handle nil process in heartbeat
  • 67a91df Guard against nil pid in Puma plugin stop
  • 629ae55 Fix crash when recording a failed execution for a job that already has one
  • b6825d0 Clean up dead thread from process_instances when replacing it
  • 5518a4d Fix: Detect and warn when schedules generate multiple CRONs (#707)
  • 97a3a54 Remove default value for 'mode' in CLI options
  • 8d90eab Fix race condition between job enqueue and concurrency unblock
  • See full diff in compare view

Updates bootsnap from 1.22.0 to 1.23.0

Release notes

Sourced from bootsnap's releases.

v1.23.0

What's Changed

  • Require Ruby 2.7.
  • Fix support for absolute paths in BOOTSNAP_IGNORE_DIRECTORIES.

Full Changelog: rails/bootsnap@v1.22.0...v1.23.0

Changelog

Sourced from bootsnap's changelog.

1.23.0

  • Require Ruby 2.7.
  • Fix support for absolute paths in BOOTSNAP_IGNORE_DIRECTORIES.
Commits
  • 7b04583 Release 1.23.0
  • 32e709d Merge pull request #530 from fxn/readdir
  • 8326783 Handle readdir errors in bs_rb_scan_dir()
  • 7807284 Merge pull request #528 from Umofomia/path-scanner-cleanup
  • c30155d Fix bundle path check and consolidate common code in PathScanner
  • c2ef9a3 Merge pull request #526 from Umofomia/claw--fix-ignored-directories-absolute-...
  • 93c35b8 LoadPathScanner: Avoid computing the absolute path when not needed
  • 2bf7aa4 Fix absolute path support for ignored directories in PathScanner.native_call
  • 749bf76 Merge pull request #527 from byroot/ruby-2.7
  • 5241189 Require Ruby 2.7
  • See full diff in compare view

Updates standard from 1.53.0 to 1.54.0

Changelog

Sourced from standard's changelog.

1.54.0

Commits
  • d8f9776 🍩 v1.54.0
  • 11f7712 Merge pull request #789 from standardrb/updates-2026-02-12
  • 1e14e5c Adds the changelog
  • 5a7c15f Updates Rubocop to v1.84
  • abc2bec Merge pull request #784 from standardrb/depbot-cooldown
  • c80e6b7 Merge pull request #783 from standardrb/dependabot/github_actions/step-securi...
  • a98a527 Decrease depbot frequency for GHA
  • 779ac18 Bump step-security/harden-runner from 2.14.0 to 2.14.1
  • See full diff in compare view

Updates mocha from 3.0.1 to 3.0.2

Changelog

Sourced from mocha's changelog.

3.0.2

External changes

  • Fix NoMethodError on deprecation warning - broken since v3.0.0 (#790)

Internal changes

  • Update commands in release docs to use bundle exec (7692c735)
  • Fix test:performance rake task for minitest v6 (d925ad27)
  • Fix prism gem install on JRuby (683c27b4)
  • Add Ruby v4.0-rc to CI build matrix and change weekly build to nightly (#777)
  • Add Ruby v4.0 to CI build matrix (6ced2025)
  • Add irb to Gemfile to fix warning in Ruby v4 (a0fc7798)
  • Auto-correct Style/EmptyClassDefinition violation (9ba0a09f)
  • Ensure every test can run in isolation (be12ef06)
  • Rename run-fail-fast CircleCI command -> run-fail-on-warning (72fc6fe8)
Commits
  • 50844e9 [skip ci] Update documentation for v3.0.2
  • 86db8bf Bump version to 3.0.2 & prepare for release
  • 34f3887 Fix NoMethodError on deprecation warning
  • 72fc6fe Rename run-fail-fast -> run-fail-on-warning
  • be12ef0 Ensure every test can run in isolation
  • 9ba0a09 Auto-correct Style/EmptyClassDefinition violation
  • a0fc779 Add irb to Gemfile to fix warning in Ruby v4
  • 6ced202 Add Ruby v4.0 to CI build matrix
  • c7c0dd3 Merge pull request #777 from freerange/add-ruby-v4.0-rc-to-ci-build-matrix
  • 94235b4 Change weekly build to nightly
  • Additional commits viewable in compare view

Updates selenium-webdriver from 4.40.0 to 4.41.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.41.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.41.0 (2026-02-19)

  • Support CDP versions: v143, v144, v145
  • remove stored atoms these get generated by build (#16971)
  • output driver logs when SE_DEBUG is enabled (#16901)
  • Update lint configuration and fix rubocop offenses (#17008)
  • add missing unit tests (#17025)
  • [grid] Add session event API for server-side event bus integration (#17015)
  • Update dependencies (#17111)
Commits
  • 9fc754f [build] Prepare for release of selenium-4.41.0 (#17098)
  • 02ec15f [rb] Update dependencies (#17111)
  • 832f16e [rb] enable fedcm unit tests through bazel
  • 0d3c440 [grid] Add session event API for server-side event bus integration (#17015)
  • 0e743fc [rb] add missing unit tests (#17025)
  • 65f9304 [rb] Update lint configuration and fix rubocop offenses (#17008)
  • a497c5b [rb] output driver logs when SE_DEBUG is enabled (#16901)
  • 2f9fc2b [build] replace //rb:lint-unsafe with a more generic //rb:rubocop
  • 9cb0bbc [build] create rake_tasks filegroup for linting
  • 8e5410d [build] Split Rakefile into per-language task files (#16979)
  • Additional commits viewable in compare view

Updates collectionspace-client from 373a1f0 to 803fc97

Commits

Updates pagy from 43.2.9 to 43.3.0

Release notes

Sourced from pagy's releases.

Version 43.3.0

Changes in 43.3.0

  • Add :typesense_rails paginator (See typesense/typesense-rails#17)
  • Accept a variable number of search arguments
  • Improve resilience of internal pagy nav method
  • Use Pagy::OPTIONS instead of Pagy.options for efficiency
  • Simplify assign options

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.3.0

  • Add :typesense_rails paginator (See typesense/typesense-rails#17)
  • Accept a variable number of search arguments
  • Improve resilience of internal pagy nav method
  • Use Pagy::OPTIONS instead of Pagy.options for efficiency
  • Simplify assign options

Version 43.2.10

  • Add failing test and revert code that caused empty aria label
  • Avoid invalid limit param (similar to #862)
  • Add thread flag to /bin/pagy
  • Add uri gem dependency to the gemspec
  • Freeze the @​order in key* apps
  • Replace require with require_relative in Pagy::CLI
  • Make Pagy::OPTIONS thread-safe
Commits

Updates scout_apm from 6.0.2 to 6.1.1

Changelog

Sourced from scout_apm's changelog.

6.1.1

  • Fix Redis 5 prepend interaction (#611)

6.1.0

  • Ruby 4 support
  • Update gem metadata
  • Add backtrace_additional_directories config option to allow additional directories to be included in the backtrace parser
Commits

Updates tailwindcss-ruby from 4.1.18 to 4.2.0

Release notes

Sourced from tailwindcss-ruby's releases.

v4.2.0

Changelog

Sourced from tailwindcss-ruby's changelog.

v4.2.0

Commits
  • 7866889 Merge pull request #96 from excid3/flavorjones-dep-tailwindcss-v4.2.0
  • a361fcf dep: update to Tailwind CSS v4.2.0
  • See full diff 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 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-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [solid_queue](https://github.com/rails/solid_queue) | `1.3.1` | `1.3.2` |
| [bootsnap](https://github.com/rails/bootsnap) | `1.22.0` | `1.23.0` |
| [standard](https://github.com/standardrb/standard) | `1.53.0` | `1.54.0` |
| [mocha](https://github.com/freerange/mocha) | `3.0.1` | `3.0.2` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.40.0` | `4.41.0` |
| [collectionspace-client](https://github.com/collectionspace/collectionspace-client) | ``373a1f0`` | ``803fc97`` |
| [pagy](https://github.com/ddnexus/pagy) | `43.2.9` | `43.3.0` |
| [scout_apm](https://github.com/scoutapp/scout_apm_ruby) | `6.0.2` | `6.1.1` |
| [tailwindcss-ruby](https://github.com/flavorjones/tailwindcss-ruby) | `4.1.18` | `4.2.0` |



Updates `solid_queue` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/rails/solid_queue/releases)
- [Commits](rails/solid_queue@v1.3.1...v1.3.2)

Updates `bootsnap` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/rails/bootsnap/releases)
- [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md)
- [Commits](rails/bootsnap@v1.22.0...v1.23.0)

Updates `standard` from 1.53.0 to 1.54.0
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.53.0...v1.54.0)

Updates `mocha` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v3.0.1...v3.0.2)

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

Updates `collectionspace-client` from `373a1f0` to `803fc97`
- [Commits](collectionspace/collectionspace-client@373a1f0...803fc97)

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

Updates `scout_apm` from 6.0.2 to 6.1.1
- [Changelog](https://github.com/scoutapp/scout_apm_ruby/blob/master/CHANGELOG.markdown)
- [Commits](scoutapp/scout_apm_ruby@v6.0.2...v6.1.1)

Updates `tailwindcss-ruby` from 4.1.18 to 4.2.0
- [Release notes](https://github.com/flavorjones/tailwindcss-ruby/releases)
- [Changelog](https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md)
- [Commits](flavorjones/tailwindcss-ruby@v4.1.18...v4.2.0)

---
updated-dependencies:
- dependency-name: solid_queue
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: bootsnap
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: standard
  dependency-version: 1.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: mocha
  dependency-version: 3.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: selenium-webdriver
  dependency-version: 4.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: collectionspace-client
  dependency-version: 803fc97b8684220a2ab8ccd55e8e60d35180360c
  dependency-type: direct:production
  dependency-group: ruby-dependencies
- dependency-name: pagy
  dependency-version: 43.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: scout_apm
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: tailwindcss-ruby
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Feb 23, 2026
@mark-cooper mark-cooper merged commit bce8d55 into main Feb 26, 2026
5 checks passed
@mark-cooper mark-cooper deleted the dependabot/bundler/ruby-dependencies-b9d0ed8d28 branch February 26, 2026 22:40
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