Skip to content

chore(deps): update all non-major bundler dependencies - #1092

Merged
lodewiges merged 4 commits into
stagingfrom
renovate/all-minor-patch-bundler
Oct 27, 2025
Merged

chore(deps): update all non-major bundler dependencies#1092
lodewiges merged 4 commits into
stagingfrom
renovate/all-minor-patch-bundler

Conversation

@renovate

@renovate renovate Bot commented Oct 13, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
brakeman (source, changelog) '~> 7.0.2' -> '~> 7.1.0' age confidence
bullet (changelog) '~> 8.0', '>= 8.0.8' -> '~> 8.1' 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
jquery-rails '~> 4.6.0' -> '~> 4.6.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.6' 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', '>= 5.28.1' age confidence
sentry-ruby (source, changelog) '~> 5.25' -> '~> 5.28', '>= 5.28.1' age confidence
sentry-sidekiq (source, changelog) '~> 5.25' -> '~> 5.28', '>= 5.28.1' age confidence
sidekiq (source, changelog) '~> 8.0.4' -> '~> 8.0.8' age confidence
simple_form (changelog) '~> 5.3.1' -> '~> 5.4.0' 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)
flyerhzm/bullet (bullet)

v8.1.0

Compare Source

  • Make get_relation private
  • Support Rails 8.1
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

rails/jquery-rails (jquery-rails)

v4.6.1

Compare Source

  • update jquery to 3.7.1
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.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

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](https://red

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
@codecov

codecov Bot commented Oct 13, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.56%. Comparing base (a5501df) to head (e3db695).
⚠️ Report is 1 commits behind head on staging.

Additional details and impacted files
@@           Coverage Diff            @@
##           staging    #1092   +/-   ##
========================================
  Coverage    74.56%   74.56%           
========================================
  Files           51       51           
  Lines         1093     1093           
========================================
  Hits           815      815           
  Misses         278      278           

☔ 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 2 times, most recently from 4a6475b to fe15f87 Compare October 18, 2025 09:03
@coderabbitai

coderabbitai Bot commented Oct 18, 2025

Copy link
Copy Markdown

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.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch-bundler branch 2 times, most recently from 95c68d8 to 5e1d797 Compare October 26, 2025 20:22
@renovate
renovate Bot force-pushed the renovate/all-minor-patch-bundler branch from 5e1d797 to 407eb86 Compare October 26, 2025 22:33
@renovate

renovate Bot commented Oct 26, 2025

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@lodewiges
lodewiges enabled auto-merge October 26, 2025 23:54
@lodewiges
lodewiges added this pull request to the merge queue Oct 26, 2025
Merged via the queue into staging with commit aa8363b Oct 27, 2025
6 checks passed
@lodewiges
lodewiges deleted the renovate/all-minor-patch-bundler branch October 27, 2025 00:03
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.

1 participant