Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2025

This PR contains the following updates:

Package Change Age Confidence
bootsnap 1.18.6 -> 1.20.0 age confidence
debug (changelog) 1.11.0 -> 1.11.1 age confidence
dotenv-rails (changelog) 3.1.8 -> 3.2.0 age confidence
graphql (source, changelog) 2.5.13 -> 2.5.16 age confidence
mocha (source, changelog) 2.7.1 -> 2.8.2 age confidence
parser (changelog) 3.3.9.0 -> 3.3.10.0 age confidence
puma 7.0.4 -> 7.1.0 age confidence
rubocop (source, changelog) 1.81.1 -> 1.82.0 age confidence
rubocop-performance (source, changelog) 1.26.0 -> 1.26.1 age confidence
rubocop-rails (source, changelog) 2.33.4 -> 2.34.2 age confidence
scout_apm 5.7.1 -> 5.8.0 age confidence
selenium-webdriver (source, changelog) 4.36.0 -> 4.39.0 age confidence
sentry-rails (source, changelog) 5.28.0 -> 5.28.1 age confidence
sentry-ruby (source, changelog) 5.28.0 -> 5.28.1 age confidence
sqlite3 2.7.4-aarch64-linux-gnu -> 2.8.1 age confidence
turbo-rails (changelog) 2.0.17 -> 2.0.20 age confidence
vcr (source, changelog) 6.3.1 -> 6.4.0 age confidence
webmock (changelog) 3.25.1 -> 3.26.1 age confidence
yard (source) 0.9.37 -> 0.9.38 age confidence

Release Notes

ruby/debug (debug)

v1.11.1

Compare Source

What's Changed

New Contributors

Full Changelog: ruby/debug@v1.11.0...v1.11.1

bkeepers/dotenv (dotenv-rails)

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.8...v3.2.0

rmosolgo/graphql-ruby (graphql)

v2.5.16

Compare Source

Bug fixes
  • fiber-storage: properly include dependency on Ruby < 3.2 #​5484
  • Fix typo in legacy_invalid_empty_selections_on_union_with_type warning #​5481

v2.5.15

Compare Source

New features
  • DetailedTrace: add separate spans for debug-only .inspect calls, support debug: false config #​5477
  • required: validator: Raise a developer error when all one_of: options are hidden, support allow_all_hidden: true to allow this case #​5474
  • GraphQL::Testing::MockActionCable: added to support testing ActionCableSubscriptions #​5482
  • legacy_invalid_empty_selections_on_union_with_type: new method added for better metadata about legacy behavior #​5480
Bug fixes
  • Fix typo in date encoding error #​5447
  • Fix schema printer bug #​5468
  • Ensure data exists for execution errors #​5452
  • Improve SDL directive argument coercion #​5469
  • Don't require fiber-storage on Ruby 3.2+ #​5456
  • Visibility: default to preload: true when Rails.env.staging? #​5409

v2.5.14

Compare Source

Bug fixes
  • Fix error when GraphQL-Batch is used (???) #​5444
freerange/mocha (mocha)

v2.8.2

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

whitequark/parser (parser)

v3.3.10.0

Compare Source

API modifications:

  • Bump maintenance branches to 3.3.10 (#​1083) (Koichi ITO)
rubocop/rubocop (rubocop)

v1.82.0

Compare Source

New features
  • #​14655: Add AllowRBSInlineAnnotation option to Layout/LineLength. ([@​koic][])
  • #​14569: Add IncludedMacroPatterns configuration option to Style/MethodCallWithArgsParentheses for pattern-based macro method enforcement. ([@​mmenanno][])
  • #​14670: Add new cop Style/ModuleMemberExistenceCheck. ([@​lovro-bikic][])
  • #​14644: Support TargetRubyVersion 4.0 (experimental). ([@​koic][])
Bug fixes
  • #​14649: Fix an error for Lint/LiteralAsCondition when there are literals in multiple branches. ([@​viralpraxis][])
  • #​14678: Fix an error when running deprecated rake rubocop:auto_correct task. ([@​koic][])
  • #​14650: Fix wrong autocorrect for Lint/RedundantSplatExpansion when splatting a single literal. ([@​earlopain][])
  • #​14703: Fix false negatives for Layout/RescueEnsureAlignment when using self class definition. ([@​koic][])
  • #​14706: Fix false negatives for Lint/NoReturnInBeginEndBlocks when assigning instance variable, class variable, global variable, or constant. ([@​koic][])
  • #​14715: Fix false positives for Layout/EmptyLineAfterGuardClause when a guard clause follows a multiline heredoc in a parenthesized method call. ([@​koic][])
  • #​14667: Fix false positives for Layout/EndAlignment when a conditional assignment is used on the same line and the end with a safe navigation method call is aligned. ([@​koic][])
  • #​14688: Fix false positives for Layout/EndAlignment when a conditional assignment is used on the same line and the end with a numbered block or it block method call is aligned. ([@​koic][])
  • #​14699: Fix false positives for Lint/RedundantSafeNavigation when the receiver is used outside the singleton method definition scope. ([@​koic][])
  • #​14663: Fix false positives for Style/EndlessMethod when multiline or xstring heredoc is used in method body. ([@​koic][])
  • #​10173: Fix false positives for Style/TrailingCommaInArguments when EnforcedStyleForMultiline is set to consistent_comma and a multiline braced hash argument appears after another argument. ([@​koic][])
  • #​14680: Handle all OptionParser errors when running rubocop with input that causes an error. ([@​dvandersluis][])
  • #​14658: Fix incorrect behavior when Layout/LineLength is disabled. ([@​koic][])
  • #​14704: Fix incorrect Position character value in LSP. ([@​tmtm][])
  • #​14619: Store remote configuration caches in cache root. ([@​Jack12816][])
  • #​14476: Fix Style/ClassAndModuleChildren to skip compact style definitions inside another class or module when EnforcedStyle: nested. ([@​rscq][])
  • #​14281: Update Layout/EndAlignment with EnforcedStyleAlignWith: variable to handle conditionals inside begin nodes properly. ([@​dvandersluis][])
Changes
  • #​14662: Add autocorrection for Lint/UselessOr. ([@​r7kamura][])
  • #​14668: Exclude Severity from configuration parameters. ([@​r7kamura][])
  • #​14684: Make Style/CaseEquality allow regexp case equality where the receiver is a regexp literal. ([@​koic][])
  • #​14645: Change Lint/CircularArgumentReference to detect offenses within long assignment chains. ([@​viralpraxis][])
  • #​14642: Make Gemspec/RubyVersionGlobalsUsage aware of Ruby::VERSION. ([@​koic][])
  • #​14695: Make Layout/EmptyLineAfterMagicComment aware of # rbs_inline magic comment. ([@​koic][])
  • #​10147: Make Lint/ElseLayout allow a single-line else body in then single-line conditional. ([@​koic][])
  • #​14661: Make Lint/RedundantRequireStatement aware of pathname when analyzing Ruby 4.0. ([@​koic][])
  • #​14698: Make Lint/UnreachableCode aware of singleton method redefinition. ([@​koic][])
  • #​14677: Make Style/RedundantArgument aware of to_i. ([@​koic][])
  • #​14660: Rename IgnoreCopDirectives to AllowCopDirectives in Layout/LineLength. ([@​koic][])
  • #​14492: Revert #​14492, which added support for LSP positionEncoding 'utf-8' and 'utf-32' due to critical performance regression reports. ([@​koic][])

v1.81.7

Compare Source

Bug fixes
  • #​14597: Fix an infinite loop error for Layout/HashAlignment when EnforcedStyle: with_fixed_indentation is specified for Layout/ArgumentAlignment. ([@​koic][])
  • #​14621: Fix an error for Naming/PredicateMethod when using an in pattern with empty parentheses body. ([@​koic][])
  • #​14631: Fix an error for Style/SoleNestedConditional when using nested single line if. ([@​koic][])
  • #​14626: Fix false positives in Style/ConstantVisibility when visibility is declared with multiple constants. ([@​koic][])
  • #​14628: Fix false positives for Style/FloatDivision when using Regexp.last_match or nth reference (e.g., $1). ([@​koic][])
  • #​14617: Handle non-specific issues with the Gemfile to allow fallback. ([@​Fryguy][])
  • #​14622: Fix an error for Naming/MethodName when the first argument to alias contains interpolation. ([@​earlopain][])

v1.81.6

Compare Source

Bug fixes
  • #​14587: Fix an error for Lint/SelfAssignment when using []= assignment with no arguments. ([@​koic][])
  • #​14572: Fix an error for Style/ArrayIntersect when intersection(other).any? is called without a receiver. ([@​koic][])
  • #​14599: Fix a crash when Style/ConditionalAssignment is configured with assign_inside_conditional and the conditional contains a multi-line regex. ([@​martinemde][])
  • #​14574: Fix false positives for Style/RedundantInterpolation when using a one-line => pattern matching. ([@​koic][])
  • #​14602: Fix false positives for Style/EndlessMethod when heredoc is used in method body. ([@​koic][])
  • #​14594: Fix false positives for Style/EndlessMethod when the endless method would exceed the maximum line length. ([@​koic][])
  • #​14605: Fix false positive for Lint/EmptyInterpolation when interpolation is inside a %W literal. ([@​dvandersluis][])
  • #​14604: Fix Style/RedundantFormat false positive when a interpolated value is given to a specifier with a width or precision. ([@​dvandersluis][])
  • #​14607: Fix Style/RedundantFormat handling control characters like \n. ([@​dvandersluis][])
  • #​14577: Fix an incorrect autocorrect for Style/Semicolon when a method call using hash value omission without parentheses is terminated with a semicolon. ([@​koic][])
  • #​14552: Fix a false positive for Security/JSONLoad when create_additions is explicitly specified. ([@​earlopain][])
Changes
rubocop/rubocop-performance (rubocop-performance)

v1.26.1

Compare Source

Bug fixes
  • #​517: Fix false positives for Performance/RedundantStringChars when using str.chars[0, 2]. ([@​koic][])
Changes
rubocop/rubocop-rails (rubocop-rails)

v2.34.2

Compare Source

Changes

v2.34.1

Compare Source

Bug fixes
  • #​1556: Fix an error for Rails/Env when assigning Rails.env. ([@​koic][])
  • #​1557: Fix false positives for Rails/Presence with comparison and assignment operators. ([@​davidenglishmusic][])
  • #​1558: This PR fixes incorrect autocorrect for Rails/RedirectBackOrTo when additional options as double splat are used. ([@​koic][])
  • #​1561: Fix incorrect autocorrect for Rails/RedirectBackOrTo when fallback_location argument is a hash and the call has no argument parentheses. ([@​koic][])

v2.34.0

Compare Source

New features
Bug fixes
  • #​1539: Fix an error in Rails/ActionControllerFlashBeforeRender when flash is used inside a block followed by method chaining. ([@​koic][])
  • #​1553: Fix false positives for Rails/OutputSafety when using non-interpolated multiline heredoc. ([@​koic][])
  • #​1532: Fix false positives for Rails/FindByOrAssignmentMemoization when assigning a memoization instance variable at initialize method. ([@​koic][])
  • #​1549: Fix Rails/InverseOf cop false positives when using dynamic association options. ([@​viralpraxis][])
Changes
scoutapp/scout_apm_ruby (scout_apm)

v5.8.0

Compare Source

  • Add error monitoring to SolidQueue, faktory, goodjob, que, shoryuken, sneakers (#​571)
  • Treat exclusive time as total time for limited layers in background jobs (#​576)
  • Remove unused time util conflict with DeviseTokenAuth (#​575)
  • Add transaction ID to error records (#​568)-
  • Adds request method to captured error context (#​577)
SeleniumHQ/selenium (selenium-webdriver)

v4.39.0

Compare Source

=========================

  • Add CDP for Chrome 143 and remove 140

v4.38.0

Compare Source

=========================

  • Fix BiDi Network issue by removing nil values on network requests (#​16442)
  • Remove cruft from old CI environment (#​16473)
  • [bidi] remove deprecated classes for log inspector (#​16474)
  • update devtools versions

v4.37.0

Compare Source

=========================

  • Add CDP for Chrome 141 and remove 138
  • Update Chrome/Edge args for test environment (#​16376)
  • Remove prism dependency (#​16437)
  • Remove json version constraint (#​16436)
getsentry/sentry-ruby (sentry-rails)

v5.28.1

Compare Source

Bug Fixes
  • The sentry.origin log event attribute is now correctly prefixed with auto.log (#​2749)
hotwired/turbo-rails (turbo-rails)

v2.0.20

Compare Source

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

v2.0.19

Compare Source

Full Changelog: hotwired/turbo-rails@v2.0.17...v2.0.19

vcr/vcr (vcr)

v6.4.0

Compare Source

Full Changelog

bblimke/webmock (webmock)

v3.26.1

Compare Source

Fix compatibility with recent async-http versions

Thanks to [Mikhail Doronin](https://redirect.github.com/misdoro)

v3.26.0

Compare Source

v3.25.2

Compare Source

  • Return support for em_http_request

    Thanks to Oleg

lsegal/yard (yard)

v0.9.38

Compare Source

  • Add support for complex constant assignment (#​1599)
  • Add support for Data type structs (#​1600)
  • Support multi method duck type syntax in type explainer (#​1631)
  • Improve Ruby 3.5 compatibility (#​1616)
  • Update documentation for various type annotations (#​1615)
  • JavaScript frontend updates (resizer, JS bugs, reduce console verbosity) for default template
  • Fix beginless/endless range errors (#​1549, #​1625)
  • Fix path structure in Templates.md documentation (#​1588)
  • Fix signature handling in overload (#​1590)
  • Fix handling of **nil with named block (#​1623)
  • Fix directives in empty class bodies (#​1624)
  • Fix parsing of array within array syntax (#​1604)
  • Fix parsing of visibility keywords in front of class methods (#​1632)

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-287 October 9, 2025 00:51 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from fb4973d to 5be6d8c Compare October 18, 2025 01:00
@renovate renovate bot changed the title Update bundler non-major dependencies to v2.5.14 Update bundler non-major dependencies Oct 18, 2025
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 3 times, most recently from 5839aa6 to d156b65 Compare October 25, 2025 05:00
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 7 times, most recently from d9173cc to 2425405 Compare October 31, 2025 10:56
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 2 times, most recently from 92dc2c4 to 163488b Compare November 11, 2025 15:52
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 5 times, most recently from abddc35 to 3bcacd8 Compare November 18, 2025 22:58
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 3 times, most recently from 33a08e0 to 877f055 Compare November 29, 2025 18:02
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 5 times, most recently from 48a37e3 to 34e7c7b Compare December 10, 2025 17:47
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 2 times, most recently from 217fee1 to 9529c91 Compare December 19, 2025 05:06
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 9529c91 to 749607a Compare December 23, 2025 01:53
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 749607a to 267abe7 Compare December 23, 2025 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants