Skip to content

chore(deps): bump the minor group across 1 directory with 16 updates#465

Merged
Josyann merged 1 commit intomainfrom
dependabot/bundler/minor-6339b2425b
Mar 2, 2026
Merged

chore(deps): bump the minor group across 1 directory with 16 updates#465
Josyann merged 1 commit intomainfrom
dependabot/bundler/minor-6339b2425b

Conversation

@dependabot
Copy link
Contributor

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

Bumps the minor group with 14 updates in the / directory:

Package From To
puma 7.1.0 7.2.0
turbo-rails 2.0.20 2.0.23
solid_queue 1.3.0 1.3.2
bootsnap 1.20.1 1.23.0
sentry-ruby 6.2.0 6.4.1
addressable 2.8.8 2.8.9
markdown_views 3.2.1 3.2.2
dsfr-form_builder 0.0.8 0.0.13
rspec-rails 8.0.2 8.0.3
faker 3.5.3 3.6.0
stackprof 0.2.27 0.2.28
guard 2.19.1 2.20.1
axe-core-capybara 4.11.0 4.11.1
selenium-webdriver 4.39.0 4.41.0

Updates puma from 7.1.0 to 7.2.0

Release notes

Sourced from puma's releases.

v7.2.0

7.2.0 On The Corner

  • Features

    • Add workers :auto (#3827)
    • Make it possible to restrict control server commands to stats (#3787)
  • Bugfixes

    • Don't break if WEB_CONCURRENCY is set to a blank string (#3837)
    • Don't share server between worker 0 and descendants on refork (#3602)
    • Fix phase check race condition in Puma::Cluster#check_workers (#3690)
    • Fix advertising of CLI config before config files are loaded (#3823)
  • Performance

    • 17% faster HTTP parsing through pre-interning env keys (#3825)
    • Implement dsize and dcompact functions for Puma::HttpParser, which makes Puma's C-extension GC-compactible (#3828)
  • Refactor

    • Remove NoMethodError rescue in Reactor#select_loop (#3831)
    • Various cleanups in the C extension (#3814)
    • Monomorphize handle_request return (#3802)
  • Docs

    • Change link to docs/deployment.md in README.md (#3848)
    • Fix formatting for each signal description in signals.md (#3813)
    • Update deployment and Kubernetes docs with Puma configuration tips (#3807)
    • Rename master to main (#3809, #3808, #3800)
    • Fix some minor typos in the docs (#3804)
    • Add GOVERNANCE.md, MAINTAINERS (#3826)
    • Remove Code Climate badge (#3820)
    • Add @​joshuay03 to the maintainer list
  • CI

New Contributors

Full Changelog: puma/puma@v7.1.0...v7.2.0

Changelog

Sourced from puma's changelog.

7.2.0 / 2026-01-20

  • Features

    • Add workers :auto (#3827)
    • Make it possible to restrict control server commands to stats (#3787)
  • Bugfixes

    • Don't break if WEB_CONCURRENCY is set to a blank string (#3837)
    • Don't share server between worker 0 and descendants on refork (#3602)
    • Fix phase check race condition in Puma::Cluster#check_workers (#3690)
    • Fix advertising of CLI config before config files are loaded (#3823)
  • Performance

    • 17% faster HTTP parsing through pre-interning env keys (#3825)
    • Implement dsize and dcompact functions for Puma::HttpParser, which makes Puma's C-extension GC-compactible (#3828)
  • Refactor

    • Remove NoMethodError rescue in Reactor#select_loop (#3831)
    • Various cleanups in the C extension (#3814)
    • Monomorphize handle_request return (#3802)
  • Docs

    • Change link to docs/deployment.md in README.md (#3848)
    • Fix formatting for each signal description in signals.md (#3813)
    • Update deployment and Kubernetes docs with Puma configuration tips (#3807)
    • Rename master to main (#3809, #3808, #3800)
    • Fix some minor typos in the docs (#3804)
    • Add GOVERNANCE.md, MAINTAINERS (#3826)
    • Remove Code Climate badge (#3820)
    • Add @​joshuay03 to the maintainer list
  • CI

Commits

Updates turbo-rails from 2.0.20 to 2.0.23

Release notes

Sourced from turbo-rails's releases.

v2.0.23

Updates the bundled JS to freshen stale dependencies from the previous release.

Full Changelog: hotwired/turbo-rails@v2.0.22...v2.0.23

v2.0.22

What's Changed

Full Changelog: hotwired/turbo-rails@v2.0.21...v2.0.22

v2.0.21

What's Changed

New Contributors

Full Changelog: hotwired/turbo-rails@v2.0.20...v2.0.21

Commits
  • 435135b Bump version
  • 22701f1 @​hotwired/turbo-rails v8.0.23
  • 27030b9 Bump version
  • 52cde05 @​hotwired/turbo-rails v8.0.22
  • e511fb2 Bump version
  • 99dc9c5 @​hotwired/turbo-rails v8.0.20
  • c2cd99f v8.0.21
  • 31c78af Respect broadcast suppressions on before/after actions (#770)
  • 16f7613 Only return messages produced by block in capture_turbo_stream_broadcasts
  • dda27a8 Restrict tests to minitest<6
  • Additional commits viewable in compare view

Updates solid_queue from 1.3.0 to 1.3.2

Release notes

Sourced from solid_queue's releases.

v1.3.2

What's Changed

New Contributors

Full Changelog: rails/solid_queue@v1.3.1...v1.3.2

v1.3.1

What's Changed

New Contributors

Full Changelog: rails/solid_queue@v1.3.0...v1.3.1

Commits
  • 0b13202 Bump solid_queue to 1.3.2
  • 4031642 Skip concurrency controls for jobs whose class has been removed
  • 1017e0a Handle nil process in heartbeat
  • 67a91df Guard against nil pid in Puma plugin stop
  • 629ae55 Fix crash when recording a failed execution for a job that already has one
  • b6825d0 Clean up dead thread from process_instances when replacing it
  • 5518a4d Fix: Detect and warn when schedules generate multiple CRONs (#707)
  • 97a3a54 Remove default value for 'mode' in CLI options
  • 8d90eab Fix race condition between job enqueue and concurrency unblock
  • 552f7d0 Bump solid_queue to 1.3.1
  • Additional commits viewable in compare view

Updates bootsnap from 1.20.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

v1.21.1

What's Changed

  • Fallback to pure the pure ruby path scanner on unexpected error.

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

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.

1.21.1

  • Prevent a Ruby crash while scanning load path if opendir fails without setting errno. According to the C spec this should not happen, but according to user reports, it did.

1.21.0

  • Fix the require decorator to handle Bootsnap.unload_cache! being called.
  • Minor optimization: Eagerly clear cache buffers to appease the GC.
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-ruby from 6.2.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)

... (truncated)

Commits

Updates sentry-rails from 6.2.0 to 6.4.1

Changelog

Sourced from sentry-rails'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)

... (truncated)

Commits

Updates addressable from 2.8.8 to 2.8.9

Changelog

Sourced from addressable's changelog.

Addressable 2.8.9

  • Reduce gem size by excluding test files (#569)
  • No need for bundler as development dependency (#571, 5fc1d93)
  • idna/pure: stop building the useless COMPOSITION_TABLE (removes the Addressable::IDNA::COMPOSITION_TABLE constant) (#564)

#569: sporkmonger/addressable#569 #571: sporkmonger/addressable#571 #564: sporkmonger/addressable#564

Commits
  • 0d7e9b2 Fix links for 2.8.9 in CHANGELOG (#573)
  • e209120 Update version, gemspec, and CHANGELOG for 2.8.9 (#572)
  • 3875874 Reduce gem size by excluding test files (#569)
  • 3e57cc6 CI: back to windows-2022 for MRI job
  • c4f92fc CI: skip Ractor test on Windows to avoid job timeout
  • 6aa115f CI: add public_suffix v7 job
  • b860736 CI: drop macos-14, add macos-26
  • 45dd2d3 CI: Use Windows 2025 (windows-latest)
  • 6b5a7d6 CI: timeouts for all jobs
  • 5fc1d93 No need for bundler as development dependency
  • Additional commits viewable in compare view

Updates markdown_views from 3.2.1 to 3.2.2

Commits
  • 11e5328 fix encoding errors during markdown rendering
  • bb9d95a lock minitest to 5; silence test warnings from rouge
  • See full diff in compare view

Updates dsfr-form_builder from 0.0.8 to 0.0.13

Release notes

Sourced from dsfr-form_builder's releases.

v0.0.13

What's Changed

Full Changelog: betagouv/dsfr-form-builder@v0.0.12...v0.0.13

🚨 Breaking change

changement de config des form builders : display_required_tags passe de true à false

=> Par défaut on n'affiche plus les petites astérisques * sur les champs obligatoires

v0.0.12

What's Changed

Full Changelog: betagouv/dsfr-form-builder@v0.0.11...v0.0.12

v0.0.11

What's Changed

Full Changelog: betagouv/dsfr-form-builder@v0.0.10...v0.0.11

v0.0.10

What's Changed

Full Changelog: betagouv/dsfr-form-builder@0.0.9...v0.0.10

0.0.9

What's Changed

... (truncated)

Commits
  • 18144a8 release v0.0.13 (#72)
  • 73b4187 correctif pour rack-env et les permitted hosts du guide (#71)
  • 52e9daf correction lien dans README pour créer une release (#68)
  • 5b4136c ne plus ajouter automatiquement d’étoile pour les champs required (#70)
  • 9f95ca6 correction des specs en local via la var d'env RACK_TEST (#69)
  • a5c0bbf release 0.0.12 (#67)
  • a014250 Correction : value: sur les inputs ne doit pas affecter le for du label (#66)
  • 798b89f release v0.0.11 (#65)
  • 6e0be6f Correction double rendu dsfr_input_group (#64)
  • 7e126b7 Amélioration des instructions de déploiement (#63)
  • Additional commits viewable in compare view

Updates rspec-rails from 8.0.2 to 8.0.3

Changelog

Sourced from rspec-rails's changelog.

8.0.3 / 2026-02-17

Full Changelog

Bug Fixes:

  • Fix insertion order of controller prefix in the view lookup_context. (Stephen Nelson, #2749)
  • Ensure rails stats looks for specs using application root rather than working directory. (Marvin Tangpos, #2879)
Commits

Updates faker from 3.5.3 to 3.6.0

Release notes

Sourced from faker's releases.

v3.6.0

v3.6.0 (2026-01-21)

First release of the new year!

This version comes with some performance improvements (speeds faker load time by 17%!) and removal of deprecated generators.

It also drops support to Ruby's EOL 3.0. The minimum supported Ruby version is 3.1.

Drops support for Ruby 3.0

Removes deprecated generators

  • Faker::Twitter and Faker::BossaNova have been removed. Please use the new generators Faker::X and Faker::Music::BossaNova and check the new docs for more details in faker-ruby/faker#3190

Improvements and bug fixes

Update development dependencies

New Contributors

Full Changelog: faker-ruby/faker@v3.5.3...v3.6.0

Changelog

Sourced from faker's changelog.

v3.6.0 (2026-01-21)

First release of the new year!

This version comes with some performance improvements (speeds faker load time by 17%!) and removal of deprecated generators.

It also drops support to Ruby's EOL 3.0. The minimum supported Ruby version is 3.1.

Drops support for Ruby 3.0

Removes deprecated generators

  • Faker::Twitter and Faker::BossaNova have been removed. Please use the new generators Faker::X and Faker::Music::BossaNova and check the new docs for more details in faker-ruby/faker#3190

Improvements and bug fixes

Bumps the minor group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [puma](https://github.com/puma/puma) | `7.1.0` | `7.2.0` |
| [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.20` | `2.0.23` |
| [solid_queue](https://github.com/rails/solid_queue) | `1.3.0` | `1.3.2` |
| [bootsnap](https://github.com/rails/bootsnap) | `1.20.1` | `1.23.0` |
| [sentry-ruby](https://github.com/getsentry/sentry-ruby) | `6.2.0` | `6.4.1` |
| [addressable](https://github.com/sporkmonger/addressable) | `2.8.8` | `2.8.9` |
| [markdown_views](https://github.com/zarqman/markdown_views) | `3.2.1` | `3.2.2` |
| [dsfr-form_builder](https://github.com/betagouv/dsfr-form-builder) | `0.0.8` | `0.0.13` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `8.0.2` | `8.0.3` |
| [faker](https://github.com/faker-ruby/faker) | `3.5.3` | `3.6.0` |
| [stackprof](https://github.com/tmm1/stackprof) | `0.2.27` | `0.2.28` |
| [guard](https://github.com/guard/guard) | `2.19.1` | `2.20.1` |
| [axe-core-capybara](https://github.com/dequelabs/axe-core-gems) | `4.11.0` | `4.11.1` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.39.0` | `4.41.0` |



Updates `puma` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/main/History.md)
- [Commits](puma/puma@v7.1.0...v7.2.0)

Updates `turbo-rails` from 2.0.20 to 2.0.23
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v2.0.20...v2.0.23)

Updates `solid_queue` from 1.3.0 to 1.3.2
- [Release notes](https://github.com/rails/solid_queue/releases)
- [Commits](rails/solid_queue@v1.3.0...v1.3.2)

Updates `bootsnap` from 1.20.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.20.1...v1.23.0)

Updates `sentry-ruby` from 6.2.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.2.0...6.4.1)

Updates `sentry-rails` from 6.2.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.2.0...6.4.1)

Updates `addressable` from 2.8.8 to 2.8.9
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](sporkmonger/addressable@addressable-2.8.8...addressable-2.8.9)

Updates `markdown_views` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/zarqman/markdown_views/releases)
- [Commits](zarqman/markdown_views@3.2.1...3.2.2)

Updates `dsfr-form_builder` from 0.0.8 to 0.0.13
- [Release notes](https://github.com/betagouv/dsfr-form-builder/releases)
- [Commits](betagouv/dsfr-form-builder@0.0.8...v0.0.13)

Updates `rspec-rails` from 8.0.2 to 8.0.3
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v8.0.2...v8.0.3)

Updates `faker` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](faker-ruby/faker@v3.5.3...v3.6.0)

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 `guard` from 2.19.1 to 2.20.1
- [Release notes](https://github.com/guard/guard/releases)
- [Commits](guard/guard@v2.19.1...v2.20.1)

Updates `axe-core-capybara` from 4.11.0 to 4.11.1
- [Release notes](https://github.com/dequelabs/axe-core-gems/releases)
- [Changelog](https://github.com/dequelabs/axe-core-gems/blob/develop/CHANGELOG.md)
- [Commits](dequelabs/axe-core-gems@v4.11.0...v4.11.1)

Updates `axe-core-rspec` from 4.11.0 to 4.11.1
- [Release notes](https://github.com/dequelabs/axe-core-gems/releases)
- [Changelog](https://github.com/dequelabs/axe-core-gems/blob/develop/CHANGELOG.md)
- [Commits](dequelabs/axe-core-gems@v4.11.0...v4.11.1)

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

---
updated-dependencies:
- dependency-name: puma
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: turbo-rails
  dependency-version: 2.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: solid_queue
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: bootsnap
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: sentry-ruby
  dependency-version: 6.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: sentry-rails
  dependency-version: 6.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: addressable
  dependency-version: 2.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: markdown_views
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: dsfr-form_builder
  dependency-version: 0.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: rspec-rails
  dependency-version: 8.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: faker
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: stackprof
  dependency-version: 0.2.28
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: guard
  dependency-version: 2.20.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: axe-core-capybara
  dependency-version: 4.11.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: axe-core-rspec
  dependency-version: 4.11.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: selenium-webdriver
  dependency-version: 4.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

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
@Josyann Josyann merged commit a2e0140 into main Mar 2, 2026
7 checks passed
@Josyann Josyann deleted the dependabot/bundler/minor-6339b2425b branch March 2, 2026 16:00
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