aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDorin Pleava <dorin.pleava@puppet.com>2020-09-07 11:48:04 +0300
committerDorin Pleava <dorin.pleava@puppet.com>2020-09-07 11:48:04 +0300
commitc1b34170ce9875a03d7776e28acba2185dd23f18 (patch)
treed2fcbd49e95b8a53b34204d16984f10b59296691 /Gemfile
parent6bd09539135df133427e8fe6ab675fc3be5ee8f0 (diff)
downloadpuppet-mailalias_core-c1b34170ce9875a03d7776e28acba2185dd23f18.tar.gz
puppet-mailalias_core-c1b34170ce9875a03d7776e28acba2185dd23f18.tar.bz2
(MODULES-10760) Bump to beaker 4
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 3eda1e6..9b706d6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -34,8 +34,8 @@ 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 "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 3.13')
- gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.1')
+ gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4')
+ gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.5')
gem "beaker-pe", require: false
gem "beaker-hostgenerator"
gem "beaker-rspec"