Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence
brakeman (source, changelog) '~> 7.0.2' -> '~> 7.1.0' age confidence
capistrano-sidekiq '~> 3.0.0' -> '~> 3.2.0' age confidence
devise-i18n (changelog) '~>1.13.0' -> '~>1.15.0' age confidence
factory_bot_rails (changelog) '~> 6.5.0' -> '~> 6.5.1' age confidence
faker (changelog) '~> 3.5.1' -> '~> 3.5.2' age confidence
foreman '~> 0.88.1' -> '~> 0.90.0' age confidence
jbuilder (changelog) '~> 2.13.0' -> '~> 2.14.1' age confidence
mollie-api-ruby (changelog) '~> 4.17.0' -> '~> 4.18.0' age confidence
net-imap (changelog) '~> 0.5.8' -> '~> 0.5.12' age confidence
omniauth '~> 2.1.3' -> '~> 2.1.4' age confidence
pg '~> 1.5.9' -> '~> 1.6.2' age confidence
puma '~> 6.6.0' -> '~> 6.6.1' age confidence
pundit (changelog) '~> 2.5.0' -> '~> 2.5.2' age confidence
rack-attack (changelog) '~> 6.7.0' -> '~> 6.8.0' age confidence
rails (source, changelog) '~> 7.2.2', '>= 7.2.2.1' -> '~> 7.2.2', '>= 7.2.2.2' age confidence
rubocop (source, changelog) '~> 1.76.1' -> '~> 1.81.1' age confidence
rubocop-performance (source, changelog) '~> 1.25' -> '~> 1.26', '>= 1.26.1' age confidence
rubocop-rails (source, changelog) '~> 2.32' -> '~> 2.33', '>= 2.33.4' age confidence
rubocop-rspec (changelog) '~> 3.6' -> '~> 3.7' age confidence
sentry-rails (source, changelog) '~> 5.25' -> '~> 5.28' age confidence
sentry-ruby (source, changelog) '~> 5.25' -> '~> 5.28' age confidence
sentry-sidekiq (source, changelog) '~> 5.25' -> '~> 5.28' age confidence
sidekiq (source, changelog) '~> 8.0.4' -> '~> 8.0.8' age confidence
simplecov-lcov '~> 0.8.0' -> '~> 0.9.0' age confidence
spring (changelog) '~> 4.3.0' -> '~> 4.4.0' age confidence
wkhtmltopdf-binary (changelog) '~> 0.12.6.9' -> '~> 0.12.6.10' age confidence

Release Notes

presidentbeef/brakeman (brakeman)

v7.1.0

Compare Source

  • Add EOL dates for Rails 8.0 and Ruby 3.4
  • Support render model shortcut
  • Use lazy file lists for AppTree
  • Add Haml 6.x support
  • Improve ignored warnings layout in HTML report (Sebastien Savater)
  • Update JUnit report for CircleCI (Philippe Bernery)
  • Only load escape functionality from cgi library (Earlopain)
  • Add --ensure-no-obsolete-config-entries option (viralpraxis)
seuros/capistrano-sidekiq (capistrano-sidekiq)

v3.2.0

Compare Source

Changed
  • Harmonized interface with capistrano-puma for better ecosystem consistency
  • Aligned configuration variable naming patterns
  • Unified systemd command execution methods
  • Standardized template search order across both gems
  • Added documentation reference to example application

v3.1.0

Compare Source

Fixed
  • Fix undefined method 'as' error by properly calling backend.as (#​327)
  • Fix inconsistent systemd variable naming (systemctl_user vs sidekiq_systemctl_user)
  • Fix systemd lingering configuration issues (#​311)
  • Fix sidekiq:uninstall to work without sudo for user services (#​307)
  • Align configuration pattern with capistrano-puma for consistency
Added
  • Add sidekiqswarm support for Sidekiq Enterprise
  • Add deployment tracking for Sidekiq 7+ metrics (sidekiq_mark_deploy)
  • Add login shell option for systemd (sidekiq_use_login_shell)
  • Add configurable sidekiq command (sidekiq_command, sidekiq_command_args)
  • Add helper tasks for generating multiple config files
  • Add comprehensive documentation for per-server configuration (#​312)
  • Add detailed systemd integration guide (#​240)
  • Add GitHub Actions CI workflow with Ruby 3.2+ support
  • Add COSS specification compliance
  • Add shared configuration support with other Capistrano service gems
Changed
  • Update minimum Ruby version to 3.2+ (required by Sidekiq 7)
  • Use consistent sidekiq-prefixed variables for systemd configuration
  • Improve README documentation with shared configuration examples
  • Update CI to test with Ruby 3.2 and 3.3
  • Enhance systemd service template with configurable features
devise-i18n/devise-i18n (devise-i18n)

v1.15.0

Compare Source

  • Fixed an issue where pluralization was broken in certain languages like Japanese if the app didn't require rails_i18n.

v1.14.0

Compare Source

  • Stopped using empty strings for untranslated text. This was introduced inadvertently in 1.13.0 and breaks fallback behaviour.
  • Updated uk translations.
  • Added Ruby 3.4 to test matrix.
thoughtbot/factory_bot_rails (factory_bot_rails)

v6.5.1

Compare Source

What's Changed

New Contributors

Full Changelog: thoughtbot/factory_bot_rails@v6.5.0...v6.5.1

faker-ruby/faker (faker)

v3.5.2

Compare Source

Happy Canada Day! 🍁

This version adds and improves some locales and fixes some bugs.

Thanks to all contributors!

Improvements & Bug fixes
Chore
Update local dependencies
New Contributors

Full Changelog: faker-ruby/faker@v3.5.1...v3.5.2


rails/jbuilder (jbuilder)

v2.14.1

Compare Source

What's Changed

New Contributors

Full Changelog: rails/jbuilder@v2.14.0...v2.14.1

v2.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: rails/jbuilder@v2.13.0...v2.14.0

mollie/mollie-api-ruby (mollie-api-ruby)

v4.18.0

Compare Source

  • (0ab3a06) Add order attributes to Payment API
ruby/net-imap (net-imap)

v0.5.12

Compare Source

What's Changed

TruffleRuby is not (yet) "officially supported" but it seems to work (with a few small caveats). Several tests are still marked as pending, but the rest all pass. #​528 protects us from merging PRs that break TruffleRuby and (in some cases) JRuby.

Fixed
Miscellaneous

Full Changelog: ruby/net-imap@v0.5.11...v0.5.12

v0.5.11

Compare Source

What's Changed

Added
Fixed
Other Changes
Documentation
Miscellaneous

New Contributors

Full Changelog: ruby/net-imap@v0.5.10...v0.5.11

v0.5.10

Compare Source

What's Changed

Added
  • 🔎 Update SequenceSet#inspect format to Net::IMAP::SequenceSet(#{string}) by @​nevans in #​501
  • ⚡🔎 Abridge SequenceSet#inspect output for more than 512 entries by @​nevans in #​502
Fixed
Documentation
Other Changes
Miscellaneous

Full Changelog: ruby/net-imap@v0.5.9...v0.5.10

v0.5.9

Compare Source

What's Changed

Added
Fixed
Documentation
Other Changes
Miscellaneous

Full Changelog: ruby/net-imap@v0.5.8...v0.5.9

omniauth/omniauth (omniauth)

v2.1.4

Compare Source

What's Changed

Full Changelog: omniauth/omniauth@v2.1.3...v2.1.4

You may now configure an after_request_phase callback on your omniauth builder instance. This callback will be run after the request phase before returning the request result.

varvet/pundit (pundit)

v2.5.2

Compare Source

Fixed
  • Added config/rubocop-rspec.yml back from accidentally being excluded #​866

v2.5.1

Compare Source

Fixed
  • Requiring only pundit/rspec no longer raises an error in Active Support #​857
rack/rack-attack (rack-attack)

v6.8.0

Compare Source

Changed
Fixed
Deprecated
  • Soft deprecate integration with rack 1.x, may or may not work with it.
  • Soft deprecate integration with rails 5.2 or less, may or may not work with it.
Removed
rubocop/rubocop (rubocop)

v1.81.1

Compare Source

Bug fixes
  • #​14563: Fix incorrect autocorrection for Lint/DeprecatedOpenSSLConstant when Cipher appears twice. ([@​koic][])
Changes
  • #​14565: Allow multiline method chain for Style/NumberedParameters and Style/ItBlockParameter with EnforcedStyle: allow_single_line when the block itself is on a single line. ([@​earlopain][])

v1.81.0

Compare Source

New features
Bug fixes
  • #​14560: Fix an error for Style/NilComparison cop when using the var.==(nil) and var.===(nil) syntax. ([@​viralpraxis][])
  • #​14535: Fix autocorrect for Style/ExplicitBlockArgument when there are two methods that share the same implementation. ([@​earlopain][])
  • #​14527: Fix false negatives for Style/NumberedParameters and Style/ItBlockParameter when using multiline method chain with EnforcedStyle: allow_single_line. ([@​koic][])
  • #​14522: Fix false negatives for Layout/MultilineOperationIndentation when using indented code on LHS of equality operator in modifier method definition. ([@​koic][])
  • #​14496: Fix false negatives for Layout/EmptyLineBetweenDefs for AllowAdjacentOneLineDefs: false and DefLikeMacros that take no block. ([@​earlopain][])
  • #​14553: Fix false positives when EnforcedStyle: allowed_in_returns and !! appears across multiple lines in return position. ([@​koic][])
  • #​14557: Fix false positives for Style/RedundantParentheses when parentheses are used around a one-line rescue expression as a condition. ([@​koic][])
  • #​14525: Fix false positives for Style/RedundantRegexpEscape when an escaped variable sigil follows # (e.g., /#\@​foo/, /#\@​@​bar/, /#\$baz/). ([@​koic][])
  • #​14529: Fix false negative in Layout/RescueEnsureAlignment with a block whose send node is split over multiple lines. ([@​dvandersluis][])
  • #​14528: Fix Style/RedundantFormat when the format string has a variable width that isn't given as a literal value. ([@​dvandersluis][])
  • #​14541: Fix gemspec parsing error when ParserEngine: parser_prism is configured in a base config file. ([@​sudoremo][])
  • #​14544: Fix an incorrect autocorrect for Lint/Void when using a return value in assignment method definition. ([@​koic][])
  • #​14543: Fix an incorrect autocorrect for Style/RedundantRegexpArgument when using escaped single quote character. ([@​koic][])
  • #​14540: Fix an incorrect autocorrect for Style/UnlessElse when using unless with then. ([@​koic][])
  • #​14507: Fix the built-in Ruby LSP add-on not restarting when config files (.rubocop.yml, .rubocop_todo.yml) change. ([@​earlopain][])
  • #​14514: Fix the built-in Ruby LSP add-on not respecting .rubocop config file. ([@​earlopain][])
  • #​14508: Fix the built-in Ruby LSP add-on getting in an irrecoverable state when the config is invalid on startup. ([@​earlopain][])
  • #​14534: Prevent Layout/LineLength autocorrection from splitting a block if its receiver contains a heredoc. ([@​dvandersluis][])
  • #​14497: Fix a false positive for Lint/ShadowedArgument when assigning inside a rescue block. ([@​earlopain][])
Changes

v1.80.2

Compare Source

Bug fixes
  • #​14477: Fix a false positive for Style/SafeNavigation when using ternary expression with index access call with method chain. ([@​koic][])
  • #​14486: Fix false positives for Style/RedundantParentheses with unary operators and yield, super, or defined?. ([@​earlopain][])
  • #​14489: Fix false negatives for Style/RedundantParentheses with method calls taking argument without parentheses like return (x y) if z. ([@​earlopain][])
  • #​14499: Fix wrong autocorrect for Style/StringConcatenation when a double-quoted string contains escaped quotes and interpolation. ([@​earlopain][])
  • #​14502: Fix wrong autocorrect for Style/StringConcatenation when a single-quoted string contains interpolation like '#{foo}'. ([@​earlopain][])
Changes

v1.80.1

Compare Source

Bug fixes
  • #​14479: Don't invalidate cache when --display-time option is used on the CLI. ([@​lovro-bikic][])
  • #​14473: Fix a false negative for Style/RedundantBegin using begin with multiple statements without rescue or ensure. ([@​koic][])
  • #​14475: Fix cop errors during autocorrect for the build in LSP when analyzing as Ruby 3.4. ([@​earlopain][])
Changes

v1.80.0

Compare Source

Bug fixes
  • #​14469: Fix an incorrect autocorrect for Style/BitwisePredicate when using & with LHS flags in conjunction with == for comparisons. ([@​koic][])
  • #​14459: Fix wrong autocorrect for Style/For with save navigation in the collection. ([@​earlopain][])
  • #​14435: Fix false negatives for regexp cops when Lint/DuplicateRegexpCharacterClassElement is enabled. ([@​earlopain][])
  • #​14419: Fix false positives for Lint/UselessAssignment when duplicate assignments appear in nested if branches inside a loop and the variable is used outside while loop. ([@​koic][])
  • #​14468: Fix false positives for Naming/MethodName when an operator method is defined using a string. ([@​koic][])
  • #​14427: Fix false positives for Style/RedundantParentheses when do...end block is wrapped in parentheses as a method argument. ([@​koic][])
  • #​14441: Better hash access handling in Style/SafeNavigation. ([@​issyl0][])
  • #​14443: Fix false positive in Layout/EmptyLinesAfterModuleInclusion when include does not have exactly one argument. ([@​issyl0][])
  • #​14424: Fix Style/SafeNavigation cop to preserve existing safe navigation in fixed code. ([@​martinemde][])
  • #​14455: Follow module inclusion with nonzero args with an empty line. ([@​issyl0][])
  • #​14445: Fix false positives for Lint/UselessAssignment with for loops when the variable is referenced in the collection. ([@​earlopain][])
  • #​14447: Fix wrong autocorrect for Style/RedundantCondition with a parenthesised method call in the condition. ([@​earlopain][])
Changes
  • #​14428: Enhance Lint/SelfAssignment to handle indexed assignment with multiple arguments. ([@​viralpraxis][])
  • #​14464: Exclude AutoCorrect and Include from configuration parameters. ([@​r7kamura][])
  • #​14472: Make Style/RedundantBegin aware of case pattern matching. ([@​koic][])
  • #​14448: Register array intersection size checks as offenses under Style/ArrayIntersect. ([@​lovro-bikic][])
  • #​14431: Support LSP TextDocumentSyncKind.Incremental. ([[@​tmtm](http

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Amsterdam, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 13, 2025
Copy link

codecov bot commented Oct 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.39%. Comparing base (c651462) to head (fe15f87).

Additional details and impacted files
@@           Coverage Diff            @@
##           staging    #1092   +/-   ##
========================================
  Coverage    75.39%   75.39%           
========================================
  Files           51       51           
  Lines         1081     1081           
========================================
  Hits           815      815           
  Misses         266      266           

☔ View full report in Codecov by Sentry.
📢 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch-bundler branch from d09dbd9 to 4a6475b Compare October 14, 2025 17:01
@renovate renovate bot force-pushed the renovate/all-minor-patch-bundler branch from 4a6475b to fe15f87 Compare October 18, 2025 09:03
Copy link

coderabbitai bot commented Oct 18, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants