Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the bundler-all group across 1 directory with 15 updates #326

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the bundler-all group with 5 updates in the / directory:

Package From To
aws-sdk-s3 1.171.0 1.175.0
good_job 4.4.2 4.5.1
puma 6.4.3 6.5.0
rubocop 1.68.0 1.69.0
date 3.4.0 3.4.1

Updates aws-sdk-s3 from 1.171.0 to 1.175.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.175.0 (2024-12-02)

  • Feature - Amazon S3 introduces support for AWS Dedicated Local Zones

1.174.0 (2024-11-25)

  • Feature - Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications.

1.173.0 (2024-11-21)

  • Feature - Add support for conditional deletes for the S3 DeleteObject and DeleteObjects APIs. Add support for write offset bytes option used to append to objects with the S3 PutObject API.

1.172.0 (2024-11-18)

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

Updates good_job from 4.4.2 to 4.5.1

Release notes

Sourced from good_job's releases.

v4.5.1

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: bensheldon/good_job@v4.5.0...v4.5.1

v4.5.0

Review the Changelog for more details.

New Features

Fixes

Changes

New Contributors

Full Changelog: bensheldon/good_job@v4.4.2...v4.5.0

Changelog

Sourced from good_job's changelog.

v4.5.1 (2024-11-29)

Full Changelog

Implemented enhancements:

  • GoodJob.cleanup_preserved_jobs: add :include_discarded option #1550 (jonleighton)

Fixed bugs:

  • Fix compatibility with rails-head when duplicated advisory lockable column #1553 (Earlopain)

Closed issues:

  • PG::AmbiguousColumn after upgrade to 4.5.0 #1551

Merged pull requests:

v4.5.0 (2024-11-22)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix cron double-enqueue because delay close to 0.01 and possibly clock-drift #1543 (ccouton)
  • Fix badge color for running jobs #1525 (Wittiest)

Closed issues:

  • Can't load Dashboard #1532
  • Should we clean up batches if discarded callback jobs exist? #1528
  • Modify error color for Running tab when a job has 1 attempt #1518
  • Silence development warning output #1509
  • Proposal - A better way of managing errors through the GoodJob UI #1464

Merged pull requests:

... (truncated)

Commits
  • 81d824a Release good_job v4.5.1
  • ee33626 Remove usage of COALESCE from dashboard chart (#1306)
  • 54103a5 GoodJob.cleanup_preserved_jobs: add :include_discarded option (#1550)
  • 43162b6 Fix compatibility with rails-head when duplicated advisory lockable column ...
  • 5f84659 Release good_job v4.5.0
  • 27c2a6d Add Process memory usage and fix process state update (#1516)
  • c102011 Fix cron double-enqueue because delay close to 0.01 and possibly clock-drift ...
  • 4f6d193 Ignore some warnings with the warning gem (#1545)
  • 534d6a1 Add "Discard Cleaner" page to dashboard UI (#1538)
  • 74f3bde Remove unneeded include of pg_locks when displaying jobs table (#1541)
  • Additional commits viewable in compare view

Updates puma from 6.4.3 to 6.5.0

Release notes

Sourced from puma's releases.

6.5.0 - Sky's Version

They say good things come to wait, and you've all had to wait a long time for 6.5.0 because @​nateberkopec had another daughter: Sky!

  • Features

    • Print RUBY_DESCRIPTION when Puma starts (#3407)
    • Set the worker process count automatically when using WEB_CONCURRENCY=auto (#3439, #3437)
    • Mark as ractor-safe (#3486, #3422)
    • Add option enable_keep_alives. true (the default) mimics existing behavior, but now you can use false to disable keepalive to reduce queue tail latency (#3496)
    • Add parameters to Puma methods to allow CI to change ENV in isolation (#3485)
    • Add ssl_ciphersuites option for TLSv1.3 ciphers (#3359, #3343)
    • You can now use --threads 5 or threads 5 to config max/min threads with a single number (used to need to say 5:5) (#3309)
    • Option to turn off systemd plugin (#3425, #3424)
    • Add on_stopped hook (#3411, #3380)
  • Bugfixes

    • Handle blank environment variables when loading config (#3539)
    • lib/rack/handler/puma.rb - fix for rackup v1.0.1, adjust Gemfile (#3532, #3531)
    • null_io.rb - add external_encoding, set_encoding, binmode, binmode? (#3214)
    • Implement NullIO#seek and #pos to mimic IO (#3468)
    • add support in rack handler & fix regression in binder for linux abstract namespace sockets (#3508)
    • Use actual thread local for Puma::Server.current. (#3360)
    • client.rb - fix request chunked body handling (#3338, #3337)
    • Properly handle two requests seen in the initial buffer (#3332)
    • Fix response repeated status line when request is invalid or errors are raised (#3308, #3307)
    • Fix child processes not being reaped when Process.detach used (#3314, #3313)
  • JRuby

    • Make HTTP length constants configurable (#3518)
    • Fixup jruby_restart.rb & launcher.rb to work with ARM64 macOS JRuby (#3467)
  • Performance

    • Avoid checking if all workers reached timeout unless idle timeout is configured (#3341)
    • Request body - increase read size to 64 kB (#3548)
    • single mode skip wait_for_less_busy_worker (#3325)
  • Refactor

    • A ton of CI/test improvements by @​MSP-Greg, as usual.
    • Add ThreadPool#stats and adjust Server#stats to use it (#3527)
    • normalize whitespace in worker stats string (#3513)
    • rack/handler/puma.rb - ssl - use start_with?, add test (#3510)
    • extconf.rb - add logging for OpenSSL versions (#3370)
    • Lazily require Puma::Rack::Builder (#3340)
    • Refactor: Constantize worker pipe request types (#3318)
  • Docs

    • stats.md improvements (#3514)
    • control_cli.rb: Harmonize help message with bin/puma (#3434)
    • dsl.rb: Clarify a callback's argument (#3435)

... (truncated)

Changelog

Sourced from puma's changelog.

6.5.0 / 2024-11-23

  • Features

    • Print RUBY_DESCRIPTION when Puma starts (#3407)
    • Set the worker process count automatically when using WEB_CONCURRENCY=auto (#3439, #3437)
    • Mark as ractor-safe (#3486, #3422)
    • Add option enable_keep_alive. true mimics existing behavior, but now can use false to disable keepalive to reduce queue tail latency (#3496)
    • Add parameters to Puma methods to allow CI to change ENV in isolation (#3485)
    • Add ssl_ciphersuites option for TLSv1.3 ciphers (#3359, #3343)
    • You can now use --threads 5 or threads 5 to config max/min threads with a single number (used to need to say 5:5) (#3309)
    • Option to turn off systemd plugin (#3425, #3424)
    • Add on_stopped hook (#3411, #3380)
  • Bugfixes

    • Handle blank environment variables when loading config (#3539)
    • lib/rack/handler/puma.rb - fix for rackup v1.0.1, adjust Gemfile (#3532, #3531)
    • null_io.rb - add external_encoding, set_encoding, binmode, binmode? (#3214)
    • Implement NullIO#seek and #pos to mimic IO (#3468)
    • add support in rack handler & fix regression in binder for linux abstract namespace sockets (#3508)
    • Use actual thread local for Puma::Server.current. (#3360)
    • client.rb - fix request chunked body handling (#3338, #3337)
    • Properly handle two requests seen in the initial buffer (#3332)
    • Fix response repeated status line when request is invalid or errors are raised (#3308, #3307)
    • Fix child processes not being reaped when Process.detach used (#3314, #3313)
  • JRuby

    • Make HTTP length constants configurable (#3518)
    • Fixup jruby_restart.rb & launcher.rb to work with ARM64 macOS JRuby (#3467)
  • Performance

    • Avoid checking if all workers reached timeout unless idle timeout is configured (#3341)
    • Request body - increase read size to 64 kB (#3548)
    • single mode skip wait_for_less_busy_worker (#3325)
  • Refactor

    • A ton of CI/test improvements by @​MSP-Greg, as usual.
    • Add ThreadPool#stats and adjust Server#stats to use it (#3527)
    • normalize whitespace in worker stats string (#3513)
    • rack/handler/puma.rb - ssl - use start_with?, add test (#3510)
    • extconf.rb - add logging for OpenSSL versions (#3370)
    • Lazily require Puma::Rack::Builder (#3340)
    • Refactor: Constantize worker pipe request types (#3318)
  • Docs

    • stats.md improvements (#3514)
    • control_cli.rb: Harmonize help message with bin/puma (#3434)
    • dsl.rb: Clarify a callback's argument (#3435)
    • lib/rack/handler/puma.rb - relocate and fixup module comment (#3495)
Commits
  • 9e98151 v6.5.0 - Sky's Version
  • 89740fb Request body - increase read size to 64 kB (#3548)
  • 932f5d0 CI: test/test_request_invalid.rb - use TestPuma::PumaSocket, RFC 9112 (#3553)
  • b444c10 Handle blank environment variables when loading config (#3539)
  • fba741b Make HTTP length constants configurable for JRuby (#3518)
  • 0255efd CI: remove test/helpers/config_file.rb, which modifies ENV (#3550)
  • 450784a CI: fix TestIntegration#server_gets - until, not unless (#3549)
  • 271e4d0 CI: remove unnecessary rake task test:all (#3543)
  • 9e0dc2e [CI] test_puma_server.rb - add HTTP/1.0 & HTTP/1.1 checks thru to app env (#3...
  • 23753d9 [CI] test_puma_server.rb - update & add tests for back-to-back requests (#3335)
  • Additional commits viewable in compare view

Updates rubocop from 1.68.0 to 1.69.0

Release notes

Sourced from rubocop's releases.

RuboCop 1.69

New features

Bug fixes

  • #13455: Fix a false positive for Layout/EmptyLineAfterGuardClause when using a guard clause outside oneliner block. (@​koic)
  • #13412: Fix a false positive for Style/RedundantLineContinuation when there is a line continuation at the end of Ruby code followed by __END__ data. (@​koic)
  • #13476: Allow to write generics type of RBS::Inline annotation after subclass definition in Style/CommentedKeyword. ([@​dak2][])
  • #13441: Fix an incorrect autocorrect for Style/IfWithSemicolon when using return with value in if with a semicolon is used. (@​koic)
  • #13448: Fix an incorrect autocorrect for Style/IfWithSemicolon when the then body contains an arithmetic operator method call with an argument. (@​koic)
  • #13199: Make Style/RedundantCondition skip autocorrection when a branch has a comment. (@​koic)
  • #13411: Fix Style/BitwisePredicate when having regular method. ([@​d4be4st][])
  • #13432: Fix false positive for Lint/FloatComparison against nil. ([@​lovro-bikic][])
  • #13461: Fix false positives for Lint/InterpolationCheck when using invalid syntax in interpolation. (@​koic)
  • #13402: Fix a false positive for Lint/SafeNavigationConsistency when using unsafe navigation with both && and ||. (@​koic)
  • #13434: Fix a false positive for Naming/MemoizedInstanceVariableName for assignment methods`. ([@​earlopain][])
  • #13415: Fix false positives for Naming/MemoizedInstanceVariableName when using initialize_clone, initialize_copy, or initialize_dup. (@​koic)
  • #13421: Fix false positives for Style/SafeNavigation when using a method chain that exceeds the MaxChainLength value and includes safe navigation operator. (@​koic)
  • #13433: Fix autocorrection for Style/AccessModifierDeclarations for multiple inline symbols. ([@​dvandersluis][])
  • #13430: Fix EmptyLinesAroundMethodBody for methods with arguments spanning multiple lines. ([@​aduth][])
  • #13438: Fix incorrect correction in Lint/Void if an operator is called in a void context using a dot. ([@​dvandersluis][])
  • #13419: Fix Lint/DeprecatedOpenSSLConstant false positive when the argument is a safe navigation method call. ([@​dvandersluis][])
  • #13404: Fix Style/AccessModifierDeclarations to register (as positive or negative, depending on AllowModifiersOnSymbols value) access modifiers with multiple symbols. ([@​dvandersluis][])
  • #13436: Fix incorrect offense and autocorrect for Lint/RedundantSplatExpansion when percent literal array is used in a safe navigation method call. ([@​lovro-bikic][])
  • #13442: Fix an incorrect autocorrect for Style/NestedTernaryOperator when ternary operators are nested and the inner condition is parenthesized. (@​koic)
  • #13444: Fix an incorrect autocorrect for Style/OneLineConditional when the else branch of a ternary operator has multiple expressions. (@​koic)
  • #13483: Fix an incorrect autocorrect for Style/RedundantRegexpArgument when using escaped double quote character. (@​koic)
  • #13497: Fix infinite loop error for Style/IfWithSemicolon when using nested if/;/end in if body. (@​koic)
  • #13477: Update Layout/LeadingCommentSpace to accept multiline shebangs at the top of the file. ([@​dvandersluis][])
  • #13453: Update Style/AccessModifierDeclarations to handle attr_* methods with multiple parameters. ([@​dvandersluis][])
  • #12597: Update Style/SingleLineDoEndBlock to not register an offense if it will introduce a conflicting Layout/RedundantLineBreak offense. ([@​dvandersluis][])

Changes

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.69.0 (2024-11-26)

New features

Bug fixes

  • #13455: Fix a false positive for Layout/EmptyLineAfterGuardClause when using a guard clause outside oneliner block. ([@​koic][])
  • #13412: Fix a false positive for Style/RedundantLineContinuation when there is a line continuation at the end of Ruby code followed by __END__ data. ([@​koic][])
  • #13476: Allow to write generics type of RBS::Inline annotation after subclass definition in Style/CommentedKeyword. ([@​dak2][])
  • #13441: Fix an incorrect autocorrect for Style/IfWithSemicolon when using return with value in if with a semicolon is used. ([@​koic][])
  • #13448: Fix an incorrect autocorrect for Style/IfWithSemicolon when the then body contains an arithmetic operator method call with an argument. ([@​koic][])
  • #13199: Make Style/RedundantCondition skip autocorrection when a branch has a comment. ([@​koic][])
  • #13411: Fix Style/BitwisePredicate when having regular method. ([@​d4be4st][])
  • #13432: Fix false positive for Lint/FloatComparison against nil. ([@​lovro-bikic][])
  • #13461: Fix false positives for Lint/InterpolationCheck when using invalid syntax in interpolation. ([@​koic][])
  • #13402: Fix a false positive for Lint/SafeNavigationConsistency when using unsafe navigation with both && and ||. ([@​koic][])
  • #13434: Fix a false positive for Naming/MemoizedInstanceVariableName for assignment methods`. ([@​earlopain][])
  • #13415: Fix false positives for Naming/MemoizedInstanceVariableName when using initialize_clone, initialize_copy, or initialize_dup. ([@​koic][])
  • #13421: Fix false positives for Style/SafeNavigation when using a method chain that exceeds the MaxChainLength value and includes safe navigation operator. ([@​koic][])
  • #13433: Fix autocorrection for Style/AccessModifierDeclarations for multiple inline symbols. ([@​dvandersluis][])
  • #13430: Fix EmptyLinesAroundMethodBody for methods with arguments spanning multiple lines. ([@​aduth][])
  • #13438: Fix incorrect correction in Lint/Void if an operator is called in a void context using a dot. ([@​dvandersluis][])
  • #13419: Fix Lint/DeprecatedOpenSSLConstant false positive when the argument is a safe navigation method call. ([@​dvandersluis][])
  • #13404: Fix Style/AccessModifierDeclarations to register (as positive or negative, depending on AllowModifiersOnSymbols value) access modifiers with multiple symbols. ([@​dvandersluis][])
  • #13436: Fix incorrect offense and autocorrect for Lint/RedundantSplatExpansion when percent literal array is used in a safe navigation method call. ([@​lovro-bikic][])
  • #13442: Fix an incorrect autocorrect for Style/NestedTernaryOperator when ternary operators are nested and the inner condition is parenthesized. ([@​koic][])
  • #13444: Fix an incorrect autocorrect for Style/OneLineConditional when the else branch of a ternary operator has multiple expressions. ([@​koic][])
  • #13483: Fix an incorrect autocorrect for Style/RedundantRegexpArgument when using escaped double quote character. ([@​koic][])
  • #13497: Fix infinite loop error for Style/IfWithSemicolon when using nested if/;/end in if body. ([@​koic][])
  • #13477: Update Layout/LeadingCommentSpace to accept multiline shebangs at the top of the file. ([@​dvandersluis][])
  • #13453: Update Style/AccessModifierDeclarations to handle attr_* methods with multiple parameters. ([@​dvandersluis][])
  • #12597: Update Style/SingleLineDoEndBlock to not register an offense if it will introduce a conflicting Layout/RedundantLineBreak offense. ([@​dvandersluis][])

Changes

Commits
  • 9a49a33 Cut 1.69
  • 96833cd Update Changelog
  • 32c8dd5 Merge pull request #13498 from dvandersluis/useless-include-util
  • 2904985 Remove unnecessary include Util
  • 77f3e6f Create Style/FileTouch cop
  • 8ac8947 Fix infinite loop error for Style/IfWithSemicolon
  • beb22bc Update Style/SingleArgumentDig to not register offenses on chained dig ca...
  • c8cdb3d [Fix #13486] Add new Style/DigChain cop
  • efc3fd8 [Fix #13490] Add new Style/FileNull cop
  • 8717f11 Remove unnecessary include IgnoredNode
  • Additional commits viewable in compare view

Updates aws-partitions from 1.1009.0 to 1.1015.0

Changelog

Sourced from aws-partitions's changelog.

1.1015.0 (2024-12-02)

  • Feature - Added support for enumerating regions for Aws::SecurityIR.

  • Feature - Added support for enumerating regions for Aws::NetworkFlowMonitor.

  • Feature - Added support for enumerating regions for Aws::Invoicing.

1.1014.0 (2024-11-27)

  • Feature - Added support for enumerating regions for Aws::ObservabilityAdmin.

1.1013.0 (2024-11-22)

  • Feature - Added support for enumerating regions for Aws::BCMPricingCalculator.

1.1012.0 (2024-11-21)

  • Feature - Added support for enumerating regions for Aws::NotificationsContacts.

  • Feature - Added support for enumerating regions for Aws::Notifications.

1.1011.0 (2024-11-20)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1010.0 (2024-11-19)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
Commits

Updates aws-sdk-core from 3.213.0 to 3.214.0

Changelog

Sourced from aws-sdk-core's changelog.

3.214.0 (2024-11-25)

  • Feature - Updated configuration values for defaults_mode.
Commits

Updates aws-sdk-kms from 1.95.0 to 1.96.0

Changelog

Sourced from aws-sdk-kms's changelog.

1.96.0 (2024-11-18)

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

Updates date from 3.4.0 to 3.4.1

Release notes

Sourced from date's releases.

v3.4.1

What's Changed

New Contributors

Full Changelog: ruby/date@v3.4.0...v3.4.1

Commits
  • a3295ad Bump up 3.4.1
  • 61d8497 Fix mixed declarations and code
  • 291b40f Suppress compound-token-split-by-macro warnings
  • d68be4d [DOC] Empty the false document
  • 67a0c2d Fixed version number of rubygems/release-gem
  • 93b7d0e Merge pull request #108 from ruby/dependabot/github_actions/rubygems/release-...
  • e83f768 Merge pull request #109 from ruby/dependabot/github_actions/step-security/har...
  • 5588926 Bump step-security/harden-runner from 2.10.1 to 2.10.2
  • 03dd8d7 Bump rubygems/release-gem
  • 5c49c77 [DOC] Remove unneeded page_dir option
  • Additional commits viewable in compare view

Updates logger from 1.6.1 to 1.6.2

Release notes

Sourced from logger's releases.

v1.6.2

What's Changed

New Contributors

Full Changelog: ruby/logger@v1.6.1...v1.6.2

Commits
  • 2d07f08 Bump up 1.6.2
  • 9512a54 Enabled trusted publisher for rubygems.org
  • c71f34a Merge pull request #105 from mlinksva/dist-licenses
  • 377b43f Merge pull request #106 from mlinksva/pages-license-update
  • a7fae5e update license files in rdoc task
  • 1a64cb5 include license texts in gem
  • dae2b83 Enable subclasses to configure level isolation (#103)
  • d1d704a Merge pull request #101 from JoeDupuis/fix-license-link
  • 195bdd8 Fix license link
  • See full diff in compare view

Updates psych from 5.2.0 to 5.2.1

Release notes

Sourced from psych's releases.

v5.2.1

What's Changed

New Contributors

Full Changelog: ruby/psych@v5.2.0...v5.2.1

Commits
  • 7c81f7d Bump up 5.2.1
  • ffc4e98 Fixed version number of rubygems/release-gem
  • c02a26c Merge pull request #696 from ruby/dependabot/github_actions/step-security/har...
  • 7f3ac6f Merge pull request #697 from ruby/dependabot/github_actions/rubygems/release-...
  • 136e946 Bump rubygems/release-gem
  • b150ee4 Bump step-security/harden-runner from 2.10.1 to 2.10.2
  • a1ce01c Merge pull request #695 from tdeo/tdeo/fix_date_require
  • b2aa003 Eagerly require date.
  • See full diff in compare view

Updates regexp_parser from 2.9.2 to 2.9.3

Changelog

Sourced from

Bumps the bundler-all group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.171.0` | `1.175.0` |
| [good_job](https://github.com/bensheldon/good_job) | `4.4.2` | `4.5.1` |
| [puma](https://github.com/puma/puma) | `6.4.3` | `6.5.0` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.68.0` | `1.69.0` |
| [date](https://github.com/ruby/date) | `3.4.0` | `3.4.1` |



Updates `aws-sdk-s3` from 1.171.0 to 1.175.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [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 `good_job` from 4.4.2 to 4.5.1
- [Release notes](https://github.com/bensheldon/good_job/releases)
- [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md)
- [Commits](bensheldon/good_job@v4.4.2...v4.5.1)

Updates `puma` from 6.4.3 to 6.5.0
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.4.3...v6.5.0)

Updates `rubocop` from 1.68.0 to 1.69.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.68.0...v1.69.0)

Updates `aws-partitions` from 1.1009.0 to 1.1015.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-core` from 3.213.0 to 3.214.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [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.95.0 to 1.96.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [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 `date` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/ruby/date/releases)
- [Commits](ruby/date@v3.4.0...v3.4.1)

Updates `logger` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](ruby/logger@v1.6.1...v1.6.2)

Updates `psych` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/ruby/psych/releases)
- [Commits](ruby/psych@v5.2.0...v5.2.1)

Updates `regexp_parser` from 2.9.2 to 2.9.3
- [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md)
- [Commits](ammar/regexp_parser@v2.9.2...v2.9.3)

Updates `reline` from 0.5.11 to 0.5.12
- [Release notes](https://github.com/ruby/reline/releases)
- [Commits](ruby/reline@v0.5.11...v0.5.12)

Updates `rubocop-ast` from 1.36.1 to 1.36.2
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-ast@v1.36.1...v1.36.2)

Updates `securerandom` from 0.3.2 to 0.4.0
- [Release notes](https://github.com/ruby/securerandom/releases)
- [Commits](ruby/securerandom@v0.3.2...v0.4.0)

Updates `unicode-display_width` from 2.6.0 to 3.1.2
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md)
- [Commits](janlelis/unicode-display_width@v2.6.0...v3.1.2)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: good_job
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: aws-partitions
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: aws-sdk-core
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: aws-sdk-kms
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: date
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: logger
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: psych
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: regexp_parser
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: reline
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: rubocop-ast
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: securerandom
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: unicode-display_width
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: bundler-all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 2, 2024
@bensheldon bensheldon merged commit 05f0aa4 into main Dec 2, 2024
2 checks passed
@bensheldon bensheldon deleted the dependabot/bundler/bundler-all-eeb250d7a3 branch December 2, 2024 17:42
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.

1 participant