aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorCiprian Badescu <ciprian.badescu@puppet.com>2020-02-25 16:49:03 +0200
committerCiprian Badescu <ciprian.badescu@puppet.com>2020-02-25 16:49:03 +0200
commitb46ec1403cb99f41a8e49ab12ca6569fdcd520a5 (patch)
tree2cae4e3b9f0d65e7dcb1a046da628702cbf49c66 /Gemfile
parent416e8fe9df9d467289e2923c083367b04e7d8bd1 (diff)
downloadpuppet-augeas_core-b46ec1403cb99f41a8e49ab12ca6569fdcd520a5.tar.gz
puppet-augeas_core-b46ec1403cb99f41a8e49ab12ca6569fdcd520a5.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 5710b77..19b9436 100644
--- a/Gemfile
+++ b/Gemfile
@@ -34,12 +34,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.16')
+ gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.0')
end
puppet_version = ENV['PUPPET_GEM_VERSION']