Skip to content

Commit ae6961a

Browse files
committed
Update Beaker to 6 and beaker-puppet to 4
1 parent d1ab552 commit ae6961a

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
@@ -8,7 +8,7 @@ Gemfile:
88
optional:
99
":development":
1010
- gem: beaker
11-
version: '~> 5.0'
11+
version: '~> 6.0'
1212
from_env: BEAKER_VERSION
1313
- gem: beaker-abs
1414
from_env: BEAKER_ABS_VERSION
@@ -20,7 +20,7 @@ Gemfile:
2020
# Prevent beaker-puppet from being installed on Ruby > 3.1 until beaker-puppet supports newer Rubies (PA-6136)
2121
- gem: beaker-puppet
2222
from_env: BEAKER_PUPPET_VERSION
23-
version: '~> 3.0'
23+
version: '~> 4.0'
2424
condition: Gem::Requirement.create('< 3.2.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
2525
- gem: async
2626
version: '~> 1'

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
@@ -60,7 +60,7 @@
6060
"version_requirement": ">= 6.0.0 < 9.0.0"
6161
}
6262
],
63-
"pdk-version": "3.0.1",
63+
"pdk-version": "3.2.0",
6464
"template-url": "https://github.com/puppetlabs/pdk-templates#3.0.1",
6565
"template-ref": "tags/3.0.1-0-gd13288a"
6666
}

0 commit comments

Comments
 (0)