aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorCiprian Badescu <ciprian.badescu@puppet.com>2020-02-25 16:12:40 +0200
committerCiprian Badescu <ciprian.badescu@puppet.com>2020-02-25 16:40:46 +0200
commitb9944b0fd1b6e3e64af7599ec185eab49f0b1a0e (patch)
tree956d7522883d66918173b8f5b63f115047604800 /Gemfile
parent4aa7bdba01493007b0d485b7ed78aee5ff347dca (diff)
downloadpuppet-cron_core-b9944b0fd1b6e3e64af7599ec185eab49f0b1a0e.tar.gz
puppet-cron_core-b9944b0fd1b6e3e64af7599ec185eab49f0b1a0e.tar.bz2
(maint) 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 aabb09e..f799be4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -33,12 +33,12 @@ 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.34')
+ 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"
- gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 0.14')
+ gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.0')
end
puppet_version = ENV['PUPPET_GEM_VERSION']