Skip to content

Commit 097d86c

Browse files
committed
Update Beaker to 6 and beaker-puppet to 4
1 parent ba08758 commit 097d86c

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
@@ -3,7 +3,7 @@ Gemfile:
33
optional:
44
":development":
55
- gem: beaker
6-
version: '~> 5.0'
6+
version: '~> 6.0'
77
from_env: BEAKER_VERSION
88
- gem: beaker-abs
99
from_env: BEAKER_ABS_VERSION
@@ -16,7 +16,7 @@ Gemfile:
1616
# beaker-puppet supports newer Rubies (PA-6136)
1717
- gem: beaker-puppet
1818
from_env: BEAKER_PUPPET_VERSION
19-
version: '~> 3.0'
19+
version: '~> 4.0'
2020
condition: Gem::Requirement.create('< 3.2.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
2121
- gem: async
2222
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
@@ -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)