Skip to content

fix: require test-kitchen 3.0 or newer - #251

Merged
tas50 merged 1 commit into
mainfrom
fix/test-kitchen-floor
Aug 24, 2026
Merged

fix: require test-kitchen 3.0 or newer#251
tas50 merged 1 commit into
mainfrom
fix/test-kitchen-floor

Conversation

@tas50

@tas50 tas50 commented Aug 24, 2026

Copy link
Copy Markdown
Member

The dependency floor was stale:

add_dependency "test-kitchen", ">= 1.4.1", "< 5"

Raised to the oldest release this plugin is actually expected to work with:

add_dependency "test-kitchen", ">= 3.0", "< 5"

Test Kitchen 1.x and 2.x are both long end of life, the gem already declares required_ruby_version >= 3.1, and CI has never run against anything below the current release. The old floor let Bundler resolve a pairing nobody has ever tested.

The < 5 ceiling is unchanged.

Verified: rake test 360 examples, 0 failures, cookstyle --chefstyle clean, bundle check satisfied.

@tas50
tas50 merged commit e1c95c0 into main Aug 24, 2026
8 checks passed
@tas50
tas50 deleted the fix/test-kitchen-floor branch August 24, 2026 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant