Skip to content

Bump the gems-patch group with 3 updates - #2965

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/gems-patch-aa4cfcdbff
Open

Bump the gems-patch group with 3 updates#2965
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/gems-patch-aa4cfcdbff

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the gems-patch group with 3 updates: pg_search, io-console and rbs.

Updates pg_search from 2.3.7 to 2.3.8

Changelog

Sourced from pg_search's changelog.

2.3.8

  • Drop support for Ruby 3.0, 3.1, and 3.2
  • Drop support for Active Record 6.1, 7.0, and 7.1
  • Support Ruby 3.4 and 4.0
  • Support Active Record 8.0 and 8.1
  • Fix ordered searches and associated ordering that use the internal rank join (fatkodima)
  • Sanitize query characters introduced by unaccent normalization (Misha Doronin)
  • Support keyword arguments for dynamic rank and highlight accessors (Manuel Meurer)
  • Quote custom primary key and inheritance column identifiers in multisearch rebuild SQL
  • Improve documentation (Olli)
Commits
  • 3460949 VERSION 2.3.8
  • a7218bc Merge pull request #576 from fatkodima/use-arel-joins
  • a626e9d Merge Arel rank join fix with regression coverage
  • 15ef3c6 Reproduce associated ordering alias collision
  • 286c623 Declare with_model tables explicitly
  • 3145e8f Add ruby-lsp to Gemfile for development
  • b45ff2f Use arel for joining with rank table
  • 279d7e0 Opt into 7-day cooldown for gems from Rubygems.org
  • 39f9a66 Tighten CI workflow defaults
  • e88ab5a Drop dead PGPASS env from CI workflow
  • Additional commits viewable in compare view

Updates io-console from 0.9.1 to 0.9.2

Release notes

Sourced from io-console's releases.

v0.9.2

What's Changed

Full Changelog: ruby/io-console@v0.9.1...v0.9.2

Commits
  • 23f9661 bump up to 0.9.2
  • 48942c2 Support JRuby FFI console on arm64 Darwin
  • 0ec2d9d Separate JRuby FFI bindings from constants
  • 8b57c65 Organize JRuby console implementations
  • b7ac2e0 Move JRuby implementation under jruby/lib
  • d6e1af6 Clarify JRuby test load path setup
  • fcb28a3 Improve stty console support
  • 1b4a781 Test bad keywords on JRuby
  • 14ca994 Test more platforms
  • See full diff in compare view

Updates rbs from 4.1.2 to 4.1.3

Release notes

Sourced from rbs's releases.

4.1.3

Release note

Miscellaneous

  • Don't use Clang nullability qualifiers in strict ISO C mode (#3074, Backported in #3075)
  • Avoid eagerly inspecting call traces in type assertions (#3073, Backported in #3076)
Changelog

Sourced from rbs's changelog.

4.1.3 (2026-08-10)

Miscellaneous

  • Don't use Clang nullability qualifiers in strict ISO C mode (#3074, Backported in #3075)
  • Avoid eagerly inspecting call traces in type assertions (#3073, Backported in #3076)
Commits
  • 5c7f8a2 Merge pull request #3077 from ruby/claude/release-4-1-3-dh5jwk
  • 8752e61 Version 4.1.3
  • 0b57ea2 Merge pull request #3076 from ruby/claude/rbs-3073-backport-dh5jwk
  • 7920265 Merge pull request #3075 from ruby/claude/rbs-3074-backport-dh5jwk
  • bb496a6 Avoid eager call trace inspection in type assertions
  • 3515bad Don't use Clang nullability qualifiers in strict ISO C mode
  • 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 gems-patch group with 3 updates: [pg_search](https://github.com/Casecommons/pg_search), [io-console](https://github.com/ruby/io-console) and [rbs](https://github.com/ruby/rbs).


Updates `pg_search` from 2.3.7 to 2.3.8
- [Changelog](https://github.com/Casecommons/pg_search/blob/master/CHANGELOG.md)
- [Commits](Casecommons/pg_search@v2.3.7...v2.3.8)

Updates `io-console` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/ruby/io-console/releases)
- [Commits](ruby/io-console@v0.9.1...v0.9.2)

Updates `rbs` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/ruby/rbs/releases)
- [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md)
- [Commits](ruby/rbs@v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: pg_search
  dependency-version: 2.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gems-patch
- dependency-name: io-console
  dependency-version: 0.9.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gems-patch
- dependency-name: rbs
  dependency-version: 4.1.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gems-patch
...

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 Aug 18, 2026
@dependabot
dependabot Bot requested a review from david-a-wheeler as a code owner August 18, 2026 05:05
@dependabot dependabot Bot added the ruby Pull requests that update Ruby code label Aug 18, 2026
@codecov

codecov Bot commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (2a9478f) to head (d14e505).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2965   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           82        82           
  Lines         4576      4576           
=========================================
  Hits          4576      4576           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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