Skip to content

Commit e6c4d1b

Browse files
committed
(maint) Remove Ruby requirement for beaker-puppet
Previously, beaker-puppet was unable to be installed with newer versions of Ruby. This was resolved in PA-6136, so we no longer need a conditional in .sync.yml for beaker-puppet.
1 parent 0aba9c7 commit e6c4d1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.sync.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ Gemfile:
2323
version: '~> 2.0'
2424
- gem: beaker-rspec
2525
from_env: BEAKER_RSPEC_VERSION
26-
# Prevent beaker-puppet from being installed on Ruby > 3.1 until beaker-puppet supports newer Rubies (PA-6136)
2726
- gem: beaker-puppet
2827
from_env: BEAKER_PUPPET_VERSION
2928
version: '~> 4.0'
30-
condition: Gem::Requirement.create('< 3.2.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
3129
- gem: beaker-module_install_helper
3230
- gem: beaker-puppet_install_helper
3331
- gem: nokogiri

0 commit comments

Comments
 (0)