diff options
author | Gheorghe Popescu <gheorghe.popescu@puppet.com> | 2020-10-06 14:10:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-06 14:10:41 +0300 |
commit | 4e5069ee7b7047df39067e8a124e11b03d8a7a23 (patch) | |
tree | 366067f3ee046d594881889b5866c94ef0bc2e19 /Gemfile | |
parent | 71217a54a2b6442cf9d2b47e5f13a46c5a7b5a5c (diff) | |
parent | af5dde4b8d21a02e64e202fd3fb1a57091de3e41 (diff) | |
download | puppet-augeas_core-4e5069ee7b7047df39067e8a124e11b03d8a7a23.tar.gz puppet-augeas_core-4e5069ee7b7047df39067e8a124e11b03d8a7a23.tar.bz2 |
Merge pull request #33 from puppetlabs/maint-github-actions-fixes
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ group :system_tests do gem "beaker-rspec" gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.0') gem "pdk", '~> 1.18', platforms: [:ruby] + gem "puppet-blacksmith", '~> 3.4', require: false end puppet_version = ENV['PUPPET_GEM_VERSION'] |