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 38 updates #351

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

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

Package From To
aws-sdk-s3 1.175.0 1.182.0
chartkick 5.1.2 5.1.4
draper 4.0.2 4.0.4
good_job 4.5.1 4.9.3
puma 6.5.0 6.6.0
sentry-rails 5.21.0 5.23.0
slim-rails 3.6.3 3.7.0
terser 1.2.4 1.2.5
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.4 0.5.6
net-smtp 0.5.0 0.5.1
rexml 3.3.9 3.4.1
websocket-driver 0.7.6 0.7.7

Updates aws-sdk-s3 from 1.175.0 to 1.182.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.182.0 (2025-02-18)

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

1.181.0 (2025-02-14)

  • Feature - Added support for Content-Range header in HeadObject response.

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.4

Changelog

Sourced from chartkick's changelog.

5.1.4 (2025-02-19)

  • Updated Chart.js to 4.4.8

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.3

Release notes

Sourced from good_job's releases.

v4.9.3

Review the Changelog for more details.

What's Changed

Full Changelog: bensheldon/good_job@v4.9.2...v4.9.3

v4.9.2

Review the Changelog for more details.

What's Changed

Full Changelog: bensheldon/good_job@v4.9.1...v4.9.2

v4.9.1

Review the Changelog for more details.

What's Changed

New Contributors

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

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

... (truncated)

Changelog

Sourced from good_job's changelog.

v4.9.3 (2025-03-10)

Full Changelog

Closed issues:

  • perform_job.good_job notification for successful jobs has error_event: :discarded #1609

Merged pull requests:

v4.9.2 (2025-03-09)

Full Changelog

Fixed bugs:

  • Quiet duplicate cron enqueue logging by pretending it was halted at before_enqueue #1615 (bensheldon)

v4.9.1 (2025-03-09)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • [dashboard] Scheduled tasks are shown "backwards" #1580
  • Update form_with calls to be compatible with Rails 8 #1610 (sallyhall)
  • Add index on good_jobs: [:concurrency_key, :created_at] to improve performance of throttling (#1603) #1605 (Intrepidd)

Closed issues:

  • Cron did not enqueue jobs #1600
  • Same job performed by all threads #1599
  • Option for bin/rails g good_job:install to purge Solid gems #1593
  • Jobs are not being picked up at the expected rate #1578
  • Question about GoodJob Batches in tests #1479

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)

... (truncated)

Commits
  • 51d90b4 Release good_job v4.9.3
  • 1103d47 Fix instrumentation of "perform_job.good_job" event (#1616)
  • 4195430 Release good_job v4.9.2
  • e6f570f Quiet duplicate cron enqueue logging by pretending it was halted at before_en...
  • be20e83 Release good_job v4.9.1
  • 383a87f Add index on good_jobs: [:concurrency_key, :created_at] to improve performanc...
  • 5b82975 Order Dashboard jobs in more "natural" order (#1604)
  • 17fbd2a Update README.md to fix GoodJob.current_thread_running? method name
  • 21e5e79 Update form_with calls to be compatible with Rails 8 (#1610)
  • b557525 Release good_job v4.9.0
  • 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.23.0

Changelog

Sourced from sentry-rails's changelog.

5.23.0

Features

  • Add correct breadcrumb levels for 4xx/5xx response codes (#2549)

Bug Fixes

  • Fix argument serialization for ranges that consist of ActiveSupport::TimeWithZone (#2548)
  • Prevent starting Vernier in nested transactions (#2528)
  • Fix TypeError when Resque.inline == true (#2564 getsentry/sentry-ruby#2564)

Internal

  • Use File.open in LineCache (#2566)
  • Update java backtrace regexp (#2567)
  • Stop byteslicing empty strings in breadcrumbs (#2574)

Miscellaneous

  • Deprecate enable_tracing in favor of traces_sample_rate = 1.0 #2535

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)

... (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 aws-eventstream from 1.3.0 to 1.3.2

Changelog

Sourced from aws-eventstream's changelog.

1.3.2 (2025-03-06)

  • Issue - Add back event stream max payload size and headers length checks with a 24MB limit.

1.3.1 (2025-02-13)

  • Issue - Remove event stream max payload size and headers length checks.
Commits

Updates aws-partitions from 1.1015.0 to 1.1067.0

Changelog

Sourced from aws-partitions's changelog.

1.1067.0 (2025-03-14)

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

1.1066.0 (2025-03-13)

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

1.1065.0 (2025-03-11)

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

1.1064.0 (2025-03-10)

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

1.1063.0 (2025-03-07)

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

1.1062.0 (2025-03-06)

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

1.1061.0 (2025-03-05)

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

1.1060.0 (2025-03-04)

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

1.1059.0 (2025-03-03)

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

1.1058.0 (2025-02-28)

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

... (truncated)

Commits

Updates aws-sdk-core from 3.214.0 to 3.220.1

Changelog

Sourced from aws-sdk-core's changelog.

3.220.1 (2025-03-06)

  • Issue - Convert stubs at request time.

3.220.0 (2025-03-04)

  • Feature - Updated Aws::STS::Client with the latest API changes.

3.219.0 (2025-02-18)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

  • Feature - Updated Aws::SSO::Client with the latest API changes.

3.218.1 (2025-02-07)

  • Issue - Add handling of block in ExtendedSession delegation (#3178).

3.218.0 (2025-02-06)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

  • Feature - Updated Aws::SSO::Client with the latest API changes.

3.217.1 (2025-01-30)

  • Issue - Add transfer-encoding and connection to list of unsigned sigv4 headers.

3.217.0 (2025-01-24)

  • Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

  • Feature - Fixed typos in the descriptions.

3.216.1 (2025-01-22)

  • Issue - Use epoch seconds instead of milliseconds in cbor encode/decode.

... (truncated)

Commits

Updates aws-sdk-kms from 1.96.0 to 1.99.0

Changelog

Sourced from aws-sdk-kms's changelog.

1.99.0 (2025-02-18)

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

1.98.0 (2025-02-06)

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

1.97.0 (2025-01-15)

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

Updates aws-sigv4 from 1.10.1 to 1.11.0

Changelog

Sourced from aws-sigv4's changelog.

1.11.0 (2025-01-10)

  • Feature - Add RBS signature files to support static type checking
Commits

Updates bigdecimal from 3.1.8 to 3.1.9

Changelog

Sourced from bigdecimal's changelog.

3.1.9

  • Accept no digits in the fractional part (#302)

    @​kou

Commits
  • a015c8b CI: Disable benchmarking of some versions on Ruby
  • 8bdeafc Bump up to v3.1.9
  • 480dd79 CHANGES: Add v3.1.9 entries
  • 66868ab Accept no digits in the fractional part (#302)
  • de0634c Merge pull request #305 from nobu/c2x-pedantic
  • 5f9466a Fix extra semicolon outside of a function in NO_SANITIZE
  • 996c51b Merge pull request #296 from franzliedke/patch-1
  • ad4fec6 Merge pull request #303 from nobu/extconf
  • 8fa7712 Reduce unnecessary checks
  • 33b5374 Merge pull request #299 from anakinj/minimal-typo-fix
  • Additional commits viewable in compare view

Updates concurrent-ruby from 1.3.4 to 1.3.5

Release notes

Sourced from concurrent-ruby's releases.

v1.3.5

What's Changed

New Contributors

Full Changelog: ruby-concurrency/concurrent-ruby@v1.3.4...v1.3.5

Changelog

Sourced from concurrent-ruby's changelog.

Release v1.3.5, edge v0.7.2 (15 January 2025)

concurrent-ruby:

  • (#1062) Remove dependency on logger.

concurrent-ruby-edge:

  • (#1062) Remove dependency on logger.
Commits
  • 33abefb Release concurrent-ruby 1.3.5 and concurrent-ruby-edge 0.7.2
  • 5d700c5 chore: fix typos (#1076)
  • 957cf7d Set rake-compiler source and target to Java 8 (#1071)
  • 56227a4 Improve ancestor classes spec
  • 56fd240 Avoid error when member is present on ancestor class
  • d7ce956 Remove dependency on logger
  • See full diff in compare view

Updates connection_pool from 2.4.1 to 2.5.0

Changelog

Sourced from connection_pool's changelog.

2.5.0

  • Reap idle connections #187
idle_timeout = 60
pool = ConnectionPool.new ...
pool.reap(idle_timeout, &:close)
  • ConnectionPool#idle returns the count of connections not in use #187
Commits

Updates factory_bot from 6.5.0 to 6.5.1

Release notes

Sourced from factory_bot's releases.

v6.5.1

What's Changed

  • Changed: execute linting tests within ActiveRecord transactions when available (Sean Doyle)
  • Fix: Random test failure when tracking compilation time (CodeMeister)
  • Fix: Bump the minimum required activesupport version to 6.1 (Earlopain)
  • Internal: Update development dependencies (Neil Carvalho)

New Contributors

@​CodeMeinster made their first contribution on thoughtbot/factory_bot#1713

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

Changelog

Sourced from factory_bot's changelog.

6.5.1 (January 31, 2025)

  • Changed: execute linting tests within ActiveRecord transactions when available (Sean Doyle)
  • Fix: Random test failure when tracking compilation time (CodeMeinster)
  • Fix: Bump the minimum required activesupport version to 6.1 (Earlopain)
  • Internal: Update development dependencies (Neil Carvalho)
Commits

Updates ffi from 1.17.0 to 1.17.1

Changelog

Sourced from ffi's changelog.

1.17.1 / 2024-12-30

Fixed:

  • #1117 Restart async callback dispatcher thread after fork.
  • #1133 Add ruby-3.4 native gem.
  • #1134 Fix FFI::DataConverter non-generic usage in RBS files.
Commits
  • 9957408 Bump VERSION to 1.17.1
  • ec2e2b8 Add release notes for ffi-1.17.1
  • 278e45d Fix FFI::DataConverter non-generic usage
  • c960f4f Merge pull request #1133 from larskanis/ruby-3.4
  • 35e64d2 CI: Add ruby-3.4 to test matrix
  • eabf842 Add ruby-3.4 native gem
  • c128ced Merge pull request #1125 from voxik/closures-vs-fork-on-ppc64le-s390x-2
  • dc07b6e Some platforms don't support fork()
  • f9f19cc Ensure GC-ing closures before fork
  • 8e2c9cf Merge pull request #1123 from larskanis/fix-va_start
  • Additional commits viewable in compare view

Updates i18n from 1.14.6 to 1.14.7

Release notes

Sourced from i18n's releases.

v1.14.7

What's Changed

  • Ruby 3.4 Hash#inspect compatibility. by @​voxik in ruby-i18n/i18n#709
  • Removed (annoying) post-install message that was triggering on all Rubies, rather than the specified versions.

Full Changelog: ruby-i18n/i18n@v1.14.6...v1.14.7

Commits
  • 4dddd85 Bump to 1.14.7
  • 61678f5 remove post-install message
  • 09e26d0 Merge pull request #709 from voxik/ruby-3.4
  • 2af0b5b Add Rails 7.2 and 8.0 into test matrix.
  • bd5bd23 Adjust the test matrix for Rails 8.1
  • cb35bee Add base64 / mutex_m dependencies for Rails 6.1

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

| Package | From | To |
| --- | --- | --- |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.175.0` | `1.182.0` |
| [chartkick](https://github.com/ankane/chartkick) | `5.1.2` | `5.1.4` |
| [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.3` |
| [puma](https://github.com/puma/puma) | `6.5.0` | `6.6.0` |
| [sentry-rails](https://github.com/getsentry/sentry-ruby) | `5.21.0` | `5.23.0` |
| [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` |
| [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.4` | `0.5.6` |
| [net-smtp](https://github.com/ruby/net-smtp) | `0.5.0` | `0.5.1` |
| [rexml](https://github.com/ruby/rexml) | `3.3.9` | `3.4.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.182.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.4
- [Changelog](https://github.com/ankane/chartkick/blob/master/CHANGELOG.md)
- [Commits](ankane/chartkick@v5.1.2...v5.1.4)

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.3
- [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.3)

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.23.0
- [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.23.0)

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 `aws-eventstream` from 1.3.0 to 1.3.2
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-eventstream/CHANGELOG.md)
- [Commits](aws/aws-sdk-ruby@1.3.0...1.3.2)

Updates `aws-partitions` from 1.1015.0 to 1.1067.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.220.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.99.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 `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 `irb` from 1.14.3 to 1.15.1
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.14.3...v1.15.1)

Updates `logger` from 1.6.4 to 1.6.6
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](ruby/logger@v1.6.4...v1.6.6)

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.4 to 5.25.5
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.25.4...v5.25.5)

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.4 to 0.5.6
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.5.4...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.17.2 to 1.18.4
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.4/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.17.2...v1.18.4)

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

Updates `rack` from 3.1.10 to 3.1.12
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v3.1.10...v3.1.12)

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 `rdoc` from 6.10.0 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.10.0...v6.12.0)

Updates `rexml` from 3.3.9 to 3.4.1
- [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.1)

Updates `sentry-ruby` from 5.21.0 to 5.23.0
- [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.23.0)

Updates `stringio` from 3.1.2 to 3.1.5
- [Release notes](https://github.com/ruby/stringio/releases)
- [Changelog](https://github.com/ruby/stringio/blob/master/NEWS.md)
- [Commits](ruby/stringio@v3.1.2...v3.1.5)

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 `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)

Updates `zeitwerk` from 2.7.1 to 2.7.2
- [Changelog](https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md)
- [Commits](fxn/zeitwerk@v2.7.1...v2.7.2)

---
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: aws-eventstream
  dependency-type: indirect
  update-type: version-update:semver-patch
  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: 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: irb
  dependency-type: indirect
  update-type: version-update:semver-minor
  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: 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: rdoc
  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: sentry-ruby
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: stringio
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: tilt
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: websocket-driver
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: zeitwerk
  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 Mar 17, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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