Skip to content

Commit 6dc202d

Browse files
committed
Update Beaker to 6 and beaker-puppet to 4
1 parent 0b620ce commit 6dc202d

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
@@ -15,7 +15,7 @@ Gemfile:
1515
optional:
1616
":development":
1717
- gem: beaker
18-
version: '~> 5.0'
18+
version: '~> 6.0'
1919
from_env: BEAKER_VERSION
2020
- gem: beaker-abs
2121
from_env: BEAKER_ABS_VERSION
@@ -27,7 +27,7 @@ Gemfile:
2727
# Prevent beaker-puppet from being installed on Ruby > 3.1 until beaker-puppet supports newer Rubies (PA-6136)
2828
- gem: beaker-puppet
2929
from_env: BEAKER_PUPPET_VERSION
30-
version: '~> 3.0'
30+
version: '~> 4.0'
3131
condition: Gem::Requirement.create('< 3.2.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
3232
# We can unpin async when we move to Ruby 3
3333
- 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
@@ -57,7 +57,7 @@
5757
"version_requirement": ">= 6.0.0 < 9.0.0"
5858
}
5959
],
60-
"pdk-version": "3.0.1",
60+
"pdk-version": "3.2.0",
6161
"template-url": "https://github.com/puppetlabs/pdk-templates#3.0.1",
6262
"template-ref": "tags/3.0.1-0-gd13288a"
6363
}

0 commit comments

Comments
 (0)