EN-0001 - add new stages

This commit is contained in:
Arne Teuke
2021-08-05 16:04:10 +02:00
parent f14bc2d1bb
commit bd1d7ecc67
5 changed files with 57 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org'
puppetversion = ENV.key?('PUPPET_VERSION') ? ENV['PUPPET_VERSION'] : ['<= 5.5.6']
gem 'metadata-json-lint', '~> 2.4'
gem 'puppet', puppetversion
gem 'puppetlabs_spec_helper', '>= 1.0.0'
gem 'puppetlabs_spec_helper', '~> 3.0'
gem 'puppet-lint'
gem 'facter'
gem 'rspec-puppet'
@@ -15,6 +15,10 @@ gem 'rgen'
gem 'public_suffix', '<= 2.0.5'
gem 'parallel', '<= 1.13.0'
gem 'puppet-syntax', '~> 2.6', '>= 2.6.1'
<<<<<<< HEAD
gem 'pathspec', '~> 0.2.1'
=======
>>>>>>> fff4fbb07cecdaeee187b4566e948ac1794dc6e8
# rspec must be v2 for ruby 1.8.7
if RUBY_VERSION >= '1.8.7' && RUBY_VERSION < '1.9'