Add OpenVox 9 / Ruby 4.0 preview and drop the puppet gem - #157
Merged
Conversation
Migrate the test toolchain off the puppet gem onto the OpenVox stack,
mirroring rubygem-simp-rake-helpers and rubygem-simp-beaker-helpers:
- Gemfile: openvox only (drop the puppet gem); puppet-strings -> openvox-strings
(removes the transitive puppet/facter gems); drop pdk; drop
puppetlabs_spec_helper; let voxpupuli-test manage rubocop/-rake/-rspec;
require simp-rake-helpers ~> 6.0 and simp-beaker-helpers ~> 3.1
- Rakefile: require 'openvox-strings/tasks' (where applicable)
- spec/spec_helper.rb: use voxpupuli/test/spec_helper
- .fixtures.yml: drop the self-referencing "#{source_dir}" symlink
(puppet_fixtures creates it automatically and does not interpolate that token)
- pr_tests.yml: test OpenVox 8 on Ruby 3.2 and 3.4, plus a Ruby 4.0 / OpenVox 9
preview; build via 'rake pupmod:build' instead of 'pdk build'
- tag_deploy.yml: build via 'rake pupmod:build'; bump deploy Ruby to 3.4.9
(the openvox gem requires Ruby >= 3.1)
- REFERENCE.md: regenerated with openvox-strings (where it changed)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XCnDsYaJDLiP8z8tafz9Tp
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XCnDsYaJDLiP8z8tafz9Tp
michael-riddle
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Round 2 of the module refresh: migrate the test toolchain off the
puppetgem onto the OpenVox stack, and add a Ruby 4.0 / OpenVox 9 preview to CI. Mirrorsrubygem-simp-rake-helpersandrubygem-simp-beaker-helpers.No
metadata.jsonversion bump orCHANGELOGentry: build/test-tooling changes with no end-user-visible effect.Changes
openvoxonly (droppuppet);puppet-strings->openvox-strings(removes the transitivepuppetandfactergems); droppdkandpuppetlabs_spec_helper; letvoxpupuli-testmanage rubocop/-rake/-rspec; requiresimp-rake-helpers ~> 6.0andsimp-beaker-helpers ~> 3.1require 'openvox-strings/tasks'(where applicable)require 'voxpupuli/test/spec_helper'"#{source_dir}"symlink (puppet_fixtures auto-creates it and does not interpolate that token)rake pupmod:buildrake pupmod:build; deploy Ruby ->3.4.9(openvox requires Ruby >= 3.1)openvox-strings(where it changed)Verified locally: the resolved bundle contains no
puppetorfactergem. The Ruby 4.0 preview passes in CI on the pilot module (pupmod-simp-at#114).🤖 Generated with Claude Code