Skip to content

Bump the api-dependencies-version group across 1 directory with 7 updates#1798

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/api/api-dependencies-version-6fda1f62ce
Open

Bump the api-dependencies-version group across 1 directory with 7 updates#1798
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/api/api-dependencies-version-6fda1f62ce

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the api-dependencies-version group with 6 updates in the /api directory:

Package From To
bootsnap 1.21.1 1.23.0
sentry-rails 6.3.0 6.4.0
stackprof 0.2.27 0.2.28
mocha 3.0.1 3.0.2
annotaterb 4.20.0 4.22.0
rubocop-minitest 0.38.2 0.39.1

Updates bootsnap from 1.21.1 to 1.23.0

Release notes

Sourced from bootsnap's releases.

v1.23.0

What's Changed

  • Require Ruby 2.7.
  • Fix support for absolute paths in BOOTSNAP_IGNORE_DIRECTORIES.

Full Changelog: rails/bootsnap@v1.22.0...v1.23.0

v1.22.0

What's Changed

  • Proper fix for the opendir crash.
  • Add bootsnap/rake for cleaning the bootsnap cache as part of rake clobber.

Full Changelog: rails/bootsnap@v1.21.1...v1.22.0

Changelog

Sourced from bootsnap's changelog.

1.23.0

  • Require Ruby 2.7.
  • Fix support for absolute paths in BOOTSNAP_IGNORE_DIRECTORIES.

1.22.0

  • Better fix for the opendir crash.
  • Add bootsnap/rake for cleaning the bootsnap cache as part of rake clobber.
Commits
  • 7b04583 Release 1.23.0
  • 32e709d Merge pull request #530 from fxn/readdir
  • 8326783 Handle readdir errors in bs_rb_scan_dir()
  • 7807284 Merge pull request #528 from Umofomia/path-scanner-cleanup
  • c30155d Fix bundle path check and consolidate common code in PathScanner
  • c2ef9a3 Merge pull request #526 from Umofomia/claw--fix-ignored-directories-absolute-...
  • 93c35b8 LoadPathScanner: Avoid computing the absolute path when not needed
  • 2bf7aa4 Fix absolute path support for ignored directories in PathScanner.native_call
  • 749bf76 Merge pull request #527 from byroot/ruby-2.7
  • 5241189 Require Ruby 2.7
  • Additional commits viewable in compare view

Updates sentry-rails from 6.3.0 to 6.4.0

Changelog

Sourced from sentry-rails's changelog.

6.4.0

Features

  • Add support for OTLP ingestion in sentry-opentelemetry (#2853)

    Sentry now has first class OTLP ingestion capabilities.

    Sentry.init do |config|
      ## ...
      config.otlp.enabled = true
    end

    Under the hood, this will setup:

    • An OpenTelemetry::Exporter that will automatically set up the OTLP ingestion endpoint from your DSN
      • You can turn this off with config.otlp.setup_otlp_traces_exporter = false to setup your own exporter
    • An OTLPPropagator that ensures Distributed Tracing works
      • You can turn this off with config.otlp.setup_propagator = false
    • Trace/Span linking for all other Sentry events such as Errors, Logs, Crons and Metrics

    If you were using the SpanProcessor before, we recommend migrating over to config.otlp since it's a much simpler setup.

  • Treat Sidekiq nil retry as true (#2864)

  • Queue time capture for Rack (#2838)

Bug Fixes

  • Fix MetricEvent timestamp serialization to float (#2862)
  • Fix CGI imports for ruby 4.x (#2863)
  • Always include scope user data in telemetry (#2866)

6.3.1

Bug Fixes

  • Use ActionDispatch::ExceptionWrapper for correct HTTP status code (#2850)
  • Add explicit dependency on logger gem to fix Ruby 4.0 warning (#2837)

Internal

  • Add external_propagation_context support (#2841)
Commits
  • 38b827d release: 6.4.0
  • 783250e fix(rails): use ActionDispatch::ExceptionWrapper for correct HTTP status co...
  • See full diff in compare view

Updates sentry-ruby from 6.3.0 to 6.4.1

Changelog

Sourced from sentry-ruby's changelog.

6.4.1

Bug Fixes 🐛

6.4.0

Features

  • Add support for OTLP ingestion in sentry-opentelemetry (#2853)

    Sentry now has first class OTLP ingestion capabilities.

    Sentry.init do |config|
      ## ...
      config.otlp.enabled = true
    end

    Under the hood, this will setup:

    • An OpenTelemetry::Exporter that will automatically set up the OTLP ingestion endpoint from your DSN
      • You can turn this off with config.otlp.setup_otlp_traces_exporter = false to setup your own exporter
    • An OTLPPropagator that ensures Distributed Tracing works
      • You can turn this off with config.otlp.setup_propagator = false
    • Trace/Span linking for all other Sentry events such as Errors, Logs, Crons and Metrics

    If you were using the SpanProcessor before, we recommend migrating over to config.otlp since it's a much simpler setup.

  • Treat Sidekiq nil retry as true (#2864)

  • Queue time capture for Rack (#2838)

Bug Fixes

  • Fix MetricEvent timestamp serialization to float (#2862)
  • Fix CGI imports for ruby 4.x (#2863)
  • Always include scope user data in telemetry (#2866)

6.3.1

Bug Fixes

  • Use ActionDispatch::ExceptionWrapper for correct HTTP status code (#2850)
  • Add explicit dependency on logger gem to fix Ruby 4.0 warning (#2837)

Internal

  • Add external_propagation_context support (#2841)
Commits

Updates stackprof from 0.2.27 to 0.2.28

Commits

Updates mocha from 3.0.1 to 3.0.2

Changelog

Sourced from mocha's changelog.

3.0.2

External changes

  • Fix NoMethodError on deprecation warning - broken since v3.0.0 (#790)

Internal changes

  • Update commands in release docs to use bundle exec (7692c735)
  • Fix test:performance rake task for minitest v6 (d925ad27)
  • Fix prism gem install on JRuby (683c27b4)
  • Add Ruby v4.0-rc to CI build matrix and change weekly build to nightly (#777)
  • Add Ruby v4.0 to CI build matrix (6ced2025)
  • Add irb to Gemfile to fix warning in Ruby v4 (a0fc7798)
  • Auto-correct Style/EmptyClassDefinition violation (9ba0a09f)
  • Ensure every test can run in isolation (be12ef06)
  • Rename run-fail-fast CircleCI command -> run-fail-on-warning (72fc6fe8)
Commits
  • 50844e9 [skip ci] Update documentation for v3.0.2
  • 86db8bf Bump version to 3.0.2 & prepare for release
  • 34f3887 Fix NoMethodError on deprecation warning
  • 72fc6fe Rename run-fail-fast -> run-fail-on-warning
  • be12ef0 Ensure every test can run in isolation
  • 9ba0a09 Auto-correct Style/EmptyClassDefinition violation
  • a0fc779 Add irb to Gemfile to fix warning in Ruby v4
  • 6ced202 Add Ruby v4.0 to CI build matrix
  • c7c0dd3 Merge pull request #777 from freerange/add-ruby-v4.0-rc-to-ci-build-matrix
  • 94235b4 Change weekly build to nightly
  • Additional commits viewable in compare view

Updates annotaterb from 4.20.0 to 4.22.0

Changelog

Sourced from annotaterb's changelog.

v4.22.0 (2026-02-12)

Full Changelog

Fixed bugs:

  • Yardoc formatting for comments on database attributes #162

Closed issues:

  • New ignore_multi_database_name option seems to be non-functional #303
  • Changing sort options does not change annotations #294
  • CLI script for annotaterb not installed or runnable #290
  • Feature: ruby-lsp addon #175
  • Mounting ActionCable leads to weird annotation #161

Merged pull requests:

  • Bump version to v4.22.0 #310 (drwl)
  • Run CI on CRuby 4.0 #308 (viralpraxis)
  • Generate changelog for v4.21.0 #307 (drwl)
  • fix NoMethodError when using nested_position with fixture files #298 (OdenTakashi)
  • fix: Respect configured sort #295 (patrickarnett) (Maintainer note: this could result in annotations shifting depending on configuration, please create an issue if it is a breaking change)
  • Use #lease_connection if available #292 (viralpraxis)
  • refactor: simplify primary key check logic (no functional changes) #285 (OdenTakashi)
  • Honor skip_on_db_migrate config option when runnig migrate tasks #274 (martinechtner)

v4.21.0 (2026-01-30)

Full Changelog

Implemented enhancements:

  • Displaying database name for multi-database rails projects #254

Fixed bugs:

  • Yard format broken? #212

Closed issues:

  • [dotenv] Loaded comment gets added to routes annotations #288

Merged pull requests:

  • Bump version to v4.21.0 #306 (drwl)
  • Add integration test for ignore_multi_database_name config option #305 (OdenTakashi)
  • Include ignore_multi_database_name in generated config #304 (OdenTakashi)
  • Add to_yard and to_rdoc methods to Annotation classes #302 (k-duho)
  • Support customising config path #301 (rience)

... (truncated)

Commits

Updates rubocop-minitest from 0.38.2 to 0.39.1

Release notes

Sourced from rubocop-minitest's releases.

RuboCop Minitest v0.39.1

Bug fixes

  • #347: Fix false positives in Minitest/AssertIncludes and Minitest/RefuteIncludes cops. (@​koic)

RuboCop Minitest v0.39.0

Changes

  • #344: Disable Minitest/AssertEmptyLiteral by default. (@​koic)
  • #315: Make Minitest/AssertIncludes and Minitest/RefuteIncludes aware of key?, has_key?, and member? alias methods. (@​koic)
Changelog

Sourced from rubocop-minitest's changelog.

0.39.1 (2026-02-24)

Bug fixes

  • #347: Fix false positives in Minitest/AssertIncludes and Minitest/RefuteIncludes cops for key? and has_key? used with assert or refute. ([@​koic][])

0.39.0 (2026-02-24)

Changes

  • #344: Disable Minitest/AssertEmptyLiteral by default. ([@​koic][])
  • #315: Make Minitest/AssertIncludes and Minitest/RefuteIncludes aware of key?, has_key?, and member? alias methods. ([@​koic][])
Commits
  • 17b5474 Cut 0.39.1
  • d7a0f1e Update Changelog
  • 93a5474 Merge pull request #347 from koic/fix_false_positive_for_assert_includes_and_...
  • b8d8789 Fix false positives in Minitest/AssertIncludes and `Minitest/RefuteIncludes...
  • 9b577b6 Switch back docs version to master
  • 0f1a4f6 Cut 0.39.0
  • 1c01cf9 Update Changelog
  • bf38672 Merge pull request #346 from koic/disable_minitest_assert_empty_literal_by_de...
  • 7793f07 [Fix #344] Disable Minitest/AssertEmptyLiteral by default
  • c8f3fc5 Suppress RuboCop offenses
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the api-dependencies-version group with 6 updates in the /api directory:

| Package | From | To |
| --- | --- | --- |
| [bootsnap](https://github.com/rails/bootsnap) | `1.21.1` | `1.23.0` |
| [sentry-rails](https://github.com/getsentry/sentry-ruby) | `6.3.0` | `6.4.0` |
| [stackprof](https://github.com/tmm1/stackprof) | `0.2.27` | `0.2.28` |
| [mocha](https://github.com/freerange/mocha) | `3.0.1` | `3.0.2` |
| [annotaterb](https://github.com/drwl/annotaterb) | `4.20.0` | `4.22.0` |
| [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) | `0.38.2` | `0.39.1` |



Updates `bootsnap` from 1.21.1 to 1.23.0
- [Release notes](https://github.com/rails/bootsnap/releases)
- [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md)
- [Commits](rails/bootsnap@v1.21.1...v1.23.0)

Updates `sentry-rails` from 6.3.0 to 6.4.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@6.3.0...6.4.0)

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

Updates `stackprof` from 0.2.27 to 0.2.28
- [Changelog](https://github.com/tmm1/stackprof/blob/master/CHANGELOG.md)
- [Commits](tmm1/stackprof@v0.2.27...v0.2.28)

Updates `mocha` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v3.0.1...v3.0.2)

Updates `annotaterb` from 4.20.0 to 4.22.0
- [Changelog](https://github.com/drwl/annotaterb/blob/main/CHANGELOG.md)
- [Commits](drwl/annotaterb@v4.20.0...v4.22.0)

Updates `rubocop-minitest` from 0.38.2 to 0.39.1
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.38.2...v0.39.1)

---
updated-dependencies:
- dependency-name: bootsnap
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api-dependencies-version
- dependency-name: sentry-rails
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api-dependencies-version
- dependency-name: sentry-ruby
  dependency-version: 6.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api-dependencies-version
- dependency-name: stackprof
  dependency-version: 0.2.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api-dependencies-version
- dependency-name: mocha
  dependency-version: 3.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: api-dependencies-version
- dependency-name: annotaterb
  dependency-version: 4.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: api-dependencies-version
- dependency-name: rubocop-minitest
  dependency-version: 0.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: api-dependencies-version
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 2, 2026
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