aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Nagy <gabriel.nagy@puppet.com>2021-02-18 15:55:43 +0200
committerGabriel Nagy <gabriel.nagy@puppet.com>2021-02-18 16:21:03 +0200
commitac198dc8a3b921ad3bb225038f05640249e4ebd4 (patch)
tree6e5fadcafc8b634fa887683b8ef350c011c093f3
parent854f8ca1247256dae41ee8eedbd4d069bf19759d (diff)
downloadpuppet-sshkeys_core-ac198dc8a3b921ad3bb225038f05640249e4ebd4.tar.gz
puppet-sshkeys_core-ac198dc8a3b921ad3bb225038f05640249e4ebd4.tar.bz2
(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.
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 6cc31af..5f131ee 100644
--- a/Gemfile
+++ b/Gemfile
@@ -37,9 +37,10 @@ group :development do
gem "puppet-strings", require: false
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')
end
+
group :system_tests do
- gem "puppet-module-posix-system-r#{minor_version}", require: false, platforms: [:ruby]
- gem "puppet-module-win-system-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw]
+ gem "puppet-module-posix-system-r#{minor_version}", '~> 0.5', require: false, platforms: [:ruby]
+ gem "puppet-module-win-system-r#{minor_version}", '~> 0.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4')
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.5')
gem "beaker-pe", require: false