gem: use CmdRunner (#11733)

* gem: use `CmdRunner`

* add changelog frag

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

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Alexei Znamensky
2026-04-12 23:12:26 +12:00
committed by GitHub
parent bd7b361db1
commit 6f12d93057
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).