Skip to content

Commit b8db2ad

Browse files
Merge pull request #707 from mhashizume/PA-6049/main/release-prep
Release prep housekeeping
2 parents 25012c4 + 6e837d0 commit b8db2ad

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.sync.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gemfile:
2828
- gem: beaker-puppet
2929
from_env: BEAKER_PUPPET_VERSION
3030
version: '~> 3.0'
31-
condition: Gem::Requirement.create('< 3.1.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
31+
condition: Gem::Requirement.create('< 3.2.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
3232
- gem: beaker-module_install_helper
3333
- gem: beaker-puppet_install_helper
3434
- gem: nokogiri
@@ -65,4 +65,5 @@ Rakefile:
6565
extra_disabled_lint_checks:
6666
- puppet_url_without_modules
6767
requires:
68-
- voxpupuli/acceptance/rake
68+
- require: voxpupuli/acceptance/rake
69+
conditional: Gem.loaded_specs.key? 'voxpupuli-acceptance'

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ group :development do
4141
gem "beaker-docker", '~> 0.3', require: false
4242
gem "beaker-hostgenerator"
4343
gem "beaker-rspec"
44-
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 3.0') if Gem::Requirement.create('< 3.1.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
44+
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))
4545
gem "beaker-module_install_helper", require: false
4646
gem "beaker-puppet_install_helper", require: false
4747
gem "nokogiri", require: false

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require 'puppetlabs_spec_helper/rake_tasks'
66
require 'puppet-syntax/tasks/puppet-syntax'
77
require 'github_changelog_generator/task' if Gem.loaded_specs.key? 'github_changelog_generator'
88
require 'puppet-strings/tasks' if Gem.loaded_specs.key? 'puppet-strings'
9-
require 'voxpupuli/acceptance/rake'
9+
require 'voxpupuli/acceptance/rake' if Gem.loaded_specs.key? 'voxpupuli-acceptance'
1010

1111
def changelog_user
1212
return unless Rake.application.top_level_tasks.include? "changelog"

0 commit comments

Comments
 (0)