Skip to content

chore(deps): bump the ruby-minor-patch group across 1 directory with 16 updates - #3374

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/bundler/dev/ruby-minor-patch-cb89e18446
Open

chore(deps): bump the ruby-minor-patch group across 1 directory with 16 updates#3374
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/bundler/dev/ruby-minor-patch-cb89e18446

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the ruby-minor-patch group with 14 updates in the / directory:

Package From To
aws-sdk-core 3.252.0 3.254.1
aws-sdk-kms 1.129.0 1.130.0
aws-sdk-s3 1.226.0 1.229.0
bootsnap 1.24.6 1.25.0
lograge 0.14.0 0.15.0
net-imap 0.6.4.1 0.6.6
oj 3.17.3 3.17.6
posthog-rails 3.14.4 3.18.2
sentry-rails 6.6.2 6.7.0
with_advisory_lock 7.5.0 7.6.0
brakeman 8.0.5 8.0.6
selenium-webdriver 4.45.0 4.47.0
database_consistency 3.0.5 3.0.9
rubocop-rails 2.35.5 2.36.0

Updates aws-sdk-core from 3.252.0 to 3.254.1

Changelog

Sourced from aws-sdk-core's changelog.

3.254.1 (2026-08-06)

  • Issue - Fix a double space appearing in the frameworks section of the User-Agent header.

3.254.0 (2026-07-09)

  • Feature - Serialize BigDecimal values as JSON numbers in document types for REST-JSON and JSON protocols.

3.253.0 (2026-07-08)

  • Feature - Updated Aws::Signin::Client with the latest API changes.

  • Feature - Adds support for OAuth 2.0 token operations in AWS Sign-In, CreateOAuth2TokenWithIAM (client credentials flow), IntrospectOAuth2TokenWithIAM (token inspection), and RevokeOAuth2TokenWithIAM (token revocation).

Commits

Updates aws-sdk-kms from 1.129.0 to 1.130.0

Changelog

Sourced from aws-sdk-kms's changelog.

1.130.0 (2026-07-09)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
Commits

Updates aws-sdk-s3 from 1.226.0 to 1.229.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.229.0 (2026-08-06)

  • Feature - AWS Backup now lets you create read-only access points for Amazon S3 recovery points, enabling you to access backup data using S3 APIs without initiating a restore.

1.228.2 (2026-07-30)

  • Issue - S3 Encryption Client, encryptionV2 and encryptionV3, returns a decryption error for a malformed material description.

1.228.1 (2026-07-23)

  • Issue - Ensure the source file is closed on multipart upload_file part failure, preventing leaked file descriptors (#3408).

1.228.0 (2026-07-16)

  • Feature - Documentation update for removing the 30 day minimum restriction for transition to Standard-IA or OneZone-IA storage classes

1.227.0 (2026-07-09)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
Commits

Updates bootsnap from 1.24.6 to 1.25.0

Changelog

Sourced from bootsnap's changelog.

1.25.0

  • Improve YAML parsing cache to more efficiently handle Time, Date and DateTime.

  • Don't invalidate the compile cache when YJIT is toggled. YJIT is a runtime JIT and doesn't change the serialized instruction sequences that are cached, but enabling it (via --yjit, RUBYOPT, or RubyVM::YJIT.enable) adds a +YJIT marker to RUBY_DESCRIPTION ( +YJIT <token> on YJIT_SUPPORT builds), which is part of the cache key. This previously discarded the entire compile cache whenever YJIT was enabled at runtime but not at precompile time (or vice versa). The marker is now stripped before hashing.

  • Fix CompileCache::Native.fetch and .precompile reading a non-String path argument (e.g. a Pathname) with RSTRING_PTR. Regression from 1.24.0.

Commits
  • e099ec7 Release 1.25.0
  • b694a11 Merge pull request #563 from stanhu/sh-ignore-yjit-in-compile-cache-key
  • 51898f9 Ignore YJIT status in the compile cache key
  • 1ad589b Merge pull request #560 from rails/hm-qnqlnylzkqkltqsz
  • 21fbd65 Merge pull request #561 from jeremy/fix-path-conversion-entry-points
  • 4898853 Convert the path argument in the frame that reads it
  • 8ee47c4 Add MessagePack::Bigint type
  • 49e3eb7 Replace Date Marshalling with recursive msgpack
  • 711fd0b Bump minimum msgpack to 1.5.0
  • 160fc10 Merge pull request #558 from viralpraxis/fix-yaml-cache-kwargs-mutation
  • Additional commits viewable in compare view

Updates lograge from 0.14.0 to 0.15.0

Changelog

Sourced from lograge's changelog.

0.15.0

  • Test and support Rails 7.2, 8.0, and 8.1 #399, #400
  • Test and support Ruby 3.4 and 4.0, JRuby 10.0, and TruffleRuby 34 #399, #400
  • Explicitly require 'logger' to fix loading on Ruby 3.4+ where it is no longer autoloaded #399
  • Replace deprecated add_runtime_dependency with add_dependency in the gemspec #399
Commits
  • e5caed7 Merge pull request #400 from roidrage/chore/ci-refresh-2026
  • 5efead4 docs: clarify supported Ruby/Rails releases in README
  • e1e9aa0 Release 0.15.0
  • 73f4273 ci: fix JRuby 10 build (declare bigdecimal, cap rdoc < 8)
  • ce7b877 ci: refresh matrix for 2026 Ruby/Rails, fix TruffleRuby build
  • 46fce4c chore: refresh stale CI/docs metadata
  • 37a1ca0 Merge pull request #399 from ixti/add-new-ruby-and-rails
  • 7d13492 ci: Exclude rails-8.X + truffleruby
  • 2f691a6 ci: Add explicit logger dependency for ruby-head
  • beecf7e ci(gemspec): Replace add_runtime_dependency with add_dependency
  • Additional commits viewable in compare view

Updates net-imap from 0.6.4.1 to 0.6.6

Commits
  • 7cc1dd0 🔖 Bump version to 0.6.6
  • 416ada4 🐛 Fix bug in #712, testing if string is quotable
  • 8fb3029 🔖 Bump version to 0.6.5
  • adfe70d 🔀 Merge pull request #721 from ruby/fix-simplecov-upgrade
  • e38a03d ✅ Change CI simplecov minimum coverage handling
  • 74cd627 ✅ Update simplecov groups so nothing is ungrouped
  • f4afcc7 ✅ Update simplecov config for v1.0 syntax
  • ce44000 ✅ Move simplecov config into .simplecov
  • 8e0c450 ⬆️ Bump step-security/harden-runner from 2.19.4 to 2.20.0
  • fd526d8 simplecov-{html,json} have been incorporated in SimpleCov 1.0.0
  • Additional commits viewable in compare view

Updates oj from 3.17.3 to 3.17.6

Changelog

Sourced from oj's changelog.

3.17.6 - 2026-08-10

  • Fixed issue #1092, where the encoder ActiveSupport 8.1 caches with escape: false froze the options as they stood before set_encoder wrote time_precision into them, so to_json(escape: false) emitted 9 fractional digits. An options hash that names no option Oj knows no longer detaches an encoder from the defaults. (#1093)

3.17.5 - 2026-07-31

Most of this release comes out of a security review of the C extension. There are no API changes.

Memory safety

  • Fixed hash flooding by seeding the key hash per process. The hash was decided entirely at compile time, so a document of colliding keys turned key interning into O(n^2) and left the process slow for every later parse. (#1053)
  • Fixed a one byte buffer over-read on a document that ends with a backslash inside an unterminated string. (#1054)
  • Fixed two length underflows that made an empty ^m value and a key of exactly 65,536 bytes read forward until they left mapped memory. (#1055)
  • Fixed a SEGV from type confusion in class path resolution. A name segment that resolved to something other than a class or module was dereferenced as one. (#1056)
  • Fixed uninitialized stack memory being read into the message of an unresolved class name error. (#1057)
  • Fixed output buffer overflows when writing indentation, where several callers of fill_indent() had not assured the buffer first. (#1058)
  • Fixed the Oj::Doc path depth limit being checked one level too late. (#1061)
  • Fixed the use-after-free of a key when the value stack grows. (#1062)
  • Fixed the buffer over-read when a document ends where a key belongs. (#1063)
  • Fixed the id from a circular reference being used unchecked. (#1064)
  • Fixed the SEGV dumping an exception that was never raised, where the missing backtrace was read as an Array. (#1068)
  • Fixed the stack buffer overflow writing the error location. (#1071)
  • Fixed a read error in Oj::Parser#file being taken as a read of SIZE_MAX bytes, which wrote in front of the buffer and then reparsed it forever without checking for interrupts. (#1072)
  • Fixed a :float_format too long for the 64 byte buffer copying stack bytes past the end of it into the output. (#1073)
  • Fixed the double free of the default create_id when a call passes :create_id => nil. (#1074)
  • Fixed the buffer over-read of an odd attribute name and the leak of its arguments. (#1075)
  • Fixed the SEGV reading a truncated document with Oj::Parser#file and the descriptor it leaked. (#1076)
  • Fixed the SEGV from a malformed number in Oj::Doc. (#1077)
  • Fixed the stack exhaustion from a long key with :only or :except. (#1078)
  • Fixed the odd module match being decided by uninitialized memory. (#1079)
  • Fixed :float_format accepting directives it has no argument for. (#1083)

Memory leaks

  • Fixed the leak of an escaped hash key in the streaming parser. (#1067)
  • Fixed the leak of the parser create_id when it is set a second time. (#1085)
  • Fixed the leak of the parser when Oj::Parser.new or Oj::Parser.safe raises on an argument it does not take. (#1086)

Parsing and dumping

  • Fixed a safe parser limit of 4 being ignored. (#1065)
  • Fixed the exponent bound being checked after it is narrowed. (#1066)
  • Fixed a document being rejected when it opens with a number of 4093 digits or more read through a file descriptor or an IO, and the reader buffer that leaked when it grew. (#1069)
  • Fixed the safe parser limits being dropped when an option is set after the parser is built. (#1070)
  • Fixed the :custom mode dump of an exception that was never raised opening with {,. (#1082)
  • Fixed the :wab mode time load being an offset out on Windows, where mktime() stood in for timegm() and returned -1 for any time before the epoch. (#1088)
  • Fixed Oj::Doc dropping the exponent of a number written without a decimal point, so 1e3 loaded as 1. (#1089)

Rails

... (truncated)

Commits
  • 54bec6d Release prep
  • b151341 Fix an options hash Oj knows no key of detaching a Rails encoder (#1093)
  • 04d3084 Update changelog
  • aae0079 Fix the 3.17.5 changelog entry saying only "Fixed multiple issues" (#1091)
  • 6d04d30 Fix the pre-1970 time tests being skipped on Windows for a limit that no long...
  • eaf0ad6 Fix Oj::Doc dropping the exponent of a number with no decimal point (#1089)
  • 7f683cd Fix the wab mode time load being an offset out on Windows (#1088)
  • c9bae55 Fix rake never running the test/test_*.rb suite (#1084)
  • f5d4af6 Add a job timeout to the workflows (#1087)
  • 2949015 Fix memory leak of the parser when Oj::Parser.new or .safe raises (#1086)
  • Additional commits viewable in compare view

Updates posthog-rails from 3.14.4 to 3.18.2

Commits
  • 4337c6a chore: update package versions [version bump] [skip ci]
  • 18dba36 fix: normalize SDK timestamps to UTC (#248)
  • 7b2593f chore(deps): bump the bundler-dependencies group with 3 updates (#246)
  • 0ef4775 chore(deps): bump the github-actions group with 4 updates (#247)
  • b666579 chore: group Dependabot updates (#245)
  • b99fd33 chore(deps-dev): bump rubocop from 1.75.8 to 1.88.2 (#244)
  • e04f4af chore(deps): bump github/codeql-action/init from 4.35.5 to 4.37.4 (#243)
  • 5d404e9 chore(deps-dev): bump @​changesets/cli from 2.30.0 to 2.31.1 (#233)
  • 17eceab chore(deps-dev): bump oj from 3.17.3 to 3.17.4 (#235)
  • 8a867d0 chore(deps-dev): bump rake from 13.2.1 to 13.4.2 (#239)
  • Additional commits viewable in compare view

Updates posthog-ruby from 3.14.3 to 3.23.1

Commits
  • 4337c6a chore: update package versions [version bump] [skip ci]
  • 18dba36 fix: normalize SDK timestamps to UTC (#248)
  • 7b2593f chore(deps): bump the bundler-dependencies group with 3 updates (#246)
  • 0ef4775 chore(deps): bump the github-actions group with 4 updates (#247)
  • b666579 chore: group Dependabot updates (#245)
  • b99fd33 chore(deps-dev): bump rubocop from 1.75.8 to 1.88.2 (#244)
  • e04f4af chore(deps): bump github/codeql-action/init from 4.35.5 to 4.37.4 (#243)
  • 5d404e9 chore(deps-dev): bump @​changesets/cli from 2.30.0 to 2.31.1 (#233)
  • 17eceab chore(deps-dev): bump oj from 3.17.3 to 3.17.4 (#235)
  • 8a867d0 chore(deps-dev): bump rake from 13.2.1 to 13.4.2 (#239)
  • Additional commits viewable in compare view

Updates sentry-rails from 6.6.2 to 6.7.0

Changelog

Sourced from sentry-rails's changelog.

6.7.0

New Features ✨

Bug Fixes 🐛

Rails

Other

  • (test) Kill threaded global workers before clearing Sentry globals by @​solnic in #2990
  • Isolate inherited hubs under hub_isolation_level = :fiber by @​SeanLF in #3036

Internal Changes 🔧

Commits
  • c39c42d release: 6.7.0
  • 0121462 ci: 🤖 Update pinned CI lockfiles (#3045)
  • 9278dd4 fix(rails): guard execution context with send_default_pii (#3043)
  • 5abda56 ci: 🤖 Update pinned CI lockfiles (#3040)
  • d739a8d fix(rails): ensure Rails.error.set_context is not lost (#3024)
  • 395aca9 chore(rails): AJ tracing convention compliance (#3031)
  • b02a915 ci: 🤖 Update pinned CI lockfiles (#3027)
  • 9f70c7a fix(active_job): Consumer span op should be queue.process (#3021)
  • 3ddf4a9 feat(rails): support for solid queue (#2942)
  • 7ab412f feat: add config.hub_isolation_level for fiber-safe hub storage (Falcon/async...
  • Additional commits viewable in compare view

Updates sentry-ruby from 6.6.2 to 6.7.0

Changelog

Sourced from sentry-ruby's changelog.

6.7.0

New Features ✨

Bug Fixes 🐛

Rails

Other

  • (test) Kill threaded global workers before clearing Sentry globals by @​solnic in #2990
  • Isolate inherited hubs under hub_isolation_level = :fiber by @​SeanLF in #3036

Internal Changes 🔧

Commits
  • c39c42d release: 6.7.0
  • 0121462 ci: 🤖 Update pinned CI lockfiles (#3045)
  • 5abda56 ci: 🤖 Update pinned CI lockfiles (#3040)
  • e89d3bc fix: isolate inherited hubs under hub_isolation_level = :fiber (#3036)
  • 395aca9 chore(rails): AJ tracing convention compliance (#3031)
  • b02a915 ci: 🤖 Update pinned CI lockfiles (#3027)
  • d405668 fix: correct Scope extra parameter typo (#3023)
  • 3ddf4a9 feat(rails): support for solid queue (#2942)
  • 7ab412f feat: add config.hub_isolation_level for fiber-safe hub storage (Falcon/async...
  • b625f46 ci: 🤖 Update pinned CI lockfiles (#3019)
  • Additional commits viewable in compare view

Updates with_advisory_lock from 7.5.0 to 7.6.0

Changelog

Sourced from with_advisory_lock's changelog.

7.6.0 (2026-08-05)

Features

  • honor timeout_seconds with blocking: true on PostgreSQL (88abf06), closes #147

Bug Fixes

  • Remove ruby-version files (#145) (681fd66)
  • scope advisory lock stack per connection (8c39439)
Commits
  • 58718b4 chore(master): release with_advisory_lock 7.6.0 (#148)
  • 88abf06 feat: honor timeout_seconds with blocking: true on PostgreSQL
  • 8c39439 fix: scope advisory lock stack per connection
  • 681fd66 fix: Remove ruby-version files (#145)
  • dc8386b docs: Fix a couple typos in docs (#146)
  • See full diff in compare view

Updates brakeman from 8.0.5 to 8.0.6

Changelog

Sourced from brakeman's changelog.

8.0.6 - 2026-08-13

  • Fix EOL date for Rails 8.0 (yeaseul-kim)
  • Add EOL dates for Rails 8.1 and Ruby 4.0
  • Fix command injection false positives (Jacob Evelyn)
  • Fix unused variable warning (viralpraxis)
Commits
  • fffc483 Bump to 8.0.6
  • b7218fe Update CHANGES
  • c6be6cc Merge pull request #2034 from yeaseul-kim/fix-rails-8-0-eol-date
  • 4c191dd Fix EOL date for Rails 8.0
  • e7bda16 Merge pull request #2033 from presidentbeef/add-ruby-rails-eol-dates
  • dd4f0b9 Add EOL date for Ruby 4.0
  • 7ca100a Add EOL date for Rails 8.1
  • a53a456 Merge pull request #2022 from JacobEvelyn/main
  • bf3fdc9 Merge pull request #2030 from viralpraxis/fix-unusued-gem-release-date
  • 20f74ac Brakeman.ensure_latest: fix unsued release_date variable
  • Additional commits viewable in compare view

Updates selenium-webdriver from 4.45.0 to 4.47.0

Changelog

Sourced from selenium-webdriver's changelog.

4.47.0 (2026-08-10)

  • Support CDP versions: v149, v150, v151
  • support WebDriver BiDi on Safari Preview and move #bidi onto Driver (#17729)
  • link generated BiDi elements to their spec definitions (#17781)
  • add objectOnly/preserveExtras/scalar-primitive BiDi schema signals (#17784)
  • construct the BiDi transport inside the domain from a connection (#17796)
  • route BiDiBridge navigation through the generated Protocol::BrowsingContext (#17785)
  • resolve spec runfiles via Bazel::Runfiles (#17810)
  • [build] standardize generated-file license and not to edit markers across generators (#17816)
  • validate nullable-constant BiDi params outbound (#17818)
  • [build] upgrade rules_ruby to 0.28.0 and drop vendored Bazel::Runfiles workaround (#17824)
  • [build] Merge vendor cddl files into shared BiDi schema and implement custom Firefox webExtension options (#17840)
  • [grid] honor client-advertised se:remoteUrl for reachable BiDi/CDP/VNC URLs (#17790)
  • tolerate and warn on missing required inbound BiDi fields, with SE_BIDI_STRICT to escalate (#17844)
  • remove deprecated FTP proxy support (#17846)
  • prevent CDP access with Firefox (#17849)
  • test matchers assert log entries by id and optional messages and match severity (#17848)
  • [bidi] Correct float/enum type fidelity in the shared schema and validate primitives outbound in Ruby (#17852)
  • [bidi] mark BiDi types extensible per spec and update Ruby handling (#17853)
  • raise typed WebDriver errors for BiDi from a generated error-code map (#17855)
  • allow pending test guards to require matching provided exception (#17859)
  • pass --enable-chrome-logs unless CHROME_LOG_FILE is set (#17858)
  • support custom vendor specific capabilities in options classes (#17862)
  • validate BiDi outbound ref fields against their declared type (#17861)
  • generate BiDi domain type accessors and union variant factories (#17865)
  • deprecate invalid Firefox profile code (#17871)
  • [build] Automated Browser Version Update with CDP (#17873)

4.46.0 (2026-07-10)

  • Support CDP versions: v148, v149, v150
  • trim whitespace around NO_PROXY entries (#17565)
  • add ClientConfig for HTTP client customization (#17699)
  • generate the BiDi protocol layer from the shared binding-neutral schema (#17731)
Commits
  • 9175ed9 [build] Prepare for release of selenium-4.47.0 (#17896)
  • a25afbb [build] Automated Browser Version Update with CDP (#17873)
  • 960abd2 [dotnet][java][js][rb] deprecate invalid Firefox profile code (#17871)
  • 5b1cde1 [rb] generate BiDi domain type accessors and union variant factories (#17865)
  • 014d72b [rb] fix tests and custom matchers to work with SE_DEBUG (#17863)
  • e0658c9 [rb] validate BiDi outbound ref fields against their declared type (#17861)
  • 0ad0c51 [rb] support custom vendor specific capabilities in options classes (#17862)
  • 10eeb94 [dotnet][java][py][rb] pass --enable-chrome-logs unless CHROME_LOG_FILE is se...
  • 4c6f3a5 [rb] allow pending test guards to require matching provided exception (#17859)
  • 89ad5bb [rb] raise typed WebDriver errors for BiDi from a generated error-code map (#...
  • Additional commits viewable in compare view

Updates database_consistency from 3.0.5 to 3.0.9

Changelog

Sourced from database_consistency's changelog.

[3.0.9] - 2026/08/05

  • Fix NumericalityConstraintChecker to skip numericality validators without a range option (e.g. bare numericality: true), since no CHECK constraint can express them.

[3.0.8] - 2026/07/28

  • Fix NumericalityConstraintChecker false positives for attributes that have validators but no numericality validator. Thanks panteo for reporting this in #309!

[3.0.7] - 2026/07/26

  • Add NumericalityConstraintChecker to detect numericality validators without matching DB CHECK constraints. Thanks Chedli Bourguiba for reporting this in #181!

[3.0.6] - 2026/07/19

  • Add PolymorphicAssociationNullabilityChecker to detect polymorphic associations whose foreign key and type columns have mismatched null constraints. Thanks JSap0914 for implementing this!
  • Improved MissingIndexChecker and MissingUniqueIndexChecker with proper combination of allow_nil/allow_blank and conditions. Thanks Alfonso Uceda for fixing this!
Commits
  • 42fbbc9 Release v3.0.9
  • d2fddf9 Skip numericality validators without a range option (#311)
  • 2c4ff02 Release v3.0.8
  • 5936593 Fix NumericalityConstraintChecker false positives on non-numerical validators...
  • 5391e1f Release v3.0.7
  • 0bd5287 Add NumericalityConstraintChecker for numericality validators vs DB CHECK...
  • 758320d Release v3.0.6
  • ca33f9e Update changelog
  • 63c5554 Partial unique index matching with allow_nil conditions is corrected (#304)
  • dae1514 Add polymorphic association nullability checker (#307)
  • Additional commits viewable in compare view

Updates rubocop-rails from 2.35.5 to 2.36.0

Changelog

Sourced from rubocop-rails's changelog.

2.36.0 (2026-07-11)

Bug fixes

  • #1647: Fix a false negative for Rails/EagerEvaluationLogMessage when the interpolated string is passed to Rails.logger.debug as the sole body of an enclosing block such as each or tap. ([@​conwayje][])
  • #1646: Fix a false negative for Rails/ReversibleMigration when using remove_index without a column inside a change_table block. ([@​ilianah][])
  • #1642: Fix a false negative for Rails/SafeNavigation when using try/try! with a symbol to proc such as foo.try(&:bar). ([@​koic][])
  • #1599: Fix an incorrect autocorrect for Rails/LinkToBlank when Style/TrailingCommaInArguments with EnforcedStyleForMultiline: consistent_comma adds a trailing comma, which produced a duplicate comma. ([@​koic][])
  • #1619: Fix MigratedSchemaVersion setting so it works for all cops. ([@​lovro-bikic][])

Changes

  • #1641: Fix false negatives in Rails/SafeNavigation when using try/try! with operator methods such as [], []=, and ==. ([@​koic][])
Commits
  • b49bdd2 Cut 2.36.0
  • c38ff7c Update Changelog
  • 4a723b4 Merge pull request #1619 from lovro-bikic/fix-migration-file-skippable
  • 7900fa6 Merge pull request #1647 from conwayje/fix-eager-evaluation-log-message-in-block
  • 5409363 [Fix #1647] Fix a false negative for Rails/EagerEvaluationLogMessage
  • e55944e Merge pull request #1646 from ilianah/fix-remove-index-reversible-migration-d...
  • 08663a3 Fix a false negative for Rails/ReversibleMigration with remove_index oper...
  • 1d3c824 Merge pull request #1644 from koic/fix_an_incorrect_autocorrect_for_rails_lin...
  • 0a41e88 [Fix #1599] Fix an incorrect autocorrect for Rails/LinkToBlank
  • 5b46a5d Merge pull request #1645 from koic/fix_jruby_ci_failure_caused_by_rbs_native_...
  • 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 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

…16 updates

Bumps the ruby-minor-patch group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) | `3.252.0` | `3.254.1` |
| [aws-sdk-kms](https://github.com/aws/aws-sdk-ruby) | `1.129.0` | `1.130.0` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.226.0` | `1.229.0` |
| [bootsnap](https://github.com/rails/bootsnap) | `1.24.6` | `1.25.0` |
| [lograge](https://github.com/roidrage/lograge) | `0.14.0` | `0.15.0` |
| [net-imap](https://github.com/ruby/net-imap) | `0.6.4.1` | `0.6.6` |
| [oj](https://github.com/ohler55/oj) | `3.17.3` | `3.17.6` |
| [posthog-rails](https://github.com/PostHog/posthog-ruby) | `3.14.4` | `3.18.2` |
| [sentry-rails](https://github.com/getsentry/sentry-ruby) | `6.6.2` | `6.7.0` |
| [with_advisory_lock](https://github.com/ClosureTree/with_advisory_lock) | `7.5.0` | `7.6.0` |
| [brakeman](https://github.com/presidentbeef/brakeman) | `8.0.5` | `8.0.6` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.45.0` | `4.47.0` |
| [database_consistency](https://github.com/djezzzl/database_consistency) | `3.0.5` | `3.0.9` |
| [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.35.5` | `2.36.0` |



Updates `aws-sdk-core` from 3.252.0 to 3.254.1
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-kms` from 1.129.0 to 1.130.0
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-kms/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-s3` from 1.226.0 to 1.229.0
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `bootsnap` from 1.24.6 to 1.25.0
- [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md)
- [Commits](rails/bootsnap@v1.24.6...v1.25.0)

Updates `lograge` from 0.14.0 to 0.15.0
- [Changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md)
- [Commits](roidrage/lograge@v0.14.0...v0.15.0)

Updates `net-imap` from 0.6.4.1 to 0.6.6
- [Commits](ruby/net-imap@v0.6.4.1...v0.6.6)

Updates `oj` from 3.17.3 to 3.17.6
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md)
- [Commits](ohler55/oj@v3.17.3...v3.17.6)

Updates `posthog-rails` from 3.14.4 to 3.18.2
- [Changelog](https://github.com/PostHog/posthog-ruby/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-ruby@posthog-rails-v3.14.4...posthog-rails-v3.18.2)

Updates `posthog-ruby` from 3.14.3 to 3.23.1
- [Changelog](https://github.com/PostHog/posthog-ruby/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-ruby@posthog-ruby-v3.14.3...posthog-ruby-v3.23.1)

Updates `sentry-rails` from 6.6.2 to 6.7.0
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@6.6.2...6.7.0)

Updates `sentry-ruby` from 6.6.2 to 6.7.0
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@6.6.2...6.7.0)

Updates `with_advisory_lock` from 7.5.0 to 7.6.0
- [Changelog](https://github.com/ClosureTree/with_advisory_lock/blob/master/CHANGELOG.md)
- [Commits](ClosureTree/with_advisory_lock@with_advisory_lock/v7.5.0...with_advisory_lock/v7.6.0)

Updates `brakeman` from 8.0.5 to 8.0.6
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](presidentbeef/brakeman@v8.0.5...v8.0.6)

Updates `selenium-webdriver` from 4.45.0 to 4.47.0
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.45.0...selenium-4.47.0)

Updates `database_consistency` from 3.0.5 to 3.0.9
- [Changelog](https://github.com/djezzzl/database_consistency/blob/master/CHANGELOG.md)
- [Commits](djezzzl/database_consistency@v3.0.5...v3.0.9)

Updates `rubocop-rails` from 2.35.5 to 2.36.0
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.35.5...v2.36.0)

---
updated-dependencies:
- dependency-name: aws-sdk-core
  dependency-version: 3.254.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: aws-sdk-kms
  dependency-version: 1.130.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: aws-sdk-s3
  dependency-version: 1.229.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: bootsnap
  dependency-version: 1.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: lograge
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: net-imap
  dependency-version: 0.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
- dependency-name: oj
  dependency-version: 3.17.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
- dependency-name: posthog-rails
  dependency-version: 3.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: posthog-ruby
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: sentry-rails
  dependency-version: 6.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: sentry-ruby
  dependency-version: 6.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: with_advisory_lock
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: brakeman
  dependency-version: 8.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
- dependency-name: selenium-webdriver
  dependency-version: 4.47.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: database_consistency
  dependency-version: 3.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
- dependency-name: rubocop-rails
  dependency-version: 2.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file minor ruby Pull requests that update ruby code labels Aug 17, 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 minor ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants