Skip to content

Commit ac198dc

Browse files
committed
(maint) Pin puppet-module-gems
Pin puppet-module-posix-system and puppet-module-win-system to an older version since the newer ones do not bundle some gems that we use in acceptance (i.e. beaker-module_install_helper), causing tests to fail.
1 parent 854f8ca commit ac198dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ group :development do
3737
gem "puppet-strings", require: false
3838
gem "github_changelog_generator", require: false, git: 'https://github.com/skywinder/github-changelog-generator', ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018' if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')
3939
end
40+
4041
group :system_tests do
41-
gem "puppet-module-posix-system-r#{minor_version}", require: false, platforms: [:ruby]
42-
gem "puppet-module-win-system-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw]
42+
gem "puppet-module-posix-system-r#{minor_version}", '~> 0.5', require: false, platforms: [:ruby]
43+
gem "puppet-module-win-system-r#{minor_version}", '~> 0.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
4344
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4')
4445
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.5')
4546
gem "beaker-pe", require: false

0 commit comments

Comments
 (0)