mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Update to Puppet 7
This commit is contained in:
parent
2fae643d18
commit
6973c197a2
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -7,7 +7,7 @@ source 'https://rubygems.org'
|
|||
if ENV.key?('PUPPET_VERSION')
|
||||
puppetversion = ENV['PUPPET_VERSION'].to_s
|
||||
else
|
||||
puppetversion = ['>= 6', '< 7']
|
||||
puppetversion = ['>= 7', '< 8']
|
||||
end
|
||||
# rubocop:enable Style/ConditionalAssignment
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue