aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppet.com>2018-06-28 00:11:30 -0700
committerJosh Cooper <josh@puppet.com>2018-06-28 00:11:30 -0700
commit3f7335673485221c012f712b603ff9fde9dcf512 (patch)
tree2a3687a5c48611765fbdec5c018425d4fba1e51d /Gemfile
parenta1923b83b6b25de62d5618d933dc6b70bd7c2441 (diff)
downloadpuppet-augeas_core-3f7335673485221c012f712b603ff9fde9dcf512.tar.gz
puppet-augeas_core-3f7335673485221c012f712b603ff9fde9dcf512.tar.bz2
Run pdk update
Update rubocop rules and Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index ce6db39..fb800e2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -35,6 +35,16 @@ group :development do
gem "puppet-module-win-dev-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "puppet-blacksmith", '~> 3.4', require: false, platforms: [:ruby]
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-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')
+end
puppet_version = ENV['PUPPET_GEM_VERSION']
puppet_type = gem_type(puppet_version)