Skip to content

Commit 1be4fdb

Browse files
committed
Update Beaker to 6 and beaker-puppet to 4
1 parent 394ca00 commit 1be4fdb

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
@@ -6,7 +6,7 @@ Gemfile:
66
optional:
77
":development":
88
- gem: beaker
9-
version: '~> 5.0'
9+
version: '~> 6.0'
1010
from_env: BEAKER_VERSION
1111
- gem: beaker-abs
1212
from_env: BEAKER_ABS_VERSION
@@ -18,7 +18,7 @@ Gemfile:
1818
# Prevent beaker-puppet from being installed on Ruby > 3.1 until beaker-puppet supports newer Rubies (PA-6136)
1919
- gem: beaker-puppet
2020
from_env: BEAKER_PUPPET_VERSION
21-
version: '~> 3.0'
21+
version: '~> 4.0'
2222
condition: Gem::Requirement.create('< 3.2.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
2323
# We can unpin async when we move to Ruby 3
2424
- 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
@@ -42,7 +42,7 @@
4242
"version_requirement": ">= 7.0.0 < 9.0.0"
4343
}
4444
],
45-
"pdk-version": "3.0.1",
45+
"pdk-version": "3.2.0",
4646
"template-url": "https://github.com/puppetlabs/pdk-templates#3.0.1",
4747
"template-ref": "tags/3.0.1-0-gd13288a"
4848
}

0 commit comments

Comments
 (0)