[PR #11733/6f12d930 backport][stable-12] gem: use CmdRunner (#11791)

gem: use `CmdRunner` (#11733)

* gem: use `CmdRunner`

* add changelog frag

* gem: restore get_rubygems_path() helper to preserve executable splitting



---------


(cherry picked from commit 6f12d93057)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
patchback[bot]
2026-04-12 13:38:08 +02:00
committed by GitHub
parent 8fe227d456
commit c8f2219fb0
3 changed files with 114 additions and 122 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- gem - refactor module to use ``CmdRunner`` (https://github.com/ansible-collections/community.general/pull/11733).