Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the ruby-deps group with 1 update in the /gemfiles/3.2 directory: ruby_parser.
Bumps the ruby-deps group with 1 update in the /gemfiles/3.3 directory: ruby_parser.
Bumps the ruby-deps group with 1 update in the /gemfiles/3.4 directory: ruby_parser.
Bumps the ruby-deps group with 1 update in the /gemfiles/4.0 directory: ruby_parser.
Bumps the ruby-deps group with 1 update in the /gemfiles/jruby directory: ruby_parser.
Bumps the ruby-deps group with 1 update in the /gemfiles/truffleruby directory: ruby_parser.
Bumps the ruby-deps group with 2 updates in the /gemfiles/typecheck directory: ruby_parser and minitest.

Updates ruby_parser from 3.21.1 to 3.22.0

Changelog

Sourced from ruby_parser's changelog.

=== 3.22.0 / 2025-12-20

  • 1 major enhancement:

    • Announced the EOL of ruby_parser! YAY!
  • 6 minor enhancements:

    • 3.3: working down the grammar structural differences.
    • Added tentative 3.4 support.
    • Renamed assignable to old_assignable and added newer cleaner assignable
    • Restructured comparison rake tasks and normalization to deal with lrama changes.
    • Updated compare versions and added 3.4.
    • Updated grammars to fit most closely to ruby 3.2. Working it down the line.
  • 11 bug fixes:

    • Always raise RubyParser::SyntaxError (wrap and raise).
    • Bumped ruby version to 3.2+.
    • Cleaned up user_variable productions to always return sexps.
    • Corrections and enhancements for gauntlet.md instructions.
    • Fixed rake compare's clean subtask to nuke the unpacked ruby dirs entirely.
    • Fixed superclass of V34.
    • Fixed up a couple errors created by using STRICT_SEXP=2. 3 will be neigh impossible.
    • I am nothing if not stubborn: fixed errors caused by STRICT_SEXP=3.
    • Minor fixes for 3.2+ grammars on "defined?" expressions.
    • Removed a lot of ancient compatibility checks and patches. (eg encodings)
    • This in turn cleaned up var_ref and a bunch of other productions.
Commits
  • 5cf23be prepped for release
  • d6caa4e ! Announced the EOL of ruby_parser! YAY!
  • 6238c30 - Minor fixes for 3.2+ grammars on "defined?" expressions.
  • 53045ca - Corrections and enhancements for gauntlet.md instructions.
  • 91130fa - Bumped ruby version to 3.2+.
  • cda1fbd 3.3: Added newer productions: after_rescue, lex_ctxt, max_numparam, numparam
  • d6f641c + Renamed assignable to old_assignable and added newer cleaner assignable
  • cae0881 3.3/3.4: minor grammar structure fixes
  • 05ca000 fixed unshipped bug: add guard as some syms are sexps
  • ffe5206 Updated ruby versions to compare against.
  • Additional commits viewable in compare view

Updates ruby_parser from 3.21.1 to 3.22.0

Changelog

Sourced from ruby_parser's changelog.

=== 3.22.0 / 2025-12-20

  • 1 major enhancement:

    • Announced the EOL of ruby_parser! YAY!
  • 6 minor enhancements:

    • 3.3: working down the grammar structural differences.
    • Added tentative 3.4 support.
    • Renamed assignable to old_assignable and added newer cleaner assignable
    • Restructured comparison rake tasks and normalization to deal with lrama changes.
    • Updated compare versions and added 3.4.
    • Updated grammars to fit most closely to ruby 3.2. Working it down the line.
  • 11 bug fixes:

    • Always raise RubyParser::SyntaxError (wrap and raise).
    • Bumped ruby version to 3.2+.
    • Cleaned up user_variable productions to always return sexps.
    • Corrections and enhancements for gauntlet.md instructions.
    • Fixed rake compare's clean subtask to nuke the unpacked ruby dirs entirely.
    • Fixed superclass of V34.
    • Fixed up a couple errors created by using STRICT_SEXP=2. 3 will be neigh impossible.
    • I am nothing if not stubborn: fixed errors caused by STRICT_SEXP=3.
    • Minor fixes for 3.2+ grammars on "defined?" expressions.
    • Removed a lot of ancient compatibility checks and patches. (eg encodings)
    • This in turn cleaned up var_ref and a bunch of other productions.
Commits
  • 5cf23be prepped for release
  • d6caa4e ! Announced the EOL of ruby_parser! YAY!
  • 6238c30 - Minor fixes for 3.2+ grammars on "defined?" expressions.
  • 53045ca - Corrections and enhancements for gauntlet.md instructions.
  • 91130fa - Bumped ruby version to 3.2+.
  • cda1fbd 3.3: Added newer productions: after_rescue, lex_ctxt, max_numparam, numparam
  • d6f641c + Renamed assignable to old_assignable and added newer cleaner assignable
  • cae0881 3.3/3.4: minor grammar structure fixes
  • 05ca000 fixed unshipped bug: add guard as some syms are sexps
  • ffe5206 Updated ruby versions to compare against.
  • Additional commits viewable in compare view

Updates ruby_parser from 3.21.1 to 3.22.0

Changelog

Sourced from ruby_parser's changelog.

=== 3.22.0 / 2025-12-20

  • 1 major enhancement:

    • Announced the EOL of ruby_parser! YAY!
  • 6 minor enhancements:

    • 3.3: working down the grammar structural differences.
    • Added tentative 3.4 support.
    • Renamed assignable to old_assignable and added newer cleaner assignable
    • Restructured comparison rake tasks and normalization to deal with lrama changes.
    • Updated compare versions and added 3.4.
    • Updated grammars to fit most closely to ruby 3.2. Working it down the line.
  • 11 bug fixes:

    • Always raise RubyParser::SyntaxError (wrap and raise).
    • Bumped ruby version to 3.2+.
    • Cleaned up user_variable productions to always return sexps.
    • Corrections and enhancements for gauntlet.md instructions.
    • Fixed rake compare's clean subtask to nuke the unpacked ruby dirs entirely.
    • Fixed superclass of V34.
    • Fixed up a couple errors created by using STRICT_SEXP=2. 3 will be neigh impossible.
    • I am nothing if not stubborn: fixed errors caused by STRICT_SEXP=3.
    • Minor fixes for 3.2+ grammars on "defined?" expressions.
    • Removed a lot of ancient compatibility checks and patches. (eg encodings)
    • This in turn cleaned up var_ref and a bunch of other productions.
Commits
  • 5cf23be prepped for release
  • d6caa4e ! Announced the EOL of ruby_parser! YAY!
  • 6238c30 - Minor fixes for 3.2+ grammars on "defined?" expressions.
  • 53045ca - Corrections and enhancements for gauntlet.md instructions.
  • 91130fa - Bumped ruby version to 3.2+.
  • cda1fbd 3.3: Added newer productions: after_rescue, lex_ctxt, max_numparam, numparam
  • d6f641c + Renamed assignable to old_assignable and added newer cleaner assignable
  • cae0881 3.3/3.4: minor grammar structure fixes
  • 05ca000 fixed unshipped bug: add guard as some syms are sexps
  • ffe5206 Updated ruby versions to compare against.
  • Additional commits viewable in compare view

Updates ruby_parser from 3.21.1 to 3.22.0

Changelog

Sourced from ruby_parser's changelog.

=== 3.22.0 / 2025-12-20

  • 1 major enhancement:

    • Announced the EOL of ruby_parser! YAY!
  • 6 minor enhancements:

    • 3.3: working down the grammar structural differences.
    • Added tentative 3.4 support.
    • Renamed assignable to old_assignable and added newer cleaner assignable
    • Restructured comparison rake tasks and normalization to deal with lrama changes.
    • Updated compare versions and added 3.4.
    • Updated grammars to fit most closely to ruby 3.2. Working it down the line.
  • 11 bug fixes:

    • Always raise RubyParser::SyntaxError (wrap and raise).
    • Bumped ruby version to 3.2+.
    • Cleaned up user_variable productions to always return sexps.
    • Corrections and enhancements for gauntlet.md instructions.
    • Fixed rake compare's clean subtask to nuke the unpacked ruby dirs entirely.
    • Fixed superclass of V34.
    • Fixed up a couple errors created by using STRICT_SEXP=2. 3 will be neigh impossible.
    • I am nothing if not stubborn: fixed errors caused by STRICT_SEXP=3.
    • Minor fixes for 3.2+ grammars on "defined?" expressions.
    • Removed a lot of ancient compatibility checks and patches. (eg encodings)
    • This in turn cleaned up var_ref and a bunch of other productions.
Commits
  • 5cf23be prepped for release
  • d6caa4e ! Announced the EOL of ruby_parser! YAY!
  • 6238c30 - Minor fixes for 3.2+ grammars on "defined?" expressions.
  • 53045ca - Corrections and enhancements for gauntlet.md instructions.
  • 91130fa - Bumped ruby version to 3.2+.
  • cda1fbd 3.3: Added newer productions: after_rescue, lex_ctxt, max_numparam, numparam
  • d6f641c + Renamed assignable to old_assignable and added newer cleaner assignable
  • cae0881 3.3/3.4: minor grammar structure fixes
  • 05ca000 fixed unshipped bug: add guard as some syms are sexps
  • ffe5206 Updated ruby versions to compare against.
  • Additional commits viewable in compare view

Updates ruby_parser from 3.21.1 to 3.22.0

Changelog

Sourced from ruby_parser's changelog.

=== 3.22.0 / 2025-12-20

  • 1 major enhancement:

    • Announced the EOL of ruby_parser! YAY!
  • 6 minor enhancements:

    • 3.3: working down the grammar structural differences.
    • Added tentative 3.4 support.
    • Renamed assignable to old_assignable and added newer cleaner assignable
    • Restructured comparison rake tasks and normalization to deal with lrama changes.
    • Updated compare versions and added 3.4.
    • Updated grammars to fit most closely to ruby 3.2. Working it down the line.
  • 11 bug fixes:

    • Always raise RubyParser::SyntaxError (wrap and raise).
    • Bumped ruby version to 3.2+.
    • Cleaned up user_variable productions to always return sexps.
    • Corrections and enhancements for gauntlet.md instructions.
    • Fixed rake compare's clean subtask to nuke the unpacked ruby dirs entirely.
    • Fixed superclass of V34.
    • Fixed up a couple errors created by using STRICT_SEXP=2. 3 will be neigh impossible.
    • I am nothing if not stubborn: fixed errors caused by STRICT_SEXP=3.
    • Minor fixes for 3.2+ grammars on "defined?" expressions.
    • Removed a lot of ancient compatibility checks and patches. (eg encodings)
    • This in turn cleaned up var_ref and a bunch of other productions.
Commits
  • 5cf23be prepped for release
  • d6caa4e ! Announced the EOL of ruby_parser! YAY!
  • 6238c30 - Minor fixes for 3.2+ grammars on "defined?" expressions.
  • 53045ca - Corrections and enhancements for gauntlet.md instructions.
  • 91130fa - Bumped ruby version to 3.2+.
  • cda1fbd 3.3: Added newer productions: after_rescue, lex_ctxt, max_numparam, numparam
  • d6f641c + Renamed assignable to old_assignable and added newer cleaner assignable
  • cae0881 3.3/3.4: minor grammar structure fixes
  • 05ca000 fixed unshipped bug: add guard as some syms are sexps
  • ffe5206 Updated ruby versions to compare against.
  • Additional commits viewable in compare view

Updates ruby_parser from 3.21.1 to 3.22.0

Changelog

Sourced from ruby_parser's changelog.

=== 3.22.0 / 2025-12-20

  • 1 major enhancement:

    • Announced the EOL of ruby_parser! YAY!
  • 6 minor enhancements:

    • 3.3: working down the grammar structural differences.
    • Added tentative 3.4 support.
    • Renamed assignable to old_assignable and added newer cleaner assignable
    • Restructured comparison rake tasks and normalization to deal with lrama changes.
    • Updated compare versions and added 3.4.
    • Updated grammars to fit most closely to ruby 3.2. Working it down the line.
  • 11 bug fixes:

    • Always raise RubyParser::SyntaxError (wrap and raise).
    • Bumped ruby version to 3.2+.
    • Cleaned up user_variable productions to always return sexps.
    • Corrections and enhancements for gauntlet.md instructions.
    • Fixed rake compare's clean subtask to nuke the unpacked ruby dirs entirely.
    • Fixed superclass of V34.
    • Fixed up a couple errors created by using STRICT_SEXP=2. 3 will be neigh impossible.
    • I am nothing if not stubborn: fixed errors caused by STRICT_SEXP=3.
    • Minor fixes for 3.2+ grammars on "defined?" expressions.
    • Removed a lot of ancient compatibility checks and patches. (eg encodings)
    • This in turn cleaned up var_ref and a bunch of other productions.
Commits
  • 5cf23be prepped for release
  • d6caa4e ! Announced the EOL of ruby_parser! YAY!
  • 6238c30 - Minor fixes for 3.2+ grammars on "defined?" expressions.
  • 53045ca - Corrections and enhancements for gauntlet.md instructions.
  • 91130fa - Bumped ruby version to 3.2+.
  • cda1fbd 3.3: Added newer productions: after_rescue, lex_ctxt, max_numparam, numparam
  • d6f641c + Renamed assignable to old_assignable and added newer cleaner assignable
  • cae0881 3.3/3.4: minor grammar structure fixes
  • 05ca000 fixed unshipped bug: add guard as some syms are sexps
  • ffe5206 Updated ruby versions to compare against.
  • Additional commits viewable in compare view

Updates ruby_parser from 3.21.1 to 3.22.0

Changelog

Sourced from ruby_parser's changelog.

=== 3.22.0 / 2025-12-20

  • 1 major enhancement:

    • Announced the EOL of ruby_parser! YAY!
  • 6 minor enhancements:

    • 3.3: working down the grammar structural differences.
    • Added tentative 3.4 support.
    • Renamed assignable to old_assignable and added newer cleaner assignable
    • Restructured comparison rake tasks and normalization to deal with lrama changes.
    • Updated compare versions and added 3.4.
    • Updated grammars to fit most closely to ruby 3.2. Working it down the line.
  • 11 bug fixes:

    • Always raise RubyParser::SyntaxError (wrap and raise).
    • Bumped ruby version to 3.2+.
    • Cleaned up user_variable productions to always return sexps.
    • Corrections and enhancements for gauntlet.md instructions.
    • Fixed rake compare's clean subtask to nuke the unpacked ruby dirs entirely.
    • Fixed superclass of V34.
    • Fixed up a couple errors created by using STRICT_SEXP=2. 3 will be neigh impossible.
    • I am nothing if not stubborn: fixed errors caused by STRICT_SEXP=3.
    • Minor fixes for 3.2+ grammars on "defined?" expressions.
    • Removed a lot of ancient compatibility checks and patches. (eg encodings)
    • This in turn cleaned up var_ref and a bunch of other productions.
Commits
  • 5cf23be prepped for release
  • d6caa4e ! Announced the EOL of ruby_parser! YAY!
  • 6238c30 - Minor fixes for 3.2+ grammars on "defined?" expressions.
  • 53045ca - Corrections and enhancements for gauntlet.md instructions.
  • 91130fa - Bumped ruby version to 3.2+.
  • cda1fbd 3.3: Added newer productions: after_rescue, lex_ctxt, max_numparam, numparam
  • d6f641c + Renamed assignable to old_assignable and added newer cleaner assignable
  • cae0881 3.3/3.4: minor grammar structure fixes
  • 05ca000 fixed unshipped bug: add guard as some syms are sexps
  • ffe5206 Updated ruby versions to compare against.
  • Additional commits viewable in compare view

Updates minitest from 5.27.0 to 6.0.0

Changelog

Sourced from minitest's changelog.

=== 6.0.0 / 2025-12-17

This is a major release. Read this.

Please give feedback here: minitest/minitest#1040

Oh god... here we go... (again)

  • 8 deaths in the family(!!):

    • Deleted MiniTest and MiniTest::Unit::TestCase compatibility namespaces.
    • Deleted all use of Marshal for serialization.
    • Deleted maglev? and rubinius? guard methods. LOL.
    • Deleted all minitest/spec expectations from Object. Use _/value/expect.
    • Dropped minitest/mock.rb. This has been extracted to the minitest-mock gem.
    • assert_equal(nil, value) no longer allowed. Use assert_nil to be explicit.
    • Removed assert_send. Use assert_predicate or assert_operator.
    • Removed Minitest::Test#class_name.
  • 7 major (oft incompatible) changes:

    • Big: Major refactored MT6's run path!
      • Minitest.__run -> Minitest.run_all_suites
      • Runnable.run -> Runnable.run_suite & Runnable.filter_runnable_methods
      • Runnable.run_one_method -> Runnable.run
      • Removed Minitest.run_one_method (might bring it back to raise?)
    • Removed deprecated ENV["N"] to specify number of parallel tests. Use MT_CPU.
    • Renamed +options[:filter]+ to +options[:include]+, added --include cmdline option.
      • --name is still handled, but that will be removed in the future.
    • Renamed Minitest::Runnable#test_order to #run_order.
    • If #message is passed a proc then that proc overrides all other output.
      • They are no longer chained!
      • And it does less for formatting of your output.
    • Removed reporter arg from with_info_handler as it has never(?) been used. (HACK?)
    • Plugin loading is now opt-in!
      • Require the plugin in your test_helper.
      • Or use Minitest.load :x
      • Or call Minitest.load_plugins for the old autoloading behavior.
  • 5 additions:

    • Added minitest-sprint's minitest cmdline, now with line support!
    • Added minitest-bisect. Run with minitest --bisect or -b.
    • Added minitest-server.
    • Added minitest/complete to help with shell's tab-completion of tests.
    • Vendored latest version of path_expander.
  • 5 other:

    • Bumped to ruby 3.2+.

... (truncated)

Commits
  • 2f3d88e prepped for release
  • 756f965 Add Hoe's :cov plugin and start to look at gaps
  • 94a790e - Removed MT5's post_install_message.
  • 8a50ebf - Bumped to ruby 3.2+
  • 1fceffd - Removed obsolete version guards around Minitest::Result in reporters.
  • c5adbd7 - Removed obsolete conditional for CompositeReporter#prerecord.
  • 27ef422 + Added minitest/complete to help with shell's tab-completion of tests.
  • 0c0c329 + Renamed options[:filter] to options[:include], added --include cmdline option.
  • d597d05 + If message is passed a proc then that proc overrides all other output.
  • 3c6300c + Assertions reuse themselves a lot more. Bumps assertion count in some places.
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the ruby-deps group with 1 update in the /gemfiles/3.2 directory: [ruby_parser](https://github.com/seattlerb/ruby_parser).
Bumps the ruby-deps group with 1 update in the /gemfiles/3.3 directory: [ruby_parser](https://github.com/seattlerb/ruby_parser).
Bumps the ruby-deps group with 1 update in the /gemfiles/3.4 directory: [ruby_parser](https://github.com/seattlerb/ruby_parser).
Bumps the ruby-deps group with 1 update in the /gemfiles/4.0 directory: [ruby_parser](https://github.com/seattlerb/ruby_parser).
Bumps the ruby-deps group with 1 update in the /gemfiles/jruby directory: [ruby_parser](https://github.com/seattlerb/ruby_parser).
Bumps the ruby-deps group with 1 update in the /gemfiles/truffleruby directory: [ruby_parser](https://github.com/seattlerb/ruby_parser).
Bumps the ruby-deps group with 2 updates in the /gemfiles/typecheck directory: [ruby_parser](https://github.com/seattlerb/ruby_parser) and [minitest](https://github.com/minitest/minitest).


Updates `ruby_parser` from 3.21.1 to 3.22.0
- [Changelog](https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc)
- [Commits](seattlerb/ruby_parser@v3.21.1...v3.22.0)

Updates `ruby_parser` from 3.21.1 to 3.22.0
- [Changelog](https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc)
- [Commits](seattlerb/ruby_parser@v3.21.1...v3.22.0)

Updates `ruby_parser` from 3.21.1 to 3.22.0
- [Changelog](https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc)
- [Commits](seattlerb/ruby_parser@v3.21.1...v3.22.0)

Updates `ruby_parser` from 3.21.1 to 3.22.0
- [Changelog](https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc)
- [Commits](seattlerb/ruby_parser@v3.21.1...v3.22.0)

Updates `ruby_parser` from 3.21.1 to 3.22.0
- [Changelog](https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc)
- [Commits](seattlerb/ruby_parser@v3.21.1...v3.22.0)

Updates `ruby_parser` from 3.21.1 to 3.22.0
- [Changelog](https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc)
- [Commits](seattlerb/ruby_parser@v3.21.1...v3.22.0)

Updates `ruby_parser` from 3.21.1 to 3.22.0
- [Changelog](https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc)
- [Commits](seattlerb/ruby_parser@v3.21.1...v3.22.0)

Updates `minitest` from 5.27.0 to 6.0.0
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.27.0...v6.0.0)

---
updated-dependencies:
- dependency-name: ruby_parser
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: ruby_parser
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: ruby_parser
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: ruby_parser
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: ruby_parser
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: ruby_parser
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: ruby_parser
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: minitest
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ruby-deps
...

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 Dec 22, 2025
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