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 59 updates #340

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

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

Package From To
aws-sdk-s3 1.175.0 1.180.0
chartkick 5.1.2 5.1.3
draper 4.0.2 4.0.4
good_job 4.5.1 4.9.0
puma 6.5.0 6.6.0
sentry-rails 5.21.0 5.22.4
slim-rails 3.6.3 3.7.0
terser 1.2.4 1.2.5
rspec-rails 7.1.0 7.1.1
selenium-webdriver 4.27.0 4.28.0
rubocop 1.69.0 1.71.2
rubocop-performance 1.23.0 1.23.1
rubocop-rails 2.27.0 2.29.1
rubocop-rspec 3.2.0 3.4.0
webmock 3.24.0 3.25.0
launchy 3.0.1 3.1.0
factory_bot 6.5.0 6.5.1
ffi 1.17.0 1.17.1
msgpack 1.7.5 1.8.0
net-imap 0.5.1 0.5.6
net-smtp 0.5.0 0.5.1
websocket-driver 0.7.6 0.7.7

Updates aws-sdk-s3 from 1.175.0 to 1.180.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.180.0 (2025-02-06)

  • Feature - Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.

1.179.0 (2025-01-29)

  • Feature - Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.

1.178.0 (2025-01-15)

  • Feature - This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests.

  • Feature - Default to using CRC32 checksum validation for S3 uploads and downloads.

1.177.0 (2025-01-03)

  • Feature - This change is only for updating the model regexp of CopySource which is not for validation but only for documentation and user guide change.

1.176.1 (2024-12-12)

  • Issue - Do not normalize object keys when calling presigned_url or presigned_request.

1.176.0 (2024-12-03)

  • Feature - Amazon S3 Metadata stores object metadata in read-only, fully managed Apache Iceberg metadata tables that you can query. You can create metadata table configurations for S3 general purpose buckets.
Commits

Updates chartkick from 5.1.2 to 5.1.3

Changelog

Sourced from chartkick's changelog.

5.1.3 (2025-02-01)

  • Updated Chart.js to 4.4.7
Commits

Updates draper from 4.0.2 to 4.0.4

Release notes

Sourced from draper's releases.

v4.0.3

What's Changed

New Contributors

Full Changelog: drapergem/draper@v4.0.2...v4.0.3

Changelog

Sourced from draper's changelog.

4.0.4 - 2025-01-28

Fixes

  • Fix a LoadError caused by a cherry-pick issue in version 4.0.3

4.0.3 - 2025-01-27

Added support for latest Ruby (upto 3.4) and Rails (upto 8) versions.

Fixes

  • Fix CollectionDecorator#respond_to? for non-ORM collections #920
  • Fix issues with using Draper outside of controller scope #927
  • Fix decoration of AR associations #932

Other Changes

  • Improve performance of delegation via delegate_all #911
  • Improve README #878, #922, #934
Commits
  • 270fc4c Release version 4.0.4
  • 1b2a2a4 Released v4.0.3
  • 6e07b68 Workflows / CI: updated to Rails 7
  • 91f7857 Documentation: updated maintainers list
  • 31ef6ba Workflows / CI: fixed & refactored
  • e826a84 Associations: #decorate queries DB every time
  • 8283408 Improve performance of method call via delegate_all
  • a93223e fix issue with using draper outside of controller/view context
  • 9daf3ac Fix CollectionDecorator#respond_to? for non AR collections
  • 2836ea7 Merge pull request #922 from chain792/edit_readme
  • Additional commits viewable in compare view

Updates good_job from 4.5.1 to 4.9.0

Release notes

Sourced from good_job's releases.

v4.9.0

Review the Changelog for more details.

What's Changed

Full Changelog: bensheldon/good_job@v4.8.2...v4.9.0

v4.8.2

Review the Changelog for more details.

What's Changed

Full Changelog: bensheldon/good_job@v4.8.1...v4.8.2

v4.8.1

Review the Changelog for more details.

What's Changed

Full Changelog: bensheldon/good_job@v4.8.0...v4.8.1

v4.8.0

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: bensheldon/good_job@v4.7.0...v4.8.0

v4.7.0

Review the Changelog for more details.

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from good_job's changelog.

v4.9.0 (2025-02-07)

Full Changelog

Implemented enhancements:

  • Add GoodJob.cli? to check if the current process was started by the good_job executable #1592 (bensheldon)

Closed issues:

  • Option to only preserve discarded/errored jobs? #1594
  • Notifier errored: TypeError: ActiveSupport::TimeWithZone can't be coerced into Integer #1581

v4.8.2 (2025-01-26)

Full Changelog

Fixed bugs:

  • Ensure that executions are properly ordered in the dashboard #1588 (Earlopain)

Merged pull requests:

  • Fix passing a block to advisory_lock in tests #1587 (Earlopain)
  • Expect Job#scheduled_at to always be present; remove nil checks #1585 (bensheldon)

v4.8.1 (2025-01-24)

Full Changelog

Fixed bugs:

  • Fix notifier/scheduler handling of integer/epoch serialized scheduled_at values #1583 (bensheldon)

Closed issues:

  • Losing "Processes" on the dashboard #1582
  • Ability to pause queues #1574

v4.8.0 (2025-01-22)

Full Changelog

Implemented enhancements:

  • Add ability to pause jobs by queue, job class, or label (experimental) #1575 (bensheldon)

Closed issues:

  • perform_now enqueues a job when raising exception #1570

... (truncated)

Commits
  • b557525 Release good_job v4.9.0
  • e28fe17 Add GoodJob.cli? to check if the current process was started by the `good_j...
  • fdf9a01 Release good_job v4.8.2
  • 8ec59c5 Expect Job#scheduled_at to always be present; remove nil checks (#1585)
  • 2477ef0 Ensure that executions are properly ordered in the dashboard (#1588)
  • 348fc1d Fix passing a block to advisory_lock in tests (#1587)
  • b6cbd53 Release good_job v4.8.1
  • d45fb07 Fix notifier/scheduler handling of integer/epoch serialized scheduled_at valu...
  • 358def5 Release good_job v4.8.0
  • 19234ee Add ability to pause jobs by queue, job class, or label (experimental) (#1575)
  • Additional commits viewable in compare view

Updates puma from 6.5.0 to 6.6.0

Release notes

Sourced from puma's releases.

6.6.0 - Return to Forever

image

Some stuff for JRuby users (SIGUSR2 trap), reforkers (see below), and a few debug/logging/observability related goodies.

  • Features

    • Option to turn off SIGUSR2 trapping (#3570, #3567)
    • Shorten ThreadPool trimmer and reaper thread names (#3383)
    • Add after_refork hook (#3386)
    • Add busy threads stat (#3517)
    • Add a debug log before running each type of hook (#3375)
    • Allow alternative schemes in Binder (#3348, #3302)
    • Avoid spawning Threadpool#trim thread if pool size is fixed (#3384)
  • Bugfixes

    • Change HttpParserError to be subclass of StandardError (#3590, #3552)
    • added test cases
    • fix update phased restart symlink folder
  • Performance

    • Only ping worker 0 during phased restart if using fork worker (#3568)
  • Refactor

    • Fix multi-delimiter split to get status app token (#3505)
    • Change ping to use const (#3595)
    • Fixup use of Puma::Const::PipeRequest constants (#3565)
    • Update DSL hook processing logic to be consistent (#3376)
Changelog

Sourced from puma's changelog.

6.6.0 / 2025-01-29

  • Features

    • Option to turn off SIGUSR2 trapping (#3570, #3567)
    • Shorten ThreadPool trimmer and reaper thread names (#3383)
    • Add after_refork hook (#3386)
    • Add busy threads stat (#3517)
    • Add a debug log before running each type of hook (#3375)
    • Allow alternative schemes in Binder (#3348, #3302)
    • Avoid spawning Threadpool#trim thread if pool size is fixed (#3384)
  • Bugfixes

    • Change HttpParserError to be subclass of StandardError (#3590, #3552)
    • added test cases
    • fix update phased restart symlink folder
  • Performance

    • Only ping worker 0 during phased restart if using fork worker (#3568)
  • Refactor

    • Fix multi-delimiter split to get status app token (#3505)
    • Change ping to use const (#3595)
    • Fixup use of Puma::Const::PipeRequest constants (#3565)
    • Update DSL hook processing logic to be consistent (#3376)
Commits

Updates sentry-rails from 5.21.0 to 5.22.4

Changelog

Sourced from sentry-rails's changelog.

5.22.4

Bug Fixes

  • Fix handling of cron with tz in Cron::Job (#2530)
  • Revert "[rails] support string errors in error reporter (#2464)" (#2533)
  • Removed unnecessary warning about missing stackprof when Vernier is configured as the profiler (#2537)
  • Fix regression with CheckInEvent in before_send (#2541)

Internal

  • Introduced Configuration#validate to validate configuration in Sentry.init block (#2538)
  • Introduced Sentry.dependency_installed? to check if a 3rd party dependency is available ie Sentry.dependency_installed?(:Vernier) (#2542)

5.22.3

Bug Fixes

  • Accept Hash in before_send* callbacks again (#2529)

5.22.2

Features

  • Improve the accuracy of duration calculations in cron jobs monitoring (#2471)
  • Use attempt_threshold to skip reporting on first N attempts (#2503)
  • Support code.namespace for Ruby 3.4+ stacktraces (#2506)

Bug Fixes

  • Default to internal_error error type for OpenTelemetry spans #2473
  • Improve before_send and before_send_transaction's return value handling (#2504)
  • Fix a crash when calling Sentry.get_main_hub in a trap context (#2510)
  • Use URI::RFC2396_PARSER.escape explicitly to remove warning logs to stderr (#2509)

Internal

  • Test Ruby 3.4 in CI (#2506)
  • Upgrade actions workflows versions (#2506)
  • Stop relying on fugit (#2519)

5.22.1

Bug Fixes

  • Safe-navigate to session flusher #2396
  • Fix latency related nil error for Sidekiq Queues Module span data #2486

... (truncated)

Commits

Updates slim-rails from 3.6.3 to 3.7.0

Commits
  • 52756d1 Bump version to 3.7.0
  • a6ae6b2 Merge pull request #201 from taketo1113/rails8-generator-authentication
  • e97803b Add Rails 8.0 authentication generator
  • fbf8c1f Merge pull request #200 from taketo1113/ci-rails-8.0-ruby-3.4
  • 9a63ef3 Add Rails 8.0 & Ruby 3.4 to CI
  • dd9760f CI: Update slim_lint version to fix rexml/document (LoadError)
  • 493307c Merge pull request #197 from taketo1113/ci-rails-7.2-ruby-3.3
  • 3eff544 Added CI ruby 3.3 & Rails 7.2
  • See full diff in compare view

Updates terser from 1.2.4 to 1.2.5

Changelog

Sourced from terser's changelog.

1.2.5 (20 January 2025)

  • update TerserJS to [5.37.0]
Commits

Updates rspec-rails from 7.1.0 to 7.1.1

Changelog

Sourced from rspec-rails's changelog.

7.1.1 / 2025-02-06

Full Changelog

Bug Fixes:

  • Check wether rspec-mocks has been loaded before enabling signature verification for have_enqueued_job et al (Jon Rowe, rspec/rspec-rails#2823)
Commits
  • 93b2d24 Reference issues for Github
  • 28ad978 v7.1.1
  • 7f63fa9 Merge pull request #2823 from rspec/ensure-mocks-config-available
  • 3b099ce Simplify instructions for gems installations from git repository (#2828)
  • 62a04e5 Merge pull request #2829 from rspec/fix-verify-mailer-preview
  • 33f6492 Merge pull request #2826 from rspec/switch-to-monorepo
  • db114bb Switch to ruby 3.4 from rc
  • 6f1599d Merge pull request #2825 from rspec/ruby-3.4-v2
  • fece159 Merge pull request #2824 from rspec/fix-build
  • 9d5e281 Merge pull request #2812 from rspec/expand-permitted-rails-versions
  • Additional commits viewable in compare view

Updates selenium-webdriver from 4.27.0 to 4.28.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.28.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.28.0 (2025-01-16)

  • Add CDP for Chrome 132 and remove 129
  • [ci] Bumping versions for nightly
  • [rb] Add tests for the cookie named, and updates type (#14843)
  • [rb] Update note for return value of Hash (#14845)
  • [rb] BiDi Network: add_request_handler, remove_request_handler, clear_request_handlers (#14751)
  • Update supported versions for Chrome DevTools
Commits
  • ac34254 [build] Prepare for release of Selenium 4.28.0 (#15098)
  • 960ff05 [java][js][py] Add straight relative-by locators (#14482)
  • e4b1e48 [rb] Update Jruby to version 9.4.9.0 (#14791)
  • 50cbca9 [ci] Running format script
  • db5c5c3 [rb] Adding doc link
  • 89b84ae [rb] BiDi Network: add_request_handler, remove_request_handler, clear_request...
  • ce7448b [rb] Update note for return value of Hash (#14845)
  • 901dc6c [rb] Add tests for the cookie named, and updates type (#14843)
  • 2421c66 [ci] Bumping versions for nightly
  • See full diff in compare view

Updates rubocop from 1.69.0 to 1.71.2

Release notes

Sourced from rubocop's releases.

RuboCop 1.71.2

Bug fixes

  • #13782: Fix an error Layout/ElseAlignment when else is part of a numblock. (@​earlopain)
  • #13395: Fix a false positive for Lint/UselessAssignment when assigning in branch and block. (@​pCosta99)
  • #13783: Fix a false positive for Lint/Void when each numblock with conditional expressions that has multiple statements. (@​earlopain)
  • #13787: Fix incorrect autocorrect for Style/ExplicitBlockArgument when using arguments of zsuper in method definition. (@​koic)
  • #13785: Fix Style/EachWithObject cop error in case of single block argument. (@​viralpraxis)
  • #13781: Fix a false positive for Lint/UnmodifiedReduceAccumulator when omitting the accumulator in a nested numblock. (@​earlopain)

RuboCop 1.71.1

Bug fixes

  • #10081: Add the missing include RuboCop::RSpec::ExpectOffense in rubocop/rspec/support.rb. (@​d4rky-pl)
  • #13765: Fix a false negative for Lint/AmbiguousBlockAssociation with numblocks. (@​earlopain)
  • #13759: Fix a false negative for Lint/ConstantDefinitionInBlock with numblocks. (@​earlopain)
  • #13741: Register an offense for Naming/BlockForwarding and Style/ArgumentsForwarding with Ruby >= 3.4 when the block argument is referenced inside a block. This was previously disabled because of a bug in Ruby 3.3.0. (@​earlopain)
  • #13777: Fix a false negative for Layout/EmptyLineBetweenDefs with DefLikeMacros and numblocks. (@​earlopain)
  • #13769: Fix a false negative for Style/RedundantParentheses with numblocks. (@​earlopain)
  • #13780: Fix a false positive Style/AccessModifierDeclarations when using access modifier in a numblock. (@​earlopain)
  • #13775: Fix a false positive for Lint/AssignmentInCondition when assigning in numblocks. (@​earlopain)
  • #13773: Fix false positives for Layout/RedundantLineBreak when using numbered block parameter. (@​koic)
  • #13761: Fix a false positive for Style/SuperArguments when calling super in a numblock. (@​earlopain)
  • #13768: Fix a false positive for Lint/UnreachableCode with instance_eval numblock. (@​earlopain)
  • #13750: Fix false positives for Style/RedundantSelfAssignment when assigning to attribute of self. (@​koic)
  • #13739: Fix false positive for Style/HashExcept and Style/HashSlice when checking for inclusion with a range. (@​dvandersluis)
  • #13751: Fix false positive in Layout/ExtraSpacing with ForceEqualSignAlignment: true for endless methods. (@​dvandersluis)
  • #13767: Fix Style/IdenticalConditionalBranches autocorrect when condition is inside assignment. (@​dvandersluis)
  • #13764: Fix a false negative for Layout/SingleLineBlockChain with numblocks. (@​earlopain)
  • #13771: Fix wrong autocorrect for Style/SoleNestedConditional when using numblocks. (@​earlopain)

RuboCop 1.71

New features

Bug fixes

  • #13684: Fix a false positive for Style/FrozenStringLiteralComment when using the frozen string literal magic comment in Active Admin's arb files. (@​koic)

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.71.2 (2025-02-04)

Bug fixes

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

| Package | From | To |
| --- | --- | --- |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.175.0` | `1.180.0` |
| [chartkick](https://github.com/ankane/chartkick) | `5.1.2` | `5.1.3` |
| [draper](https://github.com/drapergem/draper) | `4.0.2` | `4.0.4` |
| [good_job](https://github.com/bensheldon/good_job) | `4.5.1` | `4.9.0` |
| [puma](https://github.com/puma/puma) | `6.5.0` | `6.6.0` |
| [sentry-rails](https://github.com/getsentry/sentry-ruby) | `5.21.0` | `5.22.4` |
| [slim-rails](https://github.com/slim-template/slim-rails) | `3.6.3` | `3.7.0` |
| [terser](https://github.com/ahorek/terser-ruby) | `1.2.4` | `1.2.5` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `7.1.0` | `7.1.1` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.27.0` | `4.28.0` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.69.0` | `1.71.2` |
| [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.23.0` | `1.23.1` |
| [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.27.0` | `2.29.1` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.2.0` | `3.4.0` |
| [webmock](https://github.com/bblimke/webmock) | `3.24.0` | `3.25.0` |
| [launchy](https://github.com/copiousfreetime/launchy) | `3.0.1` | `3.1.0` |
| [factory_bot](https://github.com/thoughtbot/factory_bot) | `6.5.0` | `6.5.1` |
| [ffi](https://github.com/ffi/ffi) | `1.17.0` | `1.17.1` |
| [msgpack](https://github.com/msgpack/msgpack-ruby) | `1.7.5` | `1.8.0` |
| [net-imap](https://github.com/ruby/net-imap) | `0.5.1` | `0.5.6` |
| [net-smtp](https://github.com/ruby/net-smtp) | `0.5.0` | `0.5.1` |
| [websocket-driver](https://github.com/faye/websocket-driver-ruby) | `0.7.6` | `0.7.7` |



Updates `aws-sdk-s3` from 1.175.0 to 1.180.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 `chartkick` from 5.1.2 to 5.1.3
- [Changelog](https://github.com/ankane/chartkick/blob/master/CHANGELOG.md)
- [Commits](ankane/chartkick@v5.1.2...v5.1.3)

Updates `draper` from 4.0.2 to 4.0.4
- [Release notes](https://github.com/drapergem/draper/releases)
- [Changelog](https://github.com/drapergem/draper/blob/master/CHANGELOG.md)
- [Commits](drapergem/draper@v4.0.2...v4.0.4)

Updates `good_job` from 4.5.1 to 4.9.0
- [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.5.1...v4.9.0)

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

Updates `sentry-rails` from 5.21.0 to 5.22.4
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.21.0...5.22.4)

Updates `slim-rails` from 3.6.3 to 3.7.0
- [Release notes](https://github.com/slim-template/slim-rails/releases)
- [Changelog](https://github.com/slim-template/slim-rails/blob/master/CHANGELOG.md)
- [Commits](slim-template/slim-rails@v3.6.3...v3.7.0)

Updates `terser` from 1.2.4 to 1.2.5
- [Release notes](https://github.com/ahorek/terser-ruby/releases)
- [Changelog](https://github.com/ahorek/terser-ruby/blob/master/CHANGELOG.md)
- [Commits](ahorek/terser-ruby@1.2.4...1.2.5)

Updates `rspec-rails` from 7.1.0 to 7.1.1
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v7.1.0...v7.1.1)

Updates `selenium-webdriver` from 4.27.0 to 4.28.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.27.0...selenium-4.28.0)

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

Updates `rubocop-performance` from 1.23.0 to 1.23.1
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.23.0...v1.23.1)

Updates `rubocop-rails` from 2.27.0 to 2.29.1
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.27.0...v2.29.1)

Updates `rubocop-rspec` from 3.2.0 to 3.4.0
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v3.2.0...v3.4.0)

Updates `webmock` from 3.24.0 to 3.25.0
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.24.0...v3.25.0)

Updates `launchy` from 3.0.1 to 3.1.0
- [Changelog](https://github.com/copiousfreetime/launchy/blob/main/HISTORY.md)
- [Commits](copiousfreetime/launchy@v3.0.1...v3.1.0)

Updates `aws-partitions` from 1.1015.0 to 1.1048.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.214.0 to 3.218.1
- [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.96.0 to 1.98.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 `aws-sigv4` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sigv4/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits/1.11.0)

Updates `bigdecimal` from 3.1.8 to 3.1.9
- [Release notes](https://github.com/ruby/bigdecimal/releases)
- [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md)
- [Commits](ruby/bigdecimal@v3.1.8...v3.1.9)

Updates `concurrent-ruby` from 1.3.4 to 1.3.5
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](ruby-concurrency/concurrent-ruby@v1.3.4...v1.3.5)

Updates `connection_pool` from 2.4.1 to 2.5.0
- [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md)
- [Commits](mperham/connection_pool@v2.4.1...v2.5.0)

Updates `erubi` from 1.13.0 to 1.13.1
- [Changelog](https://github.com/jeremyevans/erubi/blob/master/CHANGELOG)
- [Commits](jeremyevans/erubi@1.13.0...1.13.1)

Updates `factory_bot` from 6.5.0 to 6.5.1
- [Release notes](https://github.com/thoughtbot/factory_bot/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot@v6.5.0...v6.5.1)

Updates `ffi` from 1.17.0 to 1.17.1
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](ffi/ffi@v1.17.0...v1.17.1)

Updates `i18n` from 1.14.6 to 1.14.7
- [Release notes](https://github.com/ruby-i18n/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](ruby-i18n/i18n@v1.14.6...v1.14.7)

Updates `io-console` from 0.7.2 to 0.8.0
- [Release notes](https://github.com/ruby/io-console/releases)
- [Commits](ruby/io-console@v0.7.2...v0.8.0)

Updates `irb` from 1.14.1 to 1.15.1
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.14.1...v1.15.1)

Updates `json` from 2.8.2 to 2.10.0
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.8.2...v2.10.0)

Updates `language_server-protocol` from 3.17.0.3 to 3.17.0.4
- [Changelog](https://github.com/mtsmfm/language_server-protocol-ruby/blob/main/CHANGELOG.md)
- [Commits](mtsmfm/language_server-protocol-ruby@v3.17.0.3...v3.17.0.4)

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

Updates `loofah` from 2.23.1 to 2.24.0
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md)
- [Commits](flavorjones/loofah@v2.23.1...v2.24.0)

Updates `minitest` from 5.25.2 to 5.25.4
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.25.2...v5.25.4)

Updates `msgpack` from 1.7.5 to 1.8.0
- [Changelog](https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog)
- [Commits](msgpack/msgpack-ruby@v1.7.5...v1.8.0)

Updates `net-imap` from 0.5.1 to 0.5.6
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.5.1...v0.5.6)

Updates `net-smtp` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/ruby/net-smtp/releases)
- [Changelog](https://github.com/ruby/net-smtp/blob/master/NEWS.md)
- [Commits](ruby/net-smtp@v0.5.0...v0.5.1)

Updates `nokogiri` from 1.16.7 to 1.18.2
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.2/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.7...v1.18.2)

Updates `parser` from 3.3.6.0 to 3.3.7.1
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.6.0...v3.3.7.1)

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

Updates `rack` from 3.1.8 to 3.1.9
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v3.1.8...v3.1.9)

Updates `rack-session` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/rack/rack-session/releases)
- [Changelog](https://github.com/rack/rack-session/blob/v2.1.0/releases.md)
- [Commits](rack/rack-session@v2.0.0...v2.1.0)

Updates `rack-test` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/rack/rack-test/releases)
- [Changelog](https://github.com/rack/rack-test/blob/main/History.md)
- [Commits](rack/rack-test@v2.1.0...v2.2.0)

Updates `rails-html-sanitizer` from 1.6.0 to 1.6.2
- [Release notes](https://github.com/rails/rails-html-sanitizer/releases)
- [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md)
- [Commits](rails/rails-html-sanitizer@v1.6.0...v1.6.2)

Updates `rdoc` from 6.8.1 to 6.12.0
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v6.8.1...v6.12.0)

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

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

Updates `rexml` from 3.3.9 to 3.4.0
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.3.9...v3.4.0)

Updates `rspec-core` from 3.13.2 to 3.13.3
- [Release notes](https://github.com/rspec/rspec-core/releases)
- [Changelog](https://github.com/rspec/rspec-core/blob/main/Changelog.md)
- [Commits](https://github.com/rspec/rspec-core/commits)

Updates `rspec-support` from 3.13.1 to 3.13.2
- [Changelog](https://github.com/rspec/rspec/blob/rspec-support-v3.13.2/rspec-support/Changelog.md)
- [Commits](rspec/rspec@rspec-support-v3.13.1...rspec-support-v3.13.2)

Updates `rubocop-ast` from 1.36.2 to 1.38.0
- [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.2...v1.38.0)

Updates `rubyzip` from 2.3.2 to 2.4.1
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
- [Commits](rubyzip/rubyzip@v2.3.2...v2.4.1)

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

Updates `sentry-ruby` from 5.21.0 to 5.22.4
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.21.0...5.22.4)

Updates `tilt` from 2.4.0 to 2.6.0
- [Changelog](https://github.com/jeremyevans/tilt/blob/master/CHANGELOG.md)
- [Commits](jeremyevans/tilt@v2.4.0...v2.6.0)

Updates `timeout` from 0.4.2 to 0.4.3
- [Release notes](https://github.com/ruby/timeout/releases)
- [Commits](ruby/timeout@v0.4.2...v0.4.3)

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

Updates `useragent` from 0.16.10 to 0.16.11
- [Commits](gshutler/useragent@v0.16.10...v0.16.11)

Updates `websocket-driver` from 0.7.6 to 0.7.7
- [Changelog](https://github.com/faye/websocket-driver-ruby/blob/main/CHANGELOG.md)
- [Commits](faye/websocket-driver-ruby@0.7.6...0.7.7)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: chartkick
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: draper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: sentry-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: slim-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: terser
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  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: rubocop-performance
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: webmock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: launchy
  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: aws-sigv4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: bigdecimal
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: concurrent-ruby
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: connection_pool
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: erubi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: factory_bot
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: ffi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: i18n
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: io-console
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: irb
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: json
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: language_server-protocol
  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: loofah
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: minitest
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: msgpack
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: net-imap
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: net-smtp
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: nokogiri
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: parser
  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: rack
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: rack-session
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: rack-test
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: rails-html-sanitizer
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: rdoc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: regexp_parser
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: reline
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: rexml
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: rspec-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: rspec-support
  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-minor
  dependency-group: bundler-all
- dependency-name: rubyzip
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: securerandom
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: sentry-ruby
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: tilt
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: timeout
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: unicode-display_width
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: useragent
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: websocket-driver
  dependency-type: indirect
  update-type: version-update:semver-patch
  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 Feb 10, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 17, 2025
@dependabot dependabot bot deleted the dependabot/bundler/bundler-all-12f7ec79bb branch February 17, 2025 17:59
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.

0 participants