Skip to content

Commit

Permalink
Add beaker-puppet constraint to sync.yml
Browse files Browse the repository at this point in the history
In a878ab1, we limited beaker-puppet to Ruby <= 3.1. This commit adds
that restriction to .sync.yml so that change will persist across PDK
updates, and adds a comment with the rationale behind this restriction.
  • Loading branch information
mhashizume committed Feb 26, 2024
1 parent 039c68e commit 0317f2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ Gemfile:
from_env: BEAKER_HOSTGENERATOR_VERSION
- gem: beaker-rspec
from_env: BEAKER_RSPEC_VERSION
# Prevent beaker-puppet from being installed on Ruby > 3.1 until beaker-puppet supports newer Rubies
- gem: beaker-puppet
from_env: BEAKER_PUPPET_VERSION
version: '~> 3.0'
condition: Gem::Requirement.create('< 3.1.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
- gem: async
version: '~> 1'
- gem: beaker-module_install_helper
Expand Down

0 comments on commit 0317f2d

Please sign in to comment.