Skip to content

Commit 80ae23b

Browse files
committed
Update Beaker to 6 and beaker-puppet to 4
1 parent 393b74c commit 80ae23b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gemfile:
77
optional:
88
":development":
99
- gem: beaker
10-
version: '~> 5.0'
10+
version: '~> 6.0'
1111
from_env: BEAKER_VERSION
1212
- gem: beaker-abs
1313
from_env: BEAKER_ABS_VERSION
@@ -19,7 +19,7 @@ Gemfile:
1919
# Prevent beaker-puppet from being installed on Ruby > 3.1 until beaker-puppet supports newer Rubies (PA-6136)
2020
- gem: beaker-puppet
2121
from_env: BEAKER_PUPPET_VERSION
22-
version: '~> 3.0'
22+
version: '~> 4.0'
2323
condition: Gem::Requirement.create('< 3.2.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
2424
# We can unpin async when we move to Ruby 3
2525
- gem: async

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ group :development do
3636
gem "rubocop-rspec", '= 2.19.0', require: false
3737
gem "puppet-strings", '~> 4.0', require: false
3838
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
39-
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 5.0')
39+
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 6.0')
4040
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 1.0')
4141
gem "beaker-hostgenerator"
4242
gem "beaker-rspec"
43-
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 3.0') if Gem::Requirement.create('< 3.2.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
43+
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 4.0') if Gem::Requirement.create('< 3.2.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
4444
gem "async", '~> 1', require: false
4545
gem "beaker-module_install_helper", require: false
4646
gem "beaker-puppet_install_helper", require: false

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"version_requirement": ">= 6.0.0 < 9.0.0"
2222
}
2323
],
24-
"pdk-version": "3.0.1",
24+
"pdk-version": "3.2.0",
2525
"template-url": "https://github.com/puppetlabs/pdk-templates#3.0.1",
2626
"template-ref": "tags/3.0.1-0-gd13288a"
2727
}

0 commit comments

Comments
 (0)